@@ -323,7 +323,7 @@ export function InventoryFormPage({ mode }: InventoryFormPageProps) {
}, 120);
}}
placeholder="Search by SKU"
- className="w-full rounded-2xl border border-line/70 bg-surface px-4 py-3 text-text outline-none transition focus:border-brand"
+ className="w-full rounded-2xl border border-line/70 bg-surface px-2 py-2 text-text outline-none transition focus:border-brand"
/>
{getComponentOption(line.componentItemId)?.name ?? "No component selected"}
@@ -364,7 +364,7 @@ export function InventoryFormPage({ mode }: InventoryFormPageProps) {
return option.sku.toLowerCase().includes(query);
}).length === 0 ? (
-
No matching components found.
+
No matching components found.
) : null}
) : null}
@@ -378,7 +378,7 @@ export function InventoryFormPage({ mode }: InventoryFormPageProps) {
step={0.0001}
value={line.quantity}
onChange={(event) => updateBomLine(index, { ...line, quantity: Number(event.target.value) })}
- className="w-full rounded-2xl border border-line/70 bg-surface px-4 py-3 text-text outline-none transition focus:border-brand"
+ className="w-full rounded-2xl border border-line/70 bg-surface px-2 py-2 text-text outline-none transition focus:border-brand"
/>
@@ -421,19 +421,19 @@ export function InventoryFormPage({ mode }: InventoryFormPageProps) {
updateBomLine(index, { ...line, notes: event.target.value })}
- className="w-full rounded-2xl border border-line/70 bg-surface px-4 py-3 text-text outline-none transition focus:border-brand"
+ className="w-full rounded-2xl border border-line/70 bg-surface px-2 py-2 text-text outline-none transition focus:border-brand"
/>
))}
)}
-
+
{status}
diff --git a/client/src/modules/inventory/InventoryListPage.tsx b/client/src/modules/inventory/InventoryListPage.tsx
index 5caf971..af2f17c 100644
--- a/client/src/modules/inventory/InventoryListPage.tsx
+++ b/client/src/modules/inventory/InventoryListPage.tsx
@@ -41,11 +41,11 @@ export function InventoryListPage() {
}, [searchTerm, statusFilter, token, typeFilter]);
return (
-
-
+
+
Inventory
-
Item Master
+
Item Master
Core item and BOM definitions for purchased parts, manufactured items, assemblies, and service SKUs.
@@ -56,14 +56,14 @@ export function InventoryListPage() {
) : null}
-
+