Module ui

Module ui 

Source

Re-exports§

pub use config::ConfigScreen;
pub use dashboard::Dashboard;
pub use events::run_ui;
pub use events::run_ui_with_options;
pub use help::HelpModal;
pub use help::HelpModalState;
pub use help::HelpSection;
pub use quit_modal::QuitModal;
pub use state::AppState;
pub use stats::StatsScreen;

Modules§

components
config
constants
dashboard
events
focus
help
options
Shared option mappings for dropdown-backed controls. These helpers keep index <-> value conversions in one place so rendering, event handlers, and profile serialization stay in sync.
quit_modal
state
stats
widgets