From bce4e0a1e6b5fe99a31cd53875fa0a53b2e8ed05 Mon Sep 17 00:00:00 2001 From: mika kuns Date: Sat, 30 May 2026 16:50:38 +0200 Subject: [PATCH] refactor(ui): migrate ConflictResolutionView to ModalShell and use dynamic resources Replace manual titlebar/drag handler with ModalShell, move action buttons to footer, convert StaticResource token attrs to DynamicResource, replace OrangeRed with BloodBrush, and use MonoFont DynamicResource. Co-Authored-By: Claude Sonnet 4.6 --- .../Planning/ConflictResolutionView.axaml | 79 ++++++++----------- .../Planning/ConflictResolutionView.axaml.cs | 7 -- 2 files changed, 32 insertions(+), 54 deletions(-) diff --git a/src/ClaudeDo.Ui/Views/Planning/ConflictResolutionView.axaml b/src/ClaudeDo.Ui/Views/Planning/ConflictResolutionView.axaml index 436f770..f207273 100644 --- a/src/ClaudeDo.Ui/Views/Planning/ConflictResolutionView.axaml +++ b/src/ClaudeDo.Ui/Views/Planning/ConflictResolutionView.axaml @@ -1,6 +1,7 @@ + Background="{DynamicResource SurfaceBrush}"> - - - - - - - - - - - - - - - - - - - - - - - - -