[diary]: Update 05 Mar

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

View File

@ -1,6 +1,7 @@
## Wed 05 Mar 2025
- Add variable text to loading screen.
- 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.
## Tue 04 Mar 2025
- Add debounce effect to search to prevent application from running out of memory, freezing up, and making markers unresponsive.