feat: Phase 3 manufacturing + firmware management

This commit is contained in:
2026-02-27 02:47:08 +02:00
parent 2f610633c4
commit 32a2634739
25 changed files with 2266 additions and 52 deletions

View File

@@ -26,6 +26,15 @@ const navItems = [
],
},
{ to: "/equipment/notes", label: "Issues and Notes", permission: "equipment" },
{
label: "Manufacturing",
permission: "manufacturing",
children: [
{ to: "/manufacturing", label: "Device Inventory" },
{ to: "/manufacturing/batch/new", label: "New Batch" },
{ to: "/firmware", label: "Firmware" },
],
},
];
const linkClass = (isActive, locked) =>