-
Notifications
You must be signed in to change notification settings - Fork 5
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
Creating cookie consent component #1127
Merged
Merged
+302
−25
Commits on Aug 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8c62b28 - Browse repository at this point
Copy the full SHA 8c62b28View commit details
Commits on Aug 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 35f324f - Browse repository at this point
Copy the full SHA 35f324fView commit details -
Configuration menu - View commit details
-
Copy full SHA for b57b33c - Browse repository at this point
Copy the full SHA b57b33cView commit details
Commits on Aug 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0e73df9 - Browse repository at this point
Copy the full SHA 0e73df9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a49da2 - Browse repository at this point
Copy the full SHA 6a49da2View commit details
Commits on Aug 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for eb03d75 - Browse repository at this point
Copy the full SHA eb03d75View commit details -
Configuration menu - View commit details
-
Copy full SHA for e74f01a - Browse repository at this point
Copy the full SHA e74f01aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d6695e - Browse repository at this point
Copy the full SHA 6d6695eView commit details
Commits on Sep 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4714652 - Browse repository at this point
Copy the full SHA 4714652View commit details -
Configuration menu - View commit details
-
Copy full SHA for a1057a2 - Browse repository at this point
Copy the full SHA a1057a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for e150e29 - Browse repository at this point
Copy the full SHA e150e29View commit details -
Configuration menu - View commit details
-
Copy full SHA for 82ce544 - Browse repository at this point
Copy the full SHA 82ce544View commit details -
Configuration menu - View commit details
-
Copy full SHA for 16374be - Browse repository at this point
Copy the full SHA 16374beView commit details
Commits on Sep 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1a6ad88 - Browse repository at this point
Copy the full SHA 1a6ad88View commit details -
Configuration menu - View commit details
-
Copy full SHA for 322ab1c - Browse repository at this point
Copy the full SHA 322ab1cView commit details -
Configuration menu - View commit details
-
Copy full SHA for b77d334 - Browse repository at this point
Copy the full SHA b77d334View commit details -
Configuration menu - View commit details
-
Copy full SHA for d4bd88d - Browse repository at this point
Copy the full SHA d4bd88dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 746f697 - Browse repository at this point
Copy the full SHA 746f697View commit details
Commits on Sep 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 019ee97 - Browse repository at this point
Copy the full SHA 019ee97View commit details -
Configuration menu - View commit details
-
Copy full SHA for 33fb687 - Browse repository at this point
Copy the full SHA 33fb687View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1adb24a - Browse repository at this point
Copy the full SHA 1adb24aView commit details
Commits on Sep 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e3b6966 - Browse repository at this point
Copy the full SHA e3b6966View commit details
Commits on Sep 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b3b238f - Browse repository at this point
Copy the full SHA b3b238fView commit details
Commits on Sep 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 50029a2 - Browse repository at this point
Copy the full SHA 50029a2View commit details
Commits on Sep 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 99170d7 - Browse repository at this point
Copy the full SHA 99170d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for b7267e2 - Browse repository at this point
Copy the full SHA b7267e2View commit details
Commits on Sep 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a030126 - Browse repository at this point
Copy the full SHA a030126View commit details -
Configuration menu - View commit details
-
Copy full SHA for 11ee198 - Browse repository at this point
Copy the full SHA 11ee198View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9cc346e - Browse repository at this point
Copy the full SHA 9cc346eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 01b7443 - Browse repository at this point
Copy the full SHA 01b7443View commit details
Commits on Sep 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 84d3d62 - Browse repository at this point
Copy the full SHA 84d3d62View commit details -
Parse cookie consent form as html (#1163)
**Related Ticket:** [_{link related ticket here}_](#1127) ### Description of Changes We already have a mechanism to parse markdown to html bts. It is highly likely that users will try to use different markdown syntax if they see the link syntax. So here, I made parcel resolver to compile the cookieconsent form to html beforehand. I only did it for copy, but some questions are - does title also accept markdown? - should we have some kinds of prefixes to note that this is a markdown? (we use ::markdown prefix for mdx files, but this is configuration so it can be a bit different story.
Configuration menu - View commit details
-
Copy full SHA for 51d6270 - Browse repository at this point
Copy the full SHA 51d6270View commit details
Commits on Sep 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 80f63a9 - Browse repository at this point
Copy the full SHA 80f63a9View commit details -
Remove custom styles, other small touch-ups, hide the cookie consent
when close button is pressed
Configuration menu - View commit details
-
Copy full SHA for 4ff71e5 - Browse repository at this point
Copy the full SHA 4ff71e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for ce5415e - Browse repository at this point
Copy the full SHA ce5415eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b981fc - Browse repository at this point
Copy the full SHA 5b981fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 107ce35 - Browse repository at this point
Copy the full SHA 107ce35View commit details -
Remove custom styles, other small touch-ups, hide the cookie consent …
…when close btn is pressed (#1165) I removed some styles that are not necessary for cookieconsent. I will put my reasoning with inline comments. (Lots of changes are nitpicks, but I thought it might be a good opportunity to onboard you on some practices that are not well documented)
Configuration menu - View commit details
-
Copy full SHA for 9b14371 - Browse repository at this point
Copy the full SHA 9b14371View commit details
Commits on Sep 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9356b87 - Browse repository at this point
Copy the full SHA 9356b87View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3bbd537 - Browse repository at this point
Copy the full SHA 3bbd537View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.