From c3fed45481484c00ae9f7e2bf83ffb9cf5cd4407 Mon Sep 17 00:00:00 2001 From: Mika Kuns Date: Tue, 14 Apr 2026 10:52:52 +0200 Subject: [PATCH] style(ui): island layout with Warm Charcoal theme (Rider-style) Replace flat columns with rounded island panels on a dark base. Remove GridSplitters, add gap-based spacing between islands. Co-Authored-By: Claude Opus 4.6 (1M context) --- src/ClaudeDo.App/App.axaml | 8 +- src/ClaudeDo.Ui/Views/MainWindow.axaml | 151 +++++++++++++------------ 2 files changed, 83 insertions(+), 76 deletions(-) diff --git a/src/ClaudeDo.App/App.axaml b/src/ClaudeDo.App/App.axaml index 480c689..80c796e 100644 --- a/src/ClaudeDo.App/App.axaml +++ b/src/ClaudeDo.App/App.axaml @@ -18,9 +18,11 @@ - - - + + + + + diff --git a/src/ClaudeDo.Ui/Views/MainWindow.axaml b/src/ClaudeDo.Ui/Views/MainWindow.axaml index 0fd43b8..fef54ce 100644 --- a/src/ClaudeDo.Ui/Views/MainWindow.axaml +++ b/src/ClaudeDo.Ui/Views/MainWindow.axaml @@ -11,88 +11,93 @@ MinWidth="800" MinHeight="500" KeyDown="OnGlobalKeyDown"> - + - + - + + + + - + +