Skip to content
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

Add Cookie Consent Component #48

Merged
merged 1 commit into from
Jan 12, 2025
Merged

Conversation

charlottewiltshire0
Copy link
Collaborator

PR Content:

  • Added a CookieConsent component to manage user consent for cookies, which is displayed at the bottom of the screen.
  • Implemented the ability to accept or decline cookies, with actions tied to callbacks for both options.
  • Integrated the CookieConsent component into the main layout, ensuring it is shown on the page load if consent has not been previously given.
  • The cookie consent state is stored in a cookie, and the component disappears after the user interacts with it.

@charlottewiltshire0 charlottewiltshire0 added enhancement New feature or request feature labels Jan 12, 2025
@charlottewiltshire0 charlottewiltshire0 marked this pull request as ready for review January 12, 2025 13:21
Copy link

@charlottewiltshire0 charlottewiltshire0 merged commit 78c193e into master Jan 12, 2025
5 checks passed
@charlottewiltshire0 charlottewiltshire0 deleted the feature/cookie-bar branch January 12, 2025 13:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants