From d8c8d8dbb9e01544335d5a442e91d17910f4f6c2 Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Tue, 15 Oct 2024 18:52:28 +0200 Subject: [PATCH] SPEC - fix review stats ODL con modulo - completata ottimizzazione componente display files --- MP.Data/MP.Data.csproj | 6 +- MP.SPEC/Components/ListODL.razor | 113 +---------------- MP.SPEC/Components/ListODL.razor.cs | 154 ++-------------------- MP.SPEC/Components/ODLPlot.razor.cs | 1 - MP.SPEC/Components/StatsOdl.razor | 110 ++++++++++++++++ MP.SPEC/Components/StatsOdl.razor.cs | 183 +++++++++++++++++++++++++++ MP.SPEC/MP.SPEC.csproj | 8 +- MP.SPEC/Resources/ChangeLog.html | 2 +- MP.SPEC/Resources/VersNum.txt | 2 +- MP.SPEC/Resources/manifest.xml | 2 +- 10 files changed, 314 insertions(+), 267 deletions(-) create mode 100644 MP.SPEC/Components/StatsOdl.razor create mode 100644 MP.SPEC/Components/StatsOdl.razor.cs diff --git a/MP.Data/MP.Data.csproj b/MP.Data/MP.Data.csproj index 247dff73..8115b184 100644 --- a/MP.Data/MP.Data.csproj +++ b/MP.Data/MP.Data.csproj @@ -20,7 +20,7 @@ - + @@ -33,7 +33,7 @@ - - + + \ No newline at end of file diff --git a/MP.SPEC/Components/ListODL.razor b/MP.SPEC/Components/ListODL.razor index 94945c58..1c031d67 100644 --- a/MP.SPEC/Components/ListODL.razor +++ b/MP.SPEC/Components/ListODL.razor @@ -199,123 +199,12 @@ else -