lahmacunradio / frontend

Nuxt/Vue based frontend for browsers
2 stars 0 forks source link

Add cookie banner #250

Open gammaw opened 2 years ago

gammaw commented 2 years ago

Current version of vue-cookie-law plugin doesn't seem to work with Nuxt due to https://github.com/apertureless/vue-cookie-law/issues/67

gammaw commented 2 years ago

Try this Nuxt module: https://gitlab.com/broj42/nuxt-cookie-control

gammaw commented 2 years ago

nuxt-cookie-control won't do either cause it has a mandatory cookies modal window wich we don't need. We actually only need a flexible banner so I'll try this: https://vuetifyjs.com/en/components/banners/ + https://v2.vuejs.org/v2/cookbook/client-side-storage.html (latter for remembering that the user has closed the banner).