[diary]: Update 12 Mar

This commit is contained in:
2025-03-12 19:18:49 +00:00
parent 2ca4a8f3d0
commit 1d138cf35d

View File

@ -2,6 +2,7 @@
- Fix search input freezing when there's a large number of data. - Fix search input freezing when there's a large number of data.
- Basically just works by using a debounce function and setting a loading screen if there's more than 500 items to filter. - Basically just works by using a debounce function and setting a loading screen if there's more than 500 items to filter.
- Furthermore, if there's more than 500 items to filter, it'll wait 5 seconds after filtering the data to disable the loading screen, as it takes about that long to plot everything on the map. - Furthermore, if there's more than 500 items to filter, it'll wait 5 seconds after filtering the data to disable the loading screen, as it takes about that long to plot everything on the map.
- Add a filter that allows the user to specify a number of kilometres within which to display items, thus allowing them to only see nearby items.
## Tue 11 Mar 2025 ## Tue 11 Mar 2025
- Fix spacing of Statistics page - Fix spacing of Statistics page