Skip to main content

render

Function render 

Source
pub fn render(
    repo: &impl GitRepo,
    frame: &mut Frame<'_>,
    app: &mut AppState,
    area: Rect,
)
Expand description

Render the commit detail view.

Displays commit metadata and diff in the right panel.