feat!: implement Application API
This commit is contained in:
parent
e24465ba37
commit
a223b60a0c
26 changed files with 1420 additions and 138 deletions
|
|
@ -14,6 +14,9 @@ use iced_core::Color;
|
|||
|
||||
use crate::{theme, widget::segmented_button, Theme};
|
||||
|
||||
pub type Id = segmented_button::Entity;
|
||||
pub type Model = segmented_button::SingleSelectModel;
|
||||
|
||||
/// Navigation side panel for switching between views.
|
||||
///
|
||||
/// For details on the model, see the [`segmented_button`] module for more details.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue