A double-chevron button in the sidebar's brand row shrinks the menu to a strip of icons, freeing workspace for documents. Icons stay clickable with tooltips; section headers, the Task Manager submenu and the recent-projects list disappear while collapsed; the inbox count survives as a badge on the icon. Collapsible sections (Config, Dev) ignore their closed state while minimized so their entries stay reachable. Persisted in localStorage.
This commit is contained in:
@@ -24,6 +24,8 @@ export default {
|
||||
'nav.config': 'Settings',
|
||||
'nav.llm_requests': 'LLM Requests',
|
||||
'nav.system_agents': 'System agents',
|
||||
'nav.collapse_sidebar': 'Collapse menu',
|
||||
'nav.expand_sidebar': 'Expand menu',
|
||||
|
||||
// ── Top bar ────────────────────────────────────────────────────────────────
|
||||
'topbar.profile': 'Profile',
|
||||
|
||||
Reference in New Issue
Block a user