From 05179aa445be62441e1b4bfff94ed5346a916f66 Mon Sep 17 00:00:00 2001 From: AJ Isaacs Date: Sun, 2 Aug 2026 09:12:04 -0400 Subject: [PATCH] Redesign CutList workspace UI --- .../Components/Layout/MainLayout.razor | 6 +- CutList.Web/Components/Layout/NavMenu.razor | 19 ++- .../Components/Layout/NavMenu.razor.css | 138 +++--------------- CutList.Web/Components/Pages/Home.razor | 80 +++++----- CutList.Web/Components/Pages/Jobs/Index.razor | 8 +- .../Components/Pages/Tools/Index.razor | 6 +- CutList.Web/wwwroot/css/app.css | 74 ++++++++++ 7 files changed, 158 insertions(+), 173 deletions(-) diff --git a/CutList.Web/Components/Layout/MainLayout.razor b/CutList.Web/Components/Layout/MainLayout.razor index dd3a4a3..ec6880c 100644 --- a/CutList.Web/Components/Layout/MainLayout.razor +++ b/CutList.Web/Components/Layout/MainLayout.razor @@ -6,7 +6,11 @@
-
+
+
Cut planning workspace
+
Ready to plan
+
+
@Body
diff --git a/CutList.Web/Components/Layout/NavMenu.razor b/CutList.Web/Components/Layout/NavMenu.razor index 2c38276..0970499 100644 --- a/CutList.Web/Components/Layout/NavMenu.razor +++ b/CutList.Web/Components/Layout/NavMenu.razor @@ -1,6 +1,7 @@ -