Expand description
Page view functions (GUI external design §7, §8–§12 wireframes).
Each page is a plain function taking the view model and returning an
Element — the snora multi-view pattern. Empty states follow the
design’s required empty-state set.
Re-exports§
pub use wizard::wizard_view;
Modules§
- wizard
- Wizard views: model setup, download progress, file-check, and ready pages.
Functions§
- indexing_
view - Indexing view (§9): health summary cards.
- models_
view - Models view (§11): role statuses and keyword-only hint.
- search_
view - Search view (§7): input, capability notice, empty states.
- settings_
view - Settings view (§12): language picker + privacy section.
- sources_
view - Sources view (§8): add-source input, list or empty state.
- storage_
view - Storage view (§10): safe cleanup vs danger zone, with real data.