Skip to main content

Module modals

Module modals 

Source

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§

dir_picker
issue_wizard
language_picker
model_picker
onboarding_wizard
provider_wizard
session_picker

Enums§

ModalAction
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 calls draw once at open time and once more after Close to restore the idle prompt.