From 42fb7cee0d39f5ded9fbc26b13d7664ace5c208e Mon Sep 17 00:00:00 2001 From: mika kuns Date: Mon, 20 Apr 2026 11:54:36 +0200 Subject: [PATCH] =?UTF-8?q?fix(ui):=20NAVIGATOR=20eyebrow=20=E2=80=94=20dr?= =?UTF-8?q?op=20broken=20converter=20binding?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The Binding had no Path, so it bound to ListsIslandViewModel itself and the UpperCase converter produced the fully-qualified type name, which rendered as "CLAUDEDO.UI.VIEWMODELS.ISLAI..." in the header. Replace with literal Text="NAVIGATOR". Co-Authored-By: Claude Opus 4.7 (1M context) --- src/ClaudeDo.Ui/Views/Islands/ListsIslandView.axaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/ClaudeDo.Ui/Views/Islands/ListsIslandView.axaml b/src/ClaudeDo.Ui/Views/Islands/ListsIslandView.axaml index 2ff2a0c..16b576f 100644 --- a/src/ClaudeDo.Ui/Views/Islands/ListsIslandView.axaml +++ b/src/ClaudeDo.Ui/Views/Islands/ListsIslandView.axaml @@ -16,11 +16,9 @@ - NAVIGATOR - + Foreground="{DynamicResource TextFaintBrush}" LetterSpacing="1.2"/>