From e997222068c3e5d4989b5dddf3e3bfeee6b117ad Mon Sep 17 00:00:00 2001 From: Khwezi Mngoma Date: Sat, 16 May 2026 12:31:22 +0200 Subject: [PATCH 1/2] Completed NavShelf layout --- ShopAdmin/Components/Pages/NavShelf.razor | 37 +++++++++++++---------- 1 file changed, 21 insertions(+), 16 deletions(-) diff --git a/ShopAdmin/Components/Pages/NavShelf.razor b/ShopAdmin/Components/Pages/NavShelf.razor index 2ad4566..fdaedf3 100644 --- a/ShopAdmin/Components/Pages/NavShelf.razor +++ b/ShopAdmin/Components/Pages/NavShelf.razor @@ -25,36 +25,41 @@ -- 2.47.3 From 86a66d327856d15612a5ab1abfca66e4ab56011d Mon Sep 17 00:00:00 2001 From: Khwezi Mngoma Date: Sat, 16 May 2026 12:43:07 +0200 Subject: [PATCH 2/2] Completed refactor of shelf to showareas that will be worked on --- ShopAdmin/Components/Layout/MainLayout.razor | 2 +- ShopAdmin/Components/Pages/NavShelf.razor | 23 ++++++++++++++++---- 2 files changed, 20 insertions(+), 5 deletions(-) diff --git a/ShopAdmin/Components/Layout/MainLayout.razor b/ShopAdmin/Components/Layout/MainLayout.razor index 2058661..0bf99b1 100644 --- a/ShopAdmin/Components/Layout/MainLayout.razor +++ b/ShopAdmin/Components/Layout/MainLayout.razor @@ -12,7 +12,7 @@
LiteCharms - Shop Admin Console + Shop Administration & Monitoring
diff --git a/ShopAdmin/Components/Pages/NavShelf.razor b/ShopAdmin/Components/Pages/NavShelf.razor index fdaedf3..490589d 100644 --- a/ShopAdmin/Components/Pages/NavShelf.razor +++ b/ShopAdmin/Components/Pages/NavShelf.razor @@ -25,8 +25,8 @@ -- 2.47.3