From e2fad88f372df9b8176128009e5bf092d64d6d85 Mon Sep 17 00:00:00 2001 From: Mika Kuns Date: Thu, 25 Jun 2026 16:29:14 +0200 Subject: [PATCH] feat(ui): mission control pane header actions + status tinting --- src/ClaudeDo.Ui/Design/IslandStyles.axaml | 26 +++++++++ src/ClaudeDo.Ui/Design/Tokens.axaml | 2 + .../MissionControl/MonitorPaneView.axaml | 55 ++++++++++++++----- 3 files changed, 70 insertions(+), 13 deletions(-) diff --git a/src/ClaudeDo.Ui/Design/IslandStyles.axaml b/src/ClaudeDo.Ui/Design/IslandStyles.axaml index 6ef55cc..6fc6c2f 100644 --- a/src/ClaudeDo.Ui/Design/IslandStyles.axaml +++ b/src/ClaudeDo.Ui/Design/IslandStyles.axaml @@ -1166,4 +1166,30 @@ + + + + + + + + + + + diff --git a/src/ClaudeDo.Ui/Design/Tokens.axaml b/src/ClaudeDo.Ui/Design/Tokens.axaml index 95e965d..e707f08 100644 --- a/src/ClaudeDo.Ui/Design/Tokens.axaml +++ b/src/ClaudeDo.Ui/Design/Tokens.axaml @@ -99,6 +99,8 @@ + + diff --git a/src/ClaudeDo.Ui/Views/MissionControl/MonitorPaneView.axaml b/src/ClaudeDo.Ui/Views/MissionControl/MonitorPaneView.axaml index 9b92f75..b448efc 100644 --- a/src/ClaudeDo.Ui/Views/MissionControl/MonitorPaneView.axaml +++ b/src/ClaudeDo.Ui/Views/MissionControl/MonitorPaneView.axaml @@ -5,28 +5,57 @@ xmlns:loc="using:ClaudeDo.Ui.Localization" x:DataType="vm:TaskMonitorViewModel" x:Class="ClaudeDo.Ui.Views.MissionControl.MonitorPaneView"> - - - + - - + + - + + + + + + + + +