Module sidebar
Source - Sidebar
- SidebarComponentProps
- The main sidebar component of the application.
- SidebarExpandState
- Represents the expansion state of collapsible menus within the sidebar.
- SidebarProps
- Properties for components that provide sidebar state.
- SidebarState
- Represents the shared state for the sidebar’s expandable menus.
- SidebarStateProvider
- A Yew context provider component that manages and supplies the sidebar’s expansion state.
- TicketMenu
- A collapsible menu component for “Tickets” within the sidebar.
- UsersMenu
- A collapsible menu component for “Users” within the sidebar.
- STORAGE_KEY 🔒
- The key used to store and retrieve the sidebar’s expansion state in
LocalStorage.