From 404db2b8627ebbad586ff69da24746cb84d0ec59 Mon Sep 17 00:00:00 2001 From: Jonathan McCaffrey Date: Sat, 27 Aug 2022 21:46:52 -0400 Subject: [PATCH] Adding MudBlazor UI with new Nav --- Components/Components.csproj | 2 +- Components/Inputs/ButtonComponent.razor | 12 +- .../Inputs/{ButtonType.cs => MyButtonType.cs} | 2 +- IGP/Dialog/ConfirmationDialogComponent.razor | 23 ++-- IGP/IGP.csproj | 1 + IGP/PageLayout.razor | 111 ++++++++++++++---- IGP/PageLayout.razor.css | 13 -- .../BuildCalculator/BuildCalculatorPage.razor | 2 +- .../Parts/UnitMemoryManager.razor | 4 +- IGP/Pages/PermissionsPage.razor | 8 +- IGP/Portals/ConfirmationDialogPortal.razor | 6 +- IGP/Program.cs | 4 +- IGP/_Imports.razor | 1 + IGP/global.json | 2 +- IGP/wwwroot/index.html | 3 +- Playground/Program.cs | 2 - Services/IServices.cs | 2 +- .../{DialogService.cs => MyDialogService.cs} | 2 +- 18 files changed, 127 insertions(+), 73 deletions(-) rename Components/Inputs/{ButtonType.cs => MyButtonType.cs} (80%) rename Services/Website/{DialogService.cs => MyDialogService.cs} (95%) diff --git a/Components/Components.csproj b/Components/Components.csproj index 1e439c7..8fe7554 100644 --- a/Components/Components.csproj +++ b/Components/Components.csproj @@ -21,7 +21,7 @@ - + diff --git a/Components/Inputs/ButtonComponent.razor b/Components/Inputs/ButtonComponent.razor index 86a5224..5cec095 100644 --- a/Components/Inputs/ButtonComponent.razor +++ b/Components/Inputs/ButtonComponent.razor @@ -1,4 +1,4 @@ - +