From 7034266dc96a51c36833f8faeeb89db16850dff2 Mon Sep 17 00:00:00 2001 From: Bryan Helmkamp Date: Thu, 7 May 2026 22:20:00 -0700 Subject: [PATCH] feat(web): always show workflow breadcrumb on run detail The workflow breadcrumb was previously demo-mode-only. Render it in all modes and point it at the runs list filtered by that workflow, which is now honored via URL params. Co-Authored-By: Claude Opus 4.7 (1M context) --- apps/fabro-web/app/routes/run-detail.tsx | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/apps/fabro-web/app/routes/run-detail.tsx b/apps/fabro-web/app/routes/run-detail.tsx index 041c3ae72..a6415f5f8 100644 --- a/apps/fabro-web/app/routes/run-detail.tsx +++ b/apps/fabro-web/app/routes/run-detail.tsx @@ -237,14 +237,13 @@ export default function RunDetail({ params }: { params: { id: string } }) { )} > Runs - {demoMode && ( - <> - - - {run.workflow} - - - )} + + + {run.workflow} + {run.title}