From ad9fbdbe164b54a7dab82db50f896b134906ab4d Mon Sep 17 00:00:00 2001 From: Natalia Portillo Date: Mon, 27 Oct 2025 17:21:21 +0000 Subject: [PATCH] [GUI] Redesign and reorganize Statistics dialog. --- Aaru.Gui/Views/Dialogs/StatisticsDialog.xaml | 477 ++++++++++++------- 1 file changed, 296 insertions(+), 181 deletions(-) diff --git a/Aaru.Gui/Views/Dialogs/StatisticsDialog.xaml b/Aaru.Gui/Views/Dialogs/StatisticsDialog.xaml index 62b36071b..954420bc8 100644 --- a/Aaru.Gui/Views/Dialogs/StatisticsDialog.xaml +++ b/Aaru.Gui/Views/Dialogs/StatisticsDialog.xaml @@ -36,6 +36,7 @@ xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:dialogs="clr-namespace:Aaru.Gui.ViewModels.Dialogs" + xmlns:controls="clr-namespace:Aaru.Gui.Controls" xmlns:localization="clr-namespace:Aaru.Localization;assembly=Aaru.Localization" mc:Ignorable="d" d:DesignWidth="800" @@ -49,185 +50,299 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file