Expand description
Per-tab state holders. Kept intentionally thin right now — the TUI scaffolding ships with placeholder views for each tab and the individual tab implementations grow in follow-up work as the server commands needed by each view get promoted out of the web crate.
Modules§
- config
- Config tab: curated key→value viewer/editor.
- fetch
- Generic fetch-state machine for data tabs.
- list
- Generic list-display tab for Accounts, Transactions, Commodities.
- nms
- Console tab state: an interactive nomiscript REPL.
- nms_
eval - Async eval bridge for the Console tab.
- reports
- Reports tab: balance / activity / category-breakdown.
Functions§
- placeholder_
body - Short, one-line human description of what a tab will eventually do. Rendered as placeholder body text until per-tab views land.