T10: Navigation consistency overhaul

2026-05-20 22:41:43 -04:00
parent 3d7e10bdd1
commit b71c90a00b
+7
@@ -12,6 +12,13 @@ Mobile-first web app for tracking physical assets via barcode scanning, OCR stic
- Username: `admin`
- Password: `Brett85!@`
### T10 Navigation Consistency Overhaul — May 2026
- **Drawer nav reordered** — Add Asset, Assets, Map, Navigate, Dashboard, then expandable items (Customers, Reports, Activity, Settings)
- **Drawer active state** — Left accent border + stronger background highlight on current page
- **Bottom nav labels** — Only active tab shows text label (Material Design 3 icon-only style)
- **More popover** — 'More' tab opens popover with Customers, Reports, Activity, Settings (replaces drawer open)
- **Slide transitions** — Smooth slide animations when switching between tab pages
### T9 Modal/Dialog System — May 2026
- **Custom modal system** replaced all native browser `prompt()`, `alert()`, `confirm()` calls
- Supports 4 modal types: **confirm** (yes/no), **alert** (OK only), **prompt** (text input), **form** (multi-field)