Expand description
WorkspaceSwitcherMenu — popover anchored to the rail’s
WorkspaceBadge (M-UI.5 / AUT-125). Pure composition of UI-03 menu
primitives.
Structs§
- Workspace
Switcher Menu Props - Props for the
WorkspaceSwitcherMenucomponent. - Workspace
View - View-model for one workspace row.
Functions§
- Workspace
Switcher Menu - Required Props
- format_
member_ count - Format the member-count subtitle.
1 member(singular),N members(plural). - leak_
str 🔒 - Leak a
Stringto&'static strso the leptos view can hold the reference without extra cloning. Storybook stories are short-lived processes (the headless exporter runs once per build) — total leak bytes are negligible. - render_
row 🔒