Files
google-labs-jules[bot] 80e724fefe feat: Add set location feature with privacy enhancements
This commit introduces a new feature that allows members to set their location using two methods: a "Find my location" button that uses the browser's Geolocation API, and a Leaflet.js map for manual marker placement.

Key changes:
- Adds a new `set_location` page for members to update their location.
- Integrates a Leaflet.js map for visual location selection.
- Implements a "Find my location" button using the browser's Geolocation API.
- Uses reverse geocoding to determine a user's suburb/city/town from coordinates.
- Enhances privacy by rounding latitude and longitude to two decimal places, reducing location accuracy.
- Provides a fallback mechanism for when reverse geocoding fails, storing a generic location string.
- Adds comprehensive feature tests for the new functionality.
2025-09-01 10:16:20 +00:00
..
2025-08-24 21:10:16 +09:30
2025-08-31 04:19:07 +00:00
2025-08-24 07:03:20 +00:00
2019-05-24 01:24:29 +00:00
2019-09-28 17:23:25 +12:00
2024-03-10 11:49:22 +10:30
2025-08-31 15:46:18 +09:30
2025-08-29 16:22:55 +00:00
2019-07-23 09:38:30 +12:00
2024-02-04 15:08:18 +10:30
2025-08-24 21:10:16 +09:30
2025-08-29 23:46:27 +09:30
2025-08-24 21:10:16 +09:30
2024-07-17 20:06:32 +09:30