Appearance
Dark mode covers the app itself. The Wrapped pages (Stats, Year in Review), the achievements passport, and the adventure journal keep their own designed palettes.
Home Location
Used as the starting point for road trips when "Started from home" is checked. Geocoded automatically on save.
Google Places API Key
Powers autocomplete for city, restaurant, cruise port, and landmark searches. Get a key at Google Cloud Console — restrict it to travel.dustanie.com for security.
Trip Photo Library
Photos uploaded to road trips. Click any photo to view the trip.
Data Health
Two date checks. Restaurants, hotels and places that belong to a trip are compared against that trip's own dates. City visits have no trip link, so they're compared against the records logged in that same city instead — that's how an Indianapolis trip showed up in August instead of October. Only records attached to a trip or a city can be checked; a standalone local restaurant has nothing to check against.
Data Backup
Download every table — trips, places, restaurants, photos, settings — as a single JSON file. Keep a copy somewhere safe; it's the only backup of your travel history.
Photo Storage
Photos used to be stored inside the database, which made pages slow to load. New uploads now go to Supabase Storage automatically. Run this once to move existing photos over.