pub fn render( repo: &impl GitRepo, frame: &mut Frame<'_>, app: &mut AppState, area: Rect, )
Render the commit detail view.
Displays commit metadata and diff in the right panel.