Expand description
Terminal UI components
All UI widgets and rendering logic using ratatui.
Modules§
- command_
bar - Command bar widget
- connection_
dialog - Connection picker dialog
- editor
- Query editor widget
- explain
- EXPLAIN ANALYZE tree viewer
- help
- Help overlay — keybinding reference modal
- highlight
- SQL syntax highlighting
- inspector
- Cell value inspector panel
- layout
- Panel layout management
- render
- Top-level render function
- results
- Query results viewer widget
- theme
- UI theme and styling
- tree
- Database tree browser widget
Enums§
- Component
Action - Actions a component can return to signal intent to the parent.
Most keybindings are resolved by
KeyMapbefore reaching the component. Components only returnConsumed/Ignoredfor free-form text input.
Traits§
- Component
- Trait for UI components