Danielle Bastien

Results 15 comments of Danielle Bastien

https://dev.to/mohamadharith/mutating-query-params-in-sveltekit-without-page-reloads-or-navigations-2i2b

Keeping the structure flat as all filters could get overwhelming depending on how many get added. Scrolling through 100 filters is not a great experience and likely surpass the limit...

@VeckoTheGecko thinking just localstorage like which colour mode?

When selecting colours for the re-design consider contrast levels: And dark modes user-prefers queries

Seeing a possibly similar type error related to subweeks ``` date-fns ^4.0.0 node 22.12.0 ``` ``` const subWeeks = require('date-fns/subWeeks'); const oneWeekAgo = subWeeks(now, 1).toISOString(); ``` ``` TypeError: subWeeks is...