-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[DEV-19104] Feature - Tracking Consent #1207
base: main
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
3 Skipped Deployments
|
bd8f97f
to
f737d7a
Compare
import { CookieConsentProvider } from '@/modules/CookieConsent'; | ||
import { CookieConsent } from '@/modules/CookieConsent/CookieConsent'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<div className={styles.container}> | ||
<IconBan className={styles.icon} /> | ||
<div className={styles.title}>Content unavailable</div> | ||
<p className={styles.description}> | ||
<span>It seems this embed couldn't load due to your cookie preferences.</span> | ||
<span>Please enable all cookies for a seamless experience.</span> | ||
</p> | ||
<Button onClick={updatePreferences} variation="secondary"> | ||
Adjust cookie preferences | ||
</Button> | ||
</div> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's going to be weird to have these English only.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This PR is ready, but blocked by prezly/theme-kit-js#843 and prezly/analytics#397