From 186a1e99a93dc4360543db0d276c894a0b159b0c Mon Sep 17 00:00:00 2001 From: Andrew Date: Wed, 5 Mar 2025 15:22:15 +0000 Subject: [PATCH] [diary]: Update 05 Mar --- diary.md | 1 + 1 file changed, 1 insertion(+) diff --git a/diary.md b/diary.md index 2bfb919..29e3a42 100644 --- a/diary.md +++ b/diary.md @@ -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.