diff --git a/docs/navigation-audit.md b/docs/navigation-audit.md index 78d97856..7837d581 100644 --- a/docs/navigation-audit.md +++ b/docs/navigation-audit.md @@ -37,7 +37,10 @@ That fix is the template for the HIGH items below. **Caveat:** the fix only did **Existing entity routes:** `/chat/:sessionId`, `/jobs/:id`, `/dashboards/:id`, `/projects/:id`, `/email/:emailId`. **Flat screens:** `/` `/files` `/music` `/soulseek` `/tasks` `/skills` `/processes` `/activity` -`/system-monitor` `/task-logs` `/plans` `/terminal` `/desktop` `/browser` `/code-editor` `/settings/{profile,ai,system,integrations,apps}`. +`/system-monitor` `/task-logs` `/plans` `/terminal` `/desktop` `/browser` `/code-editor`. +The five settings pages are route **pairs** now, not flat screens — `/settings/{profile,ai,system,integrations,user-management}` +plus a `:section` each (M6). There has never been a `/settings/apps`; that entry was wrong when this list +was written. **What's already correct** (lean on these in the refactor): the **Dock**, **Header** (logo + mobile sheet), **UserMenu**, **JobsIndicator** are all real ``s. Shared `NavLink.tsx` (query-string-appending `` @@ -72,9 +75,9 @@ are good building blocks. The **Workspace/Panel framework** contains **zero** ro | M3 | `Screens/Dashboard/Activity/ActivityScreen.tsx:63,73` | background task / detached job | `/activity/:id` | two row types; unify under one param, screen re-derives `task=`/`path=`. | | M4 | `FileBrowser/.../useFileBrowserApp.ts:269`, `FileItem.tsx:516`, `Breadcrumb.tsx:16`, search-hit `:249` | a folder | `/files?path=` | **files** already open via `?view=`; **folders** are pure `currentPath` state — no URL, no back/forward. Folder rows + crumbs → `` on a `?path=` param. | | M5 | `CodeEditor/FileTree.tsx:59`, `EditorTabs.tsx:33` | open source file / active tab | `/code-editor?file=` (+ `open=` for tabs) | tree file rows → ``; active file in a param. | -| M6 | `Layout/Settings/SettingsPanel.tsx:39` | a settings sub-section | `/settings/:page/:section` or `?section=` | `