No description
Find a file
Claude 0431308cb4
Persist GPS coords in sessionStorage; fall back to raw coords on geocode failure
iOS Safari can discard page JS state when backgrounding to open the camera.
Saving gpsCoords to sessionStorage ensures the coords survive the round-trip
and are still available when handleUpload runs after the photo is taken.

Also change the server-side geocode fallback from empty string to raw lat/lon
so the location column in the Excel sheet is never silently empty.

https://claude.ai/code/session_015myTTMs6yDsAGarATe5ePZ
2026-03-18 20:36:32 +00:00
src Persist GPS coords in sessionStorage; fall back to raw coords on geocode failure 2026-03-18 20:36:32 +00:00
templates Persist GPS coords in sessionStorage; fall back to raw coords on geocode failure 2026-03-18 20:36:32 +00:00
.gitignore Implement mileage tracking app (Rust + Axum + Claude Vision) 2026-03-18 18:42:12 +00:00
Cargo.lock Add Cargo.lock 2026-03-18 18:42:37 +00:00
Cargo.toml Implement mileage tracking app (Rust + Axum + Claude Vision) 2026-03-18 18:42:12 +00:00
PLAN.md Add GPS location column to plan 2026-03-18 18:27:41 +00:00