zeroclaw/web/src/lib
Argenis 4caa3f7e6f
fix(web): remove duplicate dashboard keys in Turkish locale (#3812)
The Turkish (tr) locale section had a duplicate "Dashboard specific
labels" block that repeated 19 keys already defined earlier, causing
TypeScript error TS1117. Moved the unique keys (provider_model,
paired_yes, etc.) into the primary dashboard section and removed
the duplicate block.

Fixes build failure introduced by #3777.
2026-03-17 14:13:46 -04:00
..
api.ts feat(gateway): add cron run history API and dashboard panel (#3440) 2026-03-13 17:06:44 -04:00
auth.ts feat(gateway): add embedded web dashboard with React frontend 2026-02-21 16:14:01 +08:00
i18n.ts fix(web): remove duplicate dashboard keys in Turkish locale (#3812) 2026-03-17 14:13:46 -04:00
sse.ts fix(gateway): align dashboard API client and embed built web assets 2026-02-21 16:14:01 +08:00
uuid.ts fix: add crypto.randomUUID fallback for older browsers (#3407) 2026-03-13 09:16:00 -04:00
ws.ts fix(gateway): pass bearer token in WebSocket subprotocol for dashboard auth 2026-03-15 16:37:41 -04:00