T4a: Navigate tab routing verification pass — fix already applied in 389f1f1

2026-05-20 23:24:29 -04:00
parent a4dcaad5ae
commit d635a034f5
+2
@@ -98,6 +98,8 @@ Tap "🧭 Navigate" on any asset detail view to draw a route line on the map fro
### Navigate Tab Switching Fix (May 2026)
Fixed a regression where the Navigate tab panel remained permanently visible after the first visit, overlapping any subsequent tab content. Root cause: `switchTab()` had an early `return` after `closeNavigate()` that skipped the actual tab panel DOM swap (slide animation, active class management). `closeNavigate()` only resets navigation state — it does not switch panels. Removed the early return so the normal tab switching logic runs after cleanup. Bottom tabs, More popover, and drawer nav all verified working in both directions. Commit 389f1f1.
**T4a verification pass (May 2026):** End-to-end verified — all 9 tabs cycle correctly, both bottom nav (🧭 Nav) and drawer (🧭 Navigate) buttons route properly, no regression in panel DOM swap or slide animations. Fix already applied — no new code changes needed.
### Larger Camera Viewport
### Map Pins Fix