From 0c48e4cae90e51a2c10f4ba8ba3b05322d954474 Mon Sep 17 00:00:00 2001 From: Shawn Date: Fri, 22 May 2026 23:53:43 -0400 Subject: [PATCH] Add Disney park map outlines --- Home.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Home.md b/Home.md index 1a674b8..66cba2f 100644 --- a/Home.md +++ b/Home.md @@ -106,6 +106,14 @@ Mobile-first web app for tracking physical assets via barcode scanning, OCR stic - **Server API**: `list_assets` returns `location_latitude`, `location_longitude`, `location_address`, `location_building_name` via LEFT JOIN; `/api/checkins/heatmap` returns recency-weighted GPS points - **Cleanup**: Removed scope-creep FAB, pull-to-refresh, skeleton loading (commit 111a412) - Commits: 88694e6, 111a412 +### Disney Park Map Outlines — May 2026 +- Colored polygon outlines on the map for all 4 theme parks + Disney Springs + Resort areas +- Color-coded to match asset badge colors (Magic Kingdom=purple, Epcot=cyan, Hollywood Studios=amber, Animal Kingdom=green, Disney Springs=pink, Resort=blue) +- Labels with park icons at polygon centers +- Toggle chip (🏰 Parks) in map controls to show/hide outlines +- Resort areas use dashed outline style +- Outlines visible by default on map load +- Commit: 5380bf7 ### T10 Navigation Consistency Overhaul — May 2026 - **Drawer nav reordered** — Add Asset, Assets, Map, Navigate, Dashboard, then expandable items (Customers, Reports, Activity, Settings)