Re-exports§
pub use dir_picker::DirPicker;pub use issue_wizard::IssueWizard;pub use language_picker::LanguagePicker;pub use model_picker::ModelPicker;pub use onboarding_wizard::OnboardingWizard;pub use provider_wizard::ProviderWizard;pub use session_picker::SessionPicker;
Modules§
Enums§
- Modal
Action - Result of a modal consuming one key event.
Traits§
- Modal
- A modal overlay: takes over key handling until it returns
ModalAction::Close. The implementation owns its own state (the selected index, the wizard step, the filter query, etc.) and is responsible for painting itself whenever its visible state changes — the event loop only callsdrawonce at open time and once more afterCloseto restore the idle prompt.