From 981b8e4a3d3a90e183d5cca10b3cd5b53a027ff1 Mon Sep 17 00:00:00 2001 From: Mika Kuns Date: Mon, 13 Apr 2026 15:41:23 +0200 Subject: [PATCH] fix(ui): make list and task rows fully hit-testable for clicks Add Background="Transparent" and HorizontalAlignment="Stretch" to the DataTemplate roots in MainWindow.axaml and TaskListView.axaml so that DoubleTapped, PointerPressed and ContextFlyout fire reliably across the entire row surface. Co-Authored-By: Claude Sonnet 4.6 --- src/ClaudeDo.Ui/Views/MainWindow.axaml | 2 +- src/ClaudeDo.Ui/Views/TaskListView.axaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ClaudeDo.Ui/Views/MainWindow.axaml b/src/ClaudeDo.Ui/Views/MainWindow.axaml index 884ee4a..0fe8f56 100644 --- a/src/ClaudeDo.Ui/Views/MainWindow.axaml +++ b/src/ClaudeDo.Ui/Views/MainWindow.axaml @@ -31,7 +31,7 @@ Margin="4"> - + - +