risonakamo / time-stats

time tracking analysis ui
0 stars 0 forks source link

flickering on data load #30

Closed risonakamo closed 5 months ago

risonakamo commented 6 months ago

when switching data files or applying filters, text flickers

seems to be caused by the data being set to undefined while the data query is running. it should instead keep the previous data while loading new data. look into usemutation settings, or handle the state manually