Add map data flow and port legacy app theming.

This bundles the GraphQL-backed map scaffolding with the old AirMQ visual style by applying legacy colors, reusable button styles, and original bottom navigation icons for UI parity.

Made-with: Cursor
This commit is contained in:
2026-02-28 15:52:55 +01:00
parent 43c21a0cd5
commit efcd140966
16 changed files with 1546 additions and 236 deletions

View File

@@ -0,0 +1,10 @@
query MapLocations {
locations {
_id
name
city
latitude
longitude
isOnline
}
}