diff --git a/docs/navigation-audit.md b/docs/navigation-audit.md index 0cffdeaf..c34d8647 100644 --- a/docs/navigation-audit.md +++ b/docs/navigation-audit.md @@ -68,10 +68,10 @@ are good building blocks. The **Workspace/Panel framework** contains **zero** ro | H4 | `workspaces/…/apps/ChatHistory/ChatDetailPanel.tsx:136` | which chat to render | reads `usePanelChannel('chat:selected-session')`, **not** `useParams` | make the route the source of truth: read `sessionId` from `useParams`, fetch by id, retire `chat:selected-session` (or make it a derived cache). **Finishes the /chat fix.** | | ~~H5~~ | ~~`Screens/Dashboard/Email/EmailList.tsx:336`~~ | ~~an email~~ | ~~` + {/* Pure navigation, so it is an anchor. The create button above stays a button on purpose: it + writes a dashboard and *then* goes there, and a link cannot express the "and then". */} {isEditing && ( - )}