From 39fa83a0a04ad7bb1679b6c3396def0916b8ded9 Mon Sep 17 00:00:00 2001 From: mika kuns Date: Thu, 4 Jun 2026 10:28:27 +0200 Subject: [PATCH] fix(daily-prep): hide task header, footer and agent strip in prep/notes mode The delete/close footer, task header, and the DIFF/worktree agent strip sit outside the mode-switched body, so they leaked into the prep-log and notes views. Gate all three on IsTaskDetailVisible. 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 1a92704..85ae705 100644 --- a/src/ClaudeDo.Ui/Views/Islands/DetailsIslandView.axaml +++ b/src/ClaudeDo.Ui/Views/Islands/DetailsIslandView.axaml @@ -8,8 +8,9 @@ x:DataType="vm:DetailsIslandViewModel"> - + @@ -35,8 +36,9 @@ - - + +