From 4c6e8e6053f0a3beea3a17a4a24f1d5482c4c351 Mon Sep 17 00:00:00 2001 From: dotta Date: Fri, 20 Mar 2026 06:38:45 -0500 Subject: [PATCH] Move routine title into header row, remove Automation label The editable title now sits in the header alongside Run Now and the active/paused toggle, replacing the old "Automation" subheading. This removes the redundant label and gives the title top-level prominence in the routine detail view. Co-Authored-By: Paperclip Co-Authored-By: Claude Opus 4.6 --- ui/src/pages/RoutineDetail.tsx | 124 ++++++++++++++------------------- 1 file changed, 53 insertions(+), 71 deletions(-) diff --git a/ui/src/pages/RoutineDetail.tsx b/ui/src/pages/RoutineDetail.tsx index 3de5129e..48d55517 100644 --- a/ui/src/pages/RoutineDetail.tsx +++ b/ui/src/pages/RoutineDetail.tsx @@ -625,46 +625,60 @@ export function RoutineDetail() { return (
- {/* Header: status + actions */} -
-
- {routine.activeIssue && ( - - Current issue - {routine.activeIssue.identifier ?? routine.activeIssue.id.slice(0, 8)} - - )} -
-
+ {/* Header: editable title + actions */} +
+