busybox11 / NowPlaying-for-Spotify

A Spotify Connect visualizer
https://nowplayi.ng
GNU General Public License v3.0
183 stars 23 forks source link

Use of localStorage instead of cookies for theme #32

Closed busybox11 closed 3 years ago

busybox11 commented 3 years ago

Currently, the theme is stored in cookies.

A better solution would be to use localStorage instead, since it does not have an expiration date - and it has been designed to store this kind of things.

This will be easy to do, but I create this issue anyway, just in case I don't have the time to do it today.