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
(Edited): Use svelte-persistent-store instead of simply storing the courses and settings using localStorage.
Original Issue: Currently, if the person refreshes the page, the list of selected courses gets reset. We can avoid this by storing the courses in browser cache.
The text was updated successfully, but these errors were encountered:
I have added a basic implementation using localStorage. Need to migrate it to persistent store.
sbdaule5
changed the title
Store selected courses and settings in browser cache
Store selected courses and settings in browser cache using Svelte persistent store
Jul 28, 2024
(Edited): Use svelte-persistent-store instead of simply storing the courses and settings using
localStorage
.Original Issue: Currently, if the person refreshes the page, the list of selected courses gets reset. We can avoid this by storing the courses in browser cache.
The text was updated successfully, but these errors were encountered: