shinokada / svelte-utterances

svelte-utterances.vercel.app
12 stars 1 forks source link

Use localStorage to keep the theme preference #4

Open shinokada opened 2 years ago

shinokada commented 2 years ago

After changing to another page, the theme goes back to the default theme. This can be fixed by using localStorage or Svelte/Stores?

amr3k commented 2 years ago

I confirm this bug is happening, maybe firing the postMessage after being mounted anyway ? I mean in addition to the reactive method to be both dynamic and consistent with navigation.

I'm going to test it out and make another pull request.

shinokada commented 2 years ago

@416d72 I'm checking this suggestion relating to your commit. Can you have a look at too?