From 3c420acd548c6c22e4b0e575358c9c806afe6098 Mon Sep 17 00:00:00 2001 From: mika kuns Date: Thu, 23 Apr 2026 13:08:17 +0200 Subject: [PATCH] style(ui): polish list sidebar, kbd chips, and session terminal - Introduce .list-count style for sidebar badges (brighter on active row). - Bind list header More button to the correct OpenSettingsCommand. - Give the per-list gear the standard icon-btn look. - Center-align kbd chip content and title-bar/icon button content. - Drop the kind-marker column in SessionTerminal and always show the scrollbar so the terminal feels like one. --- src/ClaudeDo.Ui/Design/IslandStyles.axaml | 39 +++++++++++++++---- .../Views/Islands/ListsIslandView.axaml | 24 ++++-------- .../Views/Islands/SessionTerminalView.axaml | 13 +++---- 3 files changed, 43 insertions(+), 33 deletions(-) diff --git a/src/ClaudeDo.Ui/Design/IslandStyles.axaml b/src/ClaudeDo.Ui/Design/IslandStyles.axaml index 86fd062..b027137 100644 --- a/src/ClaudeDo.Ui/Design/IslandStyles.axaml +++ b/src/ClaudeDo.Ui/Design/IslandStyles.axaml @@ -95,6 +95,8 @@ + + + + + + @@ -582,16 +600,21 @@ diff --git a/src/ClaudeDo.Ui/Views/Islands/ListsIslandView.axaml b/src/ClaudeDo.Ui/Views/Islands/ListsIslandView.axaml index c82fffb..5f41145 100644 --- a/src/ClaudeDo.Ui/Views/Islands/ListsIslandView.axaml +++ b/src/ClaudeDo.Ui/Views/Islands/ListsIslandView.axaml @@ -66,7 +66,7 @@