Skip to content

Conversation

@cybervoid0
Copy link
Owner

  • Updated CheckConsent component to conditionally render children based on user consent, with an option to show a placeholder.
  • Integrated ManageCookies component into the Footer for improved cookie management visibility.
  • Modified globals.css to add cursor pointer style for links, enhancing user interaction.
  • Updated cookie consent configuration to include detailed descriptions and cookie tables for better user understanding.
  • Removed deprecated cookie consent API controls to streamline the codebase.

…t management

- Added vanilla-cookieconsent package to manage user consent for cookies.
- Imported necessary CSS for styling and included CookieConsent and CheckConsent components in the layout.
- Updated component exports to include new consent components for better organization.
- Updated CheckConsent component to conditionally render children based on user consent, with an option to show a placeholder.
- Integrated ManageCookies component into the Footer for improved cookie management visibility.
- Modified globals.css to add cursor pointer style for links, enhancing user interaction.
- Updated cookie consent configuration to include detailed descriptions and cookie tables for better user understanding.
- Removed deprecated cookie consent API controls to streamline the codebase.
- Wrapped the RootLayout component with CountryProvider to manage user location and EU status.
- Updated CheckConsent component to set default consent for non-EU users.
- Modified CookieConsent to initialize only for EU users, ensuring GDPR compliance.
- Enhanced cookie consent configuration to clarify its visibility to EU users.
- Added EU_ALPHA2 export to constants for better organization.
@cybervoid0 cybervoid0 merged commit b671b52 into master Aug 19, 2025
1 check failed
@cybervoid0 cybervoid0 deleted the cookie-consent branch September 14, 2025 05:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants