fn render_main_pane(
app: &App,
frame: &mut Frame<'_>,
area: Rect,
palette: &ColorPalette,
)Expand description
Render the main patchset pane (table or placeholder) in the given area.
fn render_main_pane(
app: &App,
frame: &mut Frame<'_>,
area: Rect,
palette: &ColorPalette,
)Render the main patchset pane (table or placeholder) in the given area.