[diary]: Update 05 Mar

This commit is contained in:
2025-03-05 15:23:00 +00:00
parent 186a1e99a9
commit dc921eb901

View File

@ -2,6 +2,7 @@
- Add variable text to loading screen. - Add variable text to loading screen.
- Attempt to find the user's geolocation and centre the map + put a marker there. - Attempt to find the user's geolocation and centre the map + put a marker there.
- Save the user's selected filters to a cookie upon submit, and load this cookie on page load to pre-select the user's last selection. - Save the user's selected filters to a cookie upon submit, and load this cookie on page load to pre-select the user's last selection.
- Add return_luas_data unit tests.
## Tue 04 Mar 2025 ## Tue 04 Mar 2025
- Add debounce effect to search to prevent application from running out of memory, freezing up, and making markers unresponsive. - Add debounce effect to search to prevent application from running out of memory, freezing up, and making markers unresponsive.