From 30921550df907f50454c8a58f89c631ab62a33fd Mon Sep 17 00:00:00 2001 From: AndyMik90 Date: Sat, 20 Dec 2025 11:29:34 +0100 Subject: [PATCH] style: enhance WorkspaceStatus component UI Updated the styling of the "Stage only" option in the WorkspaceStatus component for improved user experience. Changes include a more visually appealing label with rounded corners and hover effects, as well as dynamic text color based on the checkbox state. This enhances the overall design consistency and interactivity of the UI. --- .../task-detail/task-review/WorkspaceStatus.tsx | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/auto-claude-ui/src/renderer/components/task-detail/task-review/WorkspaceStatus.tsx b/auto-claude-ui/src/renderer/components/task-detail/task-review/WorkspaceStatus.tsx index 6c67ded5..15a3c2ba 100644 --- a/auto-claude-ui/src/renderer/components/task-detail/task-review/WorkspaceStatus.tsx +++ b/auto-claude-ui/src/renderer/components/task-detail/task-review/WorkspaceStatus.tsx @@ -265,12 +265,16 @@ export function WorkspaceStatus({ {/* Actions Footer */}
{/* Stage Only Option */} -