From 16223cd010ce13d55100840f94ac654f0ea6714f Mon Sep 17 00:00:00 2001 From: Jonathan McCaffrey Date: Tue, 12 Apr 2022 11:32:02 -0400 Subject: [PATCH] feat(Navigation) Improved desktop navigation UI --- .../Navigation/DesktopNavComponent.razor | 113 ++++++++---- ...nt.razor => DesktopNavLinkComponent.razor} | 40 ++-- .../DesktopNavSectionComponent.razor | 30 +++ .../Navigation/NavSectionComponent.razor | 59 ------ .../Navigation/TabletNavComponent.razor | 14 +- IGP/Database.db | Bin 278528 -> 278528 bytes IGP/PageLayout.razor | 4 - IGP/wwwroot/generated/AgileTaskModels.json | 2 +- IGP/wwwroot/generated/WebSectionModels.json | 2 +- Model/Entity/EntityModel.cs | 2 +- Model/Website/WebPageModel.cs | 2 +- Model/Website/WebSectionModel.cs | 7 +- Services/IServices.cs | 20 +- Services/Immortal/BuildOrderService.cs | 172 +++++++++++------- Services/Immortal/EconomyService.cs | 40 ++-- Services/Website/NavigationService.cs | 18 +- Services/Website/WebsiteService.cs | 54 ++---- 17 files changed, 308 insertions(+), 271 deletions(-) rename Components/Navigation/{NavLinkComponent.razor => DesktopNavLinkComponent.razor} (72%) create mode 100644 Components/Navigation/DesktopNavSectionComponent.razor delete mode 100644 Components/Navigation/NavSectionComponent.razor diff --git a/Components/Navigation/DesktopNavComponent.razor b/Components/Navigation/DesktopNavComponent.razor index 4d4fc88..f9e35a1 100644 --- a/Components/Navigation/DesktopNavComponent.razor +++ b/Components/Navigation/DesktopNavComponent.razor @@ -2,33 +2,53 @@ @inject INavigationService navigationService @implements IDisposable -
-