- Providers.tsx now calls initFeatureFlags() and checkKillSwitch() on mount (both were wired but never initialized). - globals.css: replace hardcoded #0b1020 with color-mix() from canvas token. - layout.tsx: make themeColor responsive (dark/light media queries). - use-theme.ts: prefix localStorage key with PRODUCT_ID for consistency. |
||
|---|---|---|
| .. | ||
| e2e | ||
| public | ||
| src | ||
| test-results | ||
| .env.example | ||
| .gitignore | ||
| Dockerfile | ||
| eslint.config.mjs | ||
| next-env.d.ts | ||
| next.config.ts | ||
| package.json | ||
| playwright.config.ts | ||
| tsconfig.json | ||
| vitest.config.ts | ||