nuxt-modules / color-mode

Dark and Light mode with auto detection made easy with Nuxt 🌗
https://color-mode.nuxtjs.org
MIT License
1.08k stars 99 forks source link

cookies and localstorage as options #186

Open tasiotas opened 1 year ago

tasiotas commented 1 year ago

Hi,

Currently this module is using localstorage to save user preference. That's cool, but we cannot use it across subdomains.

Could you please add cookies as alternative storage solution that works across subdomains?

Thank you

Hossein-Mirazimi commented 1 year ago

Hi,

Currently this module is using localstorage to save user preference. That's cool, but we cannot use it across subdomains.

Could you please add cookies as alternative storage solution that works across subdomains?

Thank you

Hi I try to add options for sync location storage with cookie I think this change will resolve this issue

188

abdonrd commented 1 year ago

Any progress with this?