Add CookieBanner component with useCookieConsent hook, translations in EN/PL, and integration into root layout Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
788 B
788 B
2026-04-21 Scope fidelity check
- Scope check verdict is REJECT.
src/components/auth/AuthForm.tsxhard-codes/dashboard,/sign-in,/sign-up, and/forgot-passwordinstead of usingroutesconstants.src/app/not-found.tsxcontains hard-coded English copy (Page not found,Go back home) and hard-coded/, so root-level fallback copy is not translated through locale messages and does not use route constants.src/app/[locale]/layout.tsxdoes not gate auth server-side, and shell auth awareness is client-hydrated throughauthClient.useSession()insrc/components/core/AuthNavActions.tsx.- No avatar dropdown, profile menu, locale switcher, breadcrumbs, sidebar, mobile drawer,
app/global-error.tsx, or page-specific skeleton/loading systems were found.