From 159b1c75e5cdb5c88586b8ae8d18b1b32c0b954d Mon Sep 17 00:00:00 2001 From: Erik Darling <2136037+erikdarlingdata@users.noreply.github.com> Date: Tue, 28 Apr 2026 08:44:21 -0400 Subject: [PATCH] Insights panel: unify section borders into card style MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Replace per-section tinted backgrounds (brown/green/blue/purple) with a single InsightCard style — lifted #1E2228 surface, 1px #353942 border, 8px corner radius, subtle box-shadow. Per-section identity now lives only in the accent-colored header text. Headers move to a shared InsightHeader class (14pt SemiBold). Co-Authored-By: Claude Opus 4.7 (1M context) --- .../Controls/PlanViewerControl.axaml | 66 +++++++++---------- src/PlanViewer.App/Themes/DarkTheme.axaml | 4 ++ 2 files changed, 37 insertions(+), 33 deletions(-) diff --git a/src/PlanViewer.App/Controls/PlanViewerControl.axaml b/src/PlanViewer.App/Controls/PlanViewerControl.axaml index 7bb50c3..e8bccfb 100644 --- a/src/PlanViewer.App/Controls/PlanViewerControl.axaml +++ b/src/PlanViewer.App/Controls/PlanViewerControl.axaml @@ -2,6 +2,22 @@ xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" x:Class="PlanViewer.App.Controls.PlanViewerControl" Background="{DynamicResource BackgroundBrush}"> + + + + @@ -74,7 +90,7 @@ FontWeight="SemiBold" Foreground="{DynamicResource ForegroundBrush}"/> - + @@ -84,18 +100,14 @@ - - + - + + Foreground="{DynamicResource ForegroundBrush}"/> - + + Foreground="#FFB347"/> - + + Foreground="#7BCF7B"/> - + + Foreground="#4FA3FF"/> + + + + #2eaef1 #2596d4