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': 'Paramètres',
|
||||
'nav.llm_requests': 'Requêtes LLM',
|
||||
'nav.system_agents': 'Agents système',
|
||||
'nav.collapse_sidebar': 'Réduire le menu',
|
||||
'nav.expand_sidebar': 'Déplier le menu',
|
||||
|
||||
// ── Top bar ────────────────────────────────────────────────────────────────
|
||||
'topbar.profile': 'Profil',
|
||||
|
||||
Reference in New Issue
Block a user