mirror of
https://github.com/immich-app/immich.git
synced 2026-05-18 03:10:24 +03:00
a1aa2b807b
* feat(web): Add coordinate pair searching within the change location modal. Adds simple logic to try and parse a coordinate pair in the format `LATITUDE, LONGITUDE` as provided from Google Maps if a coordinate is copied to update the coordinates automatically. * Add checks for valid coordinate pairs * Update formatting and fix linting issues