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:
+2
-1
@@ -4,7 +4,7 @@ This folder is written for **you, the assistant**, not for the human directly. I
|
||||
|
||||
Keep answers grounded in what's actually enabled and configured for this instance — check with the relevant tool (e.g. list installed/enabled plugins) rather than assuming everything described here is turned on. A feature documented here may not be enabled on this particular instance.
|
||||
|
||||
This index will grow over time. Right now it covers memory, projects, background tasks, system agents, access grants, connectors, voice input and plugins; more sections (agents, security groups, shared folders…) will be added later.
|
||||
This index will grow over time. Right now it covers the interface, memory, projects, background tasks, system agents, access grants, connectors, voice input and plugins; more sections (agents, security groups, shared folders…) will be added later.
|
||||
|
||||
## Features
|
||||
|
||||
@@ -18,6 +18,7 @@ This index will grow over time. Right now it covers memory, projects, background
|
||||
| [access.md](access.md) | Who can use which plugin or connector: the open default, removing access per person, and the role switch that keeps children out of it |
|
||||
| [connectors.md](connectors.md) | Connectors (MCP servers): shared vs per-user, setting one up in the UI, the sign-in and QR-pairing flows, and what to do when one is not working |
|
||||
| [voice.md](voice.md) | Voice input: configuring a transcription model, and why the microphone button does nothing unless the page is served over HTTPS or localhost |
|
||||
| [interface.md](interface.md) | The desktop interface: collapsing the sidebar to an icon-only strip to make room for documents |
|
||||
|
||||
## Plugins
|
||||
|
||||
|
||||
@@ -0,0 +1,11 @@
|
||||
# The desktop interface
|
||||
|
||||
The web app's left sidebar is the main navigation: chats, inbox, projects, tasks, and (for admins) the configuration pages.
|
||||
|
||||
## Collapsing the sidebar
|
||||
|
||||
The double-chevron button at the top of the sidebar, next to the app icon, collapses the menu to a narrow strip of **icons only**. Every icon stays clickable and leads to the same page as before; hovering an icon shows its name as a tooltip. Sub-items that have no icon of their own — the Task Manager sections, the recent-projects list — disappear while collapsed, and so do the section headers. The inbox unread count survives as a small red badge on the inbox icon.
|
||||
|
||||
Click the button again (it now points right) to bring the full menu back. The choice is remembered in the browser, so the sidebar comes back the way it was left.
|
||||
|
||||
Collapsing is purely visual and per browser window: it changes nothing about what the user can access, only how much room the menu takes — useful when working on documents in the file viewer or on a project board.
|
||||
Reference in New Issue
Block a user