From 2b0ee5ffcb1ef33eacc3152f1d2696cace53cd87 Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Wed, 23 Jul 2025 08:28:19 +0200 Subject: [PATCH] Fix recupero IMG da API service --- Test.UI.sln | 2 +- Test.UI/Components/Layout/NavMenu.razor | 7 +- Test.UI/Components/Pages/TestComponent.razor | 12 ++ .../Components/Pages/TestComponent.razor.cs | 108 ++++++++++++++++++ Test.UI/Data/Setup.json | 10 +- Test.UI/Test.UI.csproj | 4 + Test.UI/appsettings.json | 9 +- .../DTO/TemplateSelectorDTO.cs | 1 + WebWindowConfigurator/WebWindowMaker.razor | 2 +- 9 files changed, 145 insertions(+), 10 deletions(-) create mode 100644 Test.UI/Components/Pages/TestComponent.razor create mode 100644 Test.UI/Components/Pages/TestComponent.razor.cs diff --git a/Test.UI.sln b/Test.UI.sln index 8d1b4d6..7ee1446 100644 --- a/Test.UI.sln +++ b/Test.UI.sln @@ -7,7 +7,7 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Test.UI", "Test.UI\Test.UI. EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Test.UI.Client", "Test.UI.Client\Test.UI.Client.csproj", "{11C69377-47CD-4A5F-82A5-34D9A246C2DC}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebWindowConfigurator", ".\WebWindowConfigurator\WebWindowConfigurator.csproj", "{C7BED1A5-5B6B-4B3C-8802-D913A026D1E2}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebWindowConfigurator", "WebWindowConfigurator\WebWindowConfigurator.csproj", "{C7BED1A5-5B6B-4B3C-8802-D913A026D1E2}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution diff --git a/Test.UI/Components/Layout/NavMenu.razor b/Test.UI/Components/Layout/NavMenu.razor index 3cc2e2d..fae7297 100644 --- a/Test.UI/Components/Layout/NavMenu.razor +++ b/Test.UI/Components/Layout/NavMenu.razor @@ -13,13 +13,16 @@ Home - + -