Open anthony0030 opened 2 months ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Link |
---|---|
Latest commit | 8e613c4ae64f86bf84449b0e9db41fd9018a3acd |
Latest deploy log | https://app.netlify.com/sites/cookieconsentv3-playground/deploys/66e2b68a5768ad0008b1fa0c |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Seems like something useful. The behavior of the toggle button can be misleading.
I have noticed that the category gets checked even if one of the services is checked, this seems strange to me as when you toggle the category all the services get toggled.
All the tests still pass.
A different approach that I would need some help implementing: Add an option for the category logic with two options "AND" and "OR". The "AND" option would mean that all services would need to be enabled for the category to be enabled. The "OR" option would be if any service is enabled (how it currently works).