From ad2acddc9a4bdf3e16be22608fcc86f84c27cdf6 Mon Sep 17 00:00:00 2001 From: mika kuns Date: Fri, 24 Jul 2026 11:13:52 +0200 Subject: [PATCH] fix(ui): render Plus and agent-settings gear icons Icon.Plus was stroke-only geometry, invisible when used in a PathIcon (fills). Author it as a filled cross, fixing every PathIcon use at once (New-session, add-list, add-task). Replace the header bar's raw gear TextBlock with the shared Icon.Settings PathIcon for consistency. --- src/ClaudeDo.Ui/Design/IslandStyles.axaml | 4 ++-- src/ClaudeDo.Ui/Views/Islands/Detail/TaskHeaderBar.axaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/ClaudeDo.Ui/Design/IslandStyles.axaml b/src/ClaudeDo.Ui/Design/IslandStyles.axaml index 5d391407..59a9c035 100644 --- a/src/ClaudeDo.Ui/Design/IslandStyles.axaml +++ b/src/ClaudeDo.Ui/Design/IslandStyles.axaml @@ -57,8 +57,8 @@ M11 4a7 7 0 1 0 0 14A7 7 0 0 0 11 4z M20 20l-3.5-3.5 - - M12 5v14M5 12h14 + + M10.6 5 H13.4 V10.6 H19 V13.4 H13.4 V19 H10.6 V13.4 H5 V10.6 H10.6 Z M5 12m-1.3 0a1.3 1.3 0 1 0 2.6 0 1.3 1.3 0 1 0-2.6 0 M12 12m-1.3 0a1.3 1.3 0 1 0 2.6 0 1.3 1.3 0 1 0-2.6 0 M19 12m-1.3 0a1.3 1.3 0 1 0 2.6 0 1.3 1.3 0 1 0-2.6 0 diff --git a/src/ClaudeDo.Ui/Views/Islands/Detail/TaskHeaderBar.axaml b/src/ClaudeDo.Ui/Views/Islands/Detail/TaskHeaderBar.axaml index 77ac818f..0ae45e5c 100644 --- a/src/ClaudeDo.Ui/Views/Islands/Detail/TaskHeaderBar.axaml +++ b/src/ClaudeDo.Ui/Views/Islands/Detail/TaskHeaderBar.axaml @@ -65,7 +65,7 @@ IsEnabled="{Binding AgentSettings.IsEnabled}" VerticalAlignment="Top" Margin="6,0,0,0"> - +