mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-14 08:56:08 +00:00
The sidebar's expandable "MORE" section (uppercase header, chevron, persisted sidebarMoreExpanded pref, dedicated "Edit pinned items" row) collapses into a single More nav row that opens a transient popup menu with the unpinned routes, dynamic plugin tabs, and the pin editor entry. Menu rows are real anchors, so Cmd/middle-click keeps native link behavior; the More row carries the active highlight when the current route lives inside the menu. The sessions list gets the reclaimed vertical space, and one persisted setting is gone (stale keys are ignored on load). The nav rows and menus move to app-sidebar-nav-menus.ts to keep app-sidebar.ts under the TS LOC ratchet. Docs: docs/web/control-ui.md sidebar-navigation section updated. Fixes #105905