From 7077d469c393dd12078985b65c3509e49ea91fcc Mon Sep 17 00:00:00 2001 From: Argus Date: Wed, 15 Apr 2026 17:13:20 +0200 Subject: [PATCH] docs: add breadcrumb navigation section to dashboard.md (#1820) --- docs/dashboard.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/docs/dashboard.md b/docs/dashboard.md index 21880b9e..da42c1f5 100644 --- a/docs/dashboard.md +++ b/docs/dashboard.md @@ -78,7 +78,16 @@ Feedback for user actions appears as non-blocking toast notifications: Toasts auto-dismiss after 4 seconds. Click the X to dismiss manually. -### Session Detail Page +### Breadcrumb Navigation + +Breadcrumbs appear at the top of detail pages showing the navigation hierarchy: + +- **Format:** `Overview > Sessions > {session-name}` +- **Clickable links** — each segment links back to that level +- **Current page** — shown as plain text (not a link) +- **Overflow handling** — long session names truncate with ellipsis + +Example: `Dashboard > Sessions > fix-1786-shell-true` The session detail page (`/dashboard/sessions/:id`) includes: