The sidebar was using t() which references a module-level currentLocale variable that doesn't trigger re-renders when the locale changes. Updated to use the LocaleContext and tLocale() so sidebar navigation items update immediately when the user selects a different language. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| dist | ||
| e2e | ||
| src | ||
| .gitignore | ||
| index.html | ||
| package-lock.json | ||
| package.json | ||
| playwright.config.ts | ||
| tsconfig.app.json | ||
| tsconfig.json | ||
| tsconfig.node.json | ||
| vite.config.ts | ||
| vitest.config.ts | ||