Expand description
UI components registry plus retained legacy shell modules.
help_strip and widgets are intentional comment-only legacy shells.
The active FTUI-era component state and rendering logic live in the
neighboring component modules and crate::ui::app.
Modulesยง
- breadcrumbs
- Breadcrumb bar component for the TUI. Displays current context (Agent > Workspace > Date) and ranking.
- export_
modal - Export modal component for HTML session export.
- help_
strip - Retained legacy shell module; active help-strip behavior lives elsewhere. Retained legacy help-strip shell module.
- palette
- Command palette state and rendering (keyboard-first, fuzzy-ish search).
Integration hooks live in
src/ui/app.rs; this module stays side-effect free. - pills
- Filter pill type definitions.
- theme
- Premium theme definitions with world-class, Stripe-level aesthetics.
- toast
- Toast notification component for transient user feedback.
- widgets
- Retained legacy shell module; active widget behavior lives elsewhere. Retained legacy widget shell module.