From b71c90a00b763f31240d8b5decffb61525dd0a69 Mon Sep 17 00:00:00 2001 From: Shawn Date: Wed, 20 May 2026 22:41:43 -0400 Subject: [PATCH] T10: Navigation consistency overhaul --- Home.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Home.md b/Home.md index f89772c..c1d1110 100644 --- a/Home.md +++ b/Home.md @@ -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)