(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.
(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.