zeroclaw/web/src
argenis de la rosa 183069d87f fix(web): make sidebar navigation items reactive to locale changes
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>
2026-03-09 16:48:07 -04:00
..
components fix(web): make sidebar navigation items reactive to locale changes 2026-03-09 16:48:07 -04:00
hooks Revert "feat(web): port electric dashboard UI from source repo" 2026-03-07 17:56:15 -05:00
lib feat(web): replace native language selects with custom dropdown and fix RTL text alignment 2026-03-09 13:50:21 -04:00
pages feat(web): replace native language selects with custom dropdown and fix RTL text alignment 2026-03-09 13:50:21 -04:00
types Revert "feat(web): port electric dashboard UI from source repo" 2026-03-07 17:56:15 -05:00
App.tsx fix(web): address CodeRabbit review feedback 2026-03-09 16:43:08 -04:00
index.css feat(web): replace native language selects with custom dropdown and fix RTL text alignment 2026-03-09 13:50:21 -04:00
main.tsx feat(web): replace native language selects with custom dropdown and fix RTL text alignment 2026-03-09 13:50:21 -04:00
vite-env.d.ts feat(gateway): add embedded web dashboard with React frontend 2026-02-21 16:14:01 +08:00