Val Alexander
3bbbe33a1b
UI: gateway dashboard with glassmorphism theme system
...
Add a full-featured gateway dashboard UI built on Lit web components.
Shell & plumbing:
- App shell with router, controllers, and dependency wiring
- Login gate, i18n keys, and base layout scaffolding
Styles & theming:
- Base styles, chat styles, and responsive layout CSS
- 6-theme glassmorphism system (Obsidian, Aurora, Solar, etc.)
- Glass card, glass panel, and glass input components
- Favicon logo in expanded sidebar header
Views & features:
- Overview with attention cards, event log, quick actions, and log tail
- Chat view with markdown rendering, tool-call collapse, and delete support
- Command palette with fuzzy search
- Agent overview with config display, slash commands, and sidebar filtering
- Session list navigation and agent selector
Privacy & polish:
- Redact toggle with stream-mode default
- Blur host/IP in Connected Instances with reveal toggle
- Sensitive config value masking with count badge
- Card accent borders, hover lift effects, and responsive grid
2026-02-22 05:24:54 -06:00
Peter Steinberger
b8b43175c5
style: align formatting with oxfmt 0.33
2026-02-18 01:34:35 +00:00
Peter Steinberger
31f9be126c
style: run oxfmt and fix gate failures
2026-02-18 01:29:02 +00:00
cpojer
d0cb8c19b2
chore: wtf.
2026-02-17 13:36:48 +09:00
Sebastian
ed11e93cf2
chore(format)
2026-02-16 23:20:16 -05:00
cpojer
01ea808876
chore: Format files.
2026-02-17 10:57:31 +09:00
Peter Steinberger
742e6543c7
fix(ui): preserve locale bootstrap and trusted-proxy overview behavior
2026-02-17 02:46:24 +01:00
cpojer
90ef2d6bdf
chore: Update formatting.
2026-02-17 09:18:40 +09:00
Jadilson Guedes
1bb2d65ff3
fix: remove unused imports and simplify boolean comparison
2026-02-16 23:51:34 +01:00
Jadilson Guedes
fe613297a7
fix: add type assertions for unknown value indexing in translate.ts
2026-02-16 23:51:34 +01:00
Jadilson Guedes
d30f5a2438
fix: resolve linting issues (curly braces, unused imports, any types)
2026-02-16 23:51:34 +01:00
Jadilson Guedes
075317ab16
fix: correct function names in overview.ts and add type assertion in translate.ts
2026-02-16 23:51:34 +01:00
Jadilson Guedes
f20bef3d79
fix: add .ts extensions to i18n imports for ESM compatibility
2026-02-16 23:51:34 +01:00
Jadilson Guedes
e0c45eab49
style: apply oxfmt formatting
2026-02-16 23:51:34 +01:00
Jadilson Guedes
98ed2e7130
fix(i18n): add missing agents and usage tabs to zh-TW locale
2026-02-16 23:51:34 +01:00
Jadilson Guedes
cf44a0c4c1
fix(ui): localize language selector and validate stored locale
...
- Add translation keys for language selector label and language names
- Update all locale files (en, pt-BR, zh-CN, zh-TW) with:
- overview.access.language key for selector label
- languages.* keys for language display names
- Localize language selector in overview.ts to react to locale changes
- Add validation for stored locale in app.ts to prevent invalid values
from causing silent failures in setLocale
Fixes issues identified in code review:
- Unlocalized language selector inconsistency
- Settings locale type drift risk
2026-02-16 23:51:34 +01:00
Manus AI
a9c952b13a
fix(i18n): resolve dynamic import warnings and add zh-TW locale
2026-02-16 23:51:34 +01:00
Manus AI
4b17ce7f48
feat(ui): add i18n support with English, Chinese, and Portuguese
2026-02-16 23:51:34 +01:00