From b84065516360191bfb994158a85add3902ceb078 Mon Sep 17 00:00:00 2001 From: mika kuns Date: Thu, 4 Jun 2026 20:18:44 +0200 Subject: [PATCH] feat(ui): resize detail split by dragging the console's top edge Replace the standalone GridSplitter bar between the details card and the work console with a transparent splitter over the gap above the console, so the user drags the console's top edge to resize. Restore the prep-log terminal's inset now that SessionTerminalView no longer hard-codes its own margin. Co-Authored-By: Claude Opus 4.7 --- .../Views/Islands/DetailsIslandView.axaml | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/src/ClaudeDo.Ui/Views/Islands/DetailsIslandView.axaml b/src/ClaudeDo.Ui/Views/Islands/DetailsIslandView.axaml index ad267b6..1d7946f 100644 --- a/src/ClaudeDo.Ui/Views/Islands/DetailsIslandView.axaml +++ b/src/ClaudeDo.Ui/Views/Islands/DetailsIslandView.axaml @@ -41,17 +41,19 @@ + RowDefinitions="2*,*"> + + - + Background="Transparent"/> @@ -70,6 +72,7 @@