From 18755910bdc69fbf9c9a28a32328ba5db2dd904b Mon Sep 17 00:00:00 2001 From: mika kuns Date: Thu, 27 Aug 2026 08:57:57 +0200 Subject: [PATCH] =?UTF-8?q?fix(ui):=20Branch-Zeile=20im=20Detail-Header=20?= =?UTF-8?q?=E2=80=94=20Icon=20stroked=20rendern,=20ohne=20Task=20ausblende?= =?UTF-8?q?n?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Icon.GitBranch ist Line-Art und wurde per PathIcon gefuellt (nur Knoten sichtbar). Zusaetzlich brach {Binding Task.HasBranch} bei leerer Auswahl (Task=null) und IsVisible fiel auf den Default true zurueck — FallbackValue=False blendet die Zeile jetzt aus, solange kein Task gebunden ist. --- .../Views/Islands/Detail/TaskHeaderBar.axaml | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/src/ClaudeDo.Ui/Views/Islands/Detail/TaskHeaderBar.axaml b/src/ClaudeDo.Ui/Views/Islands/Detail/TaskHeaderBar.axaml index b37c21fe..1cde904d 100644 --- a/src/ClaudeDo.Ui/Views/Islands/Detail/TaskHeaderBar.axaml +++ b/src/ClaudeDo.Ui/Views/Islands/Detail/TaskHeaderBar.axaml @@ -27,12 +27,17 @@ Padding="0"/> + shows the branch anywhere else. FallbackValue: with no task bound the path can't + resolve and IsVisible would fall back to its default (true). --> - + IsVisible="{Binding Task.HasBranch, FallbackValue=False}"> + + + +