Skip to main content

Module ui

Module ui 

Source
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§

ComponentAction
Actions a component can return to signal intent to the parent. Most keybindings are resolved by KeyMap before reaching the component. Components only return Consumed / Ignored for free-form text input.

Traits§

Component
Trait for UI components