You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the light theme is default and user can use the toggle switch to switch between themes
Change Request:
The default theme should be based on users default color scheme (can use media query prefers-color-scheme)
If user uses the toggle theme button, please save the selected theme details in IndexedDB and now if user loads the page, the selectedTheme should load from storage
Currently the light theme is default and user can use the toggle switch to switch between themes
Change Request:
Packages to use: https://github.com/dexie/Dexie.js for IndexedDB wrapper and https://www.npmjs.com/package/fake-indexeddb for unit testing
The text was updated successfully, but these errors were encountered: