From cd7153a6afa8160b09d936e09572d8b228e2fdd0 Mon Sep 17 00:00:00 2001 From: rferraton <16419423+rferraton@users.noreply.github.com> Date: Sun, 12 Apr 2026 14:44:55 +0200 Subject: [PATCH 1/8] First viable feature : improvments needed but working --- .../Controls/QueryStoreGridControl.axaml | 31 + .../Controls/QueryStoreGridControl.axaml.cs | 646 +++++++++++++++--- .../Models/QueryStoreGroupBy.cs | 65 ++ .../Services/QueryStoreService.cs | 529 ++++++++++++++ 4 files changed, 1172 insertions(+), 99 deletions(-) create mode 100644 src/PlanViewer.Core/Models/QueryStoreGroupBy.cs diff --git a/src/PlanViewer.App/Controls/QueryStoreGridControl.axaml b/src/PlanViewer.App/Controls/QueryStoreGridControl.axaml index 758b21f..d276f73 100644 --- a/src/PlanViewer.App/Controls/QueryStoreGridControl.axaml +++ b/src/PlanViewer.App/Controls/QueryStoreGridControl.axaml @@ -67,6 +67,15 @@ + + + + + + + + + + + + +