code icon indicating copy to clipboard operation
code copied to clipboard

refactor(knossos): Rewrite date range system on analytics dashboard.

Open IMB11 opened this issue 1 year ago • 4 comments

Goals:

  • [x] Use clearer format/types that allows for further expansion in the future.
  • [x] Migrate fully to dayjs instead of haphazardly converting between Date and dayjs.DayJs types continuously.
  • [x] Remember chosen range in localStorage.
  • [x] Fix issue with drop-offs on the edge of ranges.

IMB11 avatar Jul 17 '24 13:07 IMB11