pub fn render(app: &mut App, frame: &mut Frame<'_>)
Render the full shimmering skeleton in place of the main view.
Called from [crate::layout::render_main] when is_loading && commits.is_empty().
crate::layout::render_main
is_loading && commits.is_empty()