hermes-agent/web/src
Teknium 00ba8b25a9
fix(web): show current language's flag in switcher, not target (#11262)
The language switcher displayed the *other* language's flag (clicking
the Chinese flag switched to Chinese). This is dissonant — a flag reads
as a state indicator first, so seeing the Chinese flag while the UI is
in English feels wrong. Users expect the flag to reflect the current
language, like every other status indicator.

Flips the flag and label ternaries so English shows UK + EN, Chinese
shows CN + 中文. Tooltip text ("Switch to Chinese" / "切换到英文") still
communicates the click action, which is where that belongs.
2026-04-16 16:36:12 -07:00
..
components fix(web): show current language's flag in switcher, not target (#11262) 2026-04-16 16:36:12 -07:00
hooks feat: web UI dashboard for managing Hermes Agent (#8756) 2026-04-12 22:26:28 -07:00
i18n feat: dashboard theme system with live switching 2026-04-16 02:44:32 -07:00
lib feat: dashboard plugin system — extend the web UI with custom tabs 2026-04-16 04:10:06 -07:00
pages feat(dashboard): add HTTP health probe for cross-container gateway detection 2026-04-14 15:41:30 -07:00
plugins feat: dashboard plugin system — extend the web UI with custom tabs 2026-04-16 04:10:06 -07:00
themes feat: dashboard theme system with live switching 2026-04-16 02:44:32 -07:00
App.tsx feat: dashboard plugin system — extend the web UI with custom tabs 2026-04-16 04:10:06 -07:00
index.css feat: react-router, sidebar layout, sticky header, dropdown component, remove emojis, rounded corners 2026-04-14 00:01:18 -04:00
main.tsx feat: dashboard plugin system — extend the web UI with custom tabs 2026-04-16 04:10:06 -07:00