feat(cookies): MIN-201 add initial cookie banner
1 unresolved thread
1 unresolved thread
Compare changes
Files
105- MIN-201-initial-cookie-bannermateusz-winiarczyk authored
Added initial cookie banner
Implemented a CookieBanner component to inform users about cookies. The component conditionally displays a banner with the option to accept cookies, read more about the policy, and automatically accepts cookies. Redux manages the state, and local storage persists user preferences.