From cca39ec44f808759c1144afeab893327de0b576a Mon Sep 17 00:00:00 2001 From: Erik Darling <2136037+erikdarlingdata@users.noreply.github.com> Date: Thu, 26 Feb 2026 07:49:30 -0500 Subject: [PATCH] Fix query store regressions TVF (#308) and add context menu icons (#290) - report.query_store_regressions: add 5 missing columns (additional_duration_ms, baseline/recent exec_count and plan_count) that Dashboard expects - Remove CONVERT(nvarchar(500)) truncation on query text - Add emoji icons to all context menus across 13 files in both Dashboard and Lite Co-Authored-By: Claude Opus 4.6 --- Dashboard/CollectionLogWindow.xaml | 16 ++++++++--- Dashboard/CollectorScheduleWindow.xaml | 16 ++++++++--- Dashboard/Controls/AlertsHistoryContent.xaml | 16 ++++++++--- Dashboard/MainWindow.xaml | 20 ++++++++++---- Dashboard/ManageServersWindow.xaml | 16 ++++++++--- Lite/Controls/AlertsHistoryTab.xaml | 16 ++++++++--- Lite/Controls/ServerTab.xaml | 28 +++++++++++++++----- Lite/MainWindow.xaml | 20 ++++++++++---- Lite/Windows/CollectionLogWindow.xaml | 16 ++++++++--- Lite/Windows/ManageServersWindow.xaml | 16 ++++++++--- Lite/Windows/ProcedureHistoryWindow.xaml | 16 ++++++++--- Lite/Windows/QueryStatsHistoryWindow.xaml | 16 ++++++++--- Lite/Windows/QueryStoreHistoryWindow.xaml | 16 ++++++++--- install/47_create_reporting_views.sql | 16 ++++++++--- 14 files changed, 184 insertions(+), 60 deletions(-) diff --git a/Dashboard/CollectionLogWindow.xaml b/Dashboard/CollectionLogWindow.xaml index 32a75576..71c77f47 100644 --- a/Dashboard/CollectionLogWindow.xaml +++ b/Dashboard/CollectionLogWindow.xaml @@ -8,11 +8,19 @@ Background="{DynamicResource BackgroundBrush}"> - - - + + + + + + + + + - + + + diff --git a/Dashboard/CollectorScheduleWindow.xaml b/Dashboard/CollectorScheduleWindow.xaml index b2a8103e..6487ff92 100644 --- a/Dashboard/CollectorScheduleWindow.xaml +++ b/Dashboard/CollectorScheduleWindow.xaml @@ -8,11 +8,19 @@ Background="{DynamicResource BackgroundBrush}"> - - - + + + + + + + + + - + + + diff --git a/Dashboard/Controls/AlertsHistoryContent.xaml b/Dashboard/Controls/AlertsHistoryContent.xaml index 41793f4c..d0c258e6 100644 --- a/Dashboard/Controls/AlertsHistoryContent.xaml +++ b/Dashboard/Controls/AlertsHistoryContent.xaml @@ -13,11 +13,19 @@ - - - + + + + + + + + + - + + +