From f0467b7fddf406bf66c9d4f88d66903ba6f0528d Mon Sep 17 00:00:00 2001 From: Andrew Date: Wed, 12 Mar 2025 13:39:23 +0000 Subject: [PATCH] [diary]: Add 12 Mar --- diary.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/diary.md b/diary.md index 1f587f3..615d641 100644 --- a/diary.md +++ b/diary.md @@ -1,3 +1,8 @@ +## Wed 12 Mar 2025 +- 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. + - 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. + ## Tue 11 Mar 2025 - Fix spacing of Statistics page - Add ObjectTypeProportionPieChart.