diff --git a/backups/ainventory_2026-04-25_12-44-59.tar.gz b/backups/ainventory_2026-04-25_12-44-59.tar.gz new file mode 100644 index 00000000..58e89b04 Binary files /dev/null and b/backups/ainventory_2026-04-25_12-44-59.tar.gz differ diff --git a/frontend/VERSION.json b/frontend/VERSION.json index 7c41f86c..d73480a2 100644 --- a/frontend/VERSION.json +++ b/frontend/VERSION.json @@ -1,6 +1,6 @@ { - "version": "1.14.29", - "last_build": "2026-04-25-1244", + "version": "1.14.30", + "last_build": "2026-04-25-1249", "codename": "ConfigCore", - "commit": "18cb466b" + "commit": "49d788cf" } \ No newline at end of file diff --git a/frontend/app/admin/page.tsx b/frontend/app/admin/page.tsx index bf51d4c7..7c625a26 100644 --- a/frontend/app/admin/page.tsx +++ b/frontend/app/admin/page.tsx @@ -26,18 +26,18 @@ export default function AdminPage() { return ( -
-
-
+
+
+

Admin Control

-

System Configuration & Security

+

System Configuration & Security

@@ -498,7 +498,7 @@ export default function Home() { {/* Box Contents Selection Modal */} {boxMatches.length > 0 && !selectedItem && (
-
+

@@ -507,7 +507,7 @@ export default function Home() {

Select the item you want to {mode.replace('_', ' ').toLowerCase()}

-
@@ -520,7 +520,7 @@ export default function Home() { setBoxMatches([]); setAdjustType(mode === 'CHECK_IN' ? 'ADD' : 'REMOVE'); }} - className="w-full text-left bg-background/50 hover:bg-slate-800 border border-slate-800/80 p-3 md:p-4 rounded-2xl flex items-center gap-2 md:gap-3 transition-all active:scale-[0.98] group" + className="w-full text-left bg-background/50 hover:bg-slate-800 border border-slate-800/80 p-3 md:p-4 flex items-center gap-2 md:gap-3 transition-all active:scale-[0.98] group" >

{item.name}