From 571914ac0f5312b15778ddcfe2ba8d243d970b9a Mon Sep 17 00:00:00 2001 From: Drew Rautenberg Date: Mon, 3 Feb 2025 10:39:14 -0600 Subject: [PATCH] "Update inventory routes to include 'inventory' prefix. Adjusted routes and links throughout the inventory feature to include the 'inventory' prefix for improved path clarity and consistency. This change ensures better organization and aligns with routing standards across the application." --- barkmanui/src/App.tsx | 6 +++--- barkmanui/src/features/inventory/InventoryList.tsx | 4 ++-- barkmanui/src/features/inventory/ItemDetail.tsx | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/barkmanui/src/App.tsx b/barkmanui/src/App.tsx index b72505c..ac886f0 100644 --- a/barkmanui/src/App.tsx +++ b/barkmanui/src/App.tsx @@ -43,9 +43,9 @@ function App() { }/> }/> - }/> - }/> - }/> + }/> + }/> + }/> diff --git a/barkmanui/src/features/inventory/InventoryList.tsx b/barkmanui/src/features/inventory/InventoryList.tsx index 42e1512..4020b67 100644 --- a/barkmanui/src/features/inventory/InventoryList.tsx +++ b/barkmanui/src/features/inventory/InventoryList.tsx @@ -37,7 +37,7 @@ function InventoryList() {

ARFF ARFF BARK BARK

- Add Item + Add Item @@ -61,7 +61,7 @@ function InventoryList() { {data.name} {data.statusId} - Details + Details ))} diff --git a/barkmanui/src/features/inventory/ItemDetail.tsx b/barkmanui/src/features/inventory/ItemDetail.tsx index eb0d5f5..b1e7a44 100644 --- a/barkmanui/src/features/inventory/ItemDetail.tsx +++ b/barkmanui/src/features/inventory/ItemDetail.tsx @@ -38,7 +38,7 @@ function ItemDetail() { Replacement Cost: ${data.replacementCost} Notes: {data.notes} - Edit + Edit )