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:
10
app/src/main/graphql/MapLocations.graphql
Normal file
10
app/src/main/graphql/MapLocations.graphql
Normal file
@@ -0,0 +1,10 @@
|
||||
query MapLocations {
|
||||
locations {
|
||||
_id
|
||||
name
|
||||
city
|
||||
latitude
|
||||
longitude
|
||||
isOnline
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user