feat(cookies): MIN-201 add initial cookie banner
Compare changes
Files
3- mateusz-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.