Skip to main content

render

Function render 

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

Render the main view with split screen (commit list on left, detail on right).