Skip to main content

Module ui

Module ui 

Source
Expand description

UI module containing components and layout utilities

Re-exports§

pub use components::help_overlay::HelpOverlay;
pub use components::info_panel::InfoPanel;
pub use components::query_input::QueryInput;
pub use components::raw_results_viewer::RawResultsViewer;
pub use components::results_viewer::ResultsViewer;
pub use components::status_bar::StatusBar;
pub use spinner::Spinner;

Modules§

components
Reusable UI components for the TUI
markdown
Simple markdown renderer for ratatui
spinner
Animated spinner for progress indication