Skip to main content

Module view

Module view 

Source
Expand description

TUI rendering (spec §10): the list pane, detail pane, status bar, and modal overlays. Rendering is a pure function of App state into a ratatui Frame, so it is testable with a TestBackend. Color comes from the resolved Theme (spec §11); when color is disabled the styles collapse to the monochrome look (dim/bold/reversed only).

Functions§

render
Renders the whole TUI for the current state.