From 5cc088ea6b9721651e8950fe327545cf8d57664e Mon Sep 17 00:00:00 2001 From: AJ Isaacs Date: Mon, 2 Feb 2026 22:32:32 -0500 Subject: [PATCH] feat: Add Stock Items UI and update Supplier offerings - Add Stock Items index page listing all stock items - Add Stock Items edit page with supplier offerings management - Update Suppliers edit page to manage offerings (select from stock items instead of material+length) - Add Stock Items navigation link to sidebar Co-Authored-By: Claude Opus 4.5 --- CutList.Web/Components/Layout/NavMenu.razor | 5 + CutList.Web/Components/Pages/Stock/Edit.razor | 371 ++++++++++++++++++ .../Components/Pages/Stock/Index.razor | 85 ++++ .../Components/Pages/Suppliers/Edit.razor | 207 +++++----- 4 files changed, 567 insertions(+), 101 deletions(-) create mode 100644 CutList.Web/Components/Pages/Stock/Edit.razor create mode 100644 CutList.Web/Components/Pages/Stock/Index.razor diff --git a/CutList.Web/Components/Layout/NavMenu.razor b/CutList.Web/Components/Layout/NavMenu.razor index 917c4d5..3329aac 100644 --- a/CutList.Web/Components/Layout/NavMenu.razor +++ b/CutList.Web/Components/Layout/NavMenu.razor @@ -23,6 +23,11 @@ Materials +