From e192285f5df809a5b14b817a83034eaa9449abbc Mon Sep 17 00:00:00 2001 From: mika kuns Date: Sat, 25 Apr 2026 09:37:25 +0200 Subject: [PATCH] feat(ui): make island layout user-resizable with grid splitters Replaces fixed 260/*/320 columns with two GridSplitters between Lists/Tasks/Details. Min widths preserved (200/320/280). Right splitter hides when ShowDetails is false. Co-Authored-By: Claude Opus 4.7 (1M context) --- src/ClaudeDo.Ui/Views/MainWindow.axaml | 35 +++++++++++++++++++++++--- 1 file changed, 31 insertions(+), 4 deletions(-) diff --git a/src/ClaudeDo.Ui/Views/MainWindow.axaml b/src/ClaudeDo.Ui/Views/MainWindow.axaml index ff3e56f..1d6d5d4 100644 --- a/src/ClaudeDo.Ui/Views/MainWindow.axaml +++ b/src/ClaudeDo.Ui/Views/MainWindow.axaml @@ -141,15 +141,42 @@ - - + + + + + + + + + + - + + + + - + +