zeroclaw/web/src/pages
Argenis c032b8122d
fix(web): add clipboard fallback for HTTP contexts (#4015)
The copy button in the web dashboard silently failed when served over
HTTP because navigator.clipboard requires a secure context (HTTPS).
Add a textarea-based fallback using document.execCommand('copy') and
proper error handling for the clipboard promise.

Closes #4008
2026-03-24 15:30:32 +03:00
..
AgentChat.tsx fix(web): add clipboard fallback for HTTP contexts (#4015) 2026-03-24 15:30:32 +03:00
Config.tsx feat(web/i18n): add full Chinese locale and complete Turkish translations (#3777) 2026-03-24 15:17:26 +03:00
Cost.tsx feat(web/i18n): add full Chinese locale and complete Turkish translations (#3777) 2026-03-24 15:17:26 +03:00
Cron.tsx fix(cron): add startup catch-up and drop login shell flag (#3948) 2026-03-24 15:26:27 +03:00
Dashboard.tsx feat(web/i18n): add full Chinese locale and complete Turkish translations (#3777) 2026-03-24 15:17:26 +03:00
Doctor.tsx feat(web/i18n): add full Chinese locale and complete Turkish translations (#3777) 2026-03-24 15:17:26 +03:00
Integrations.tsx feat(web/i18n): add full Chinese locale and complete Turkish translations (#3777) 2026-03-24 15:17:26 +03:00
Logs.tsx feat(web/i18n): add full Chinese locale and complete Turkish translations (#3777) 2026-03-24 15:17:26 +03:00
Memory.tsx feat(web/i18n): add full Chinese locale and complete Turkish translations (#3777) 2026-03-24 15:17:26 +03:00
Pairing.tsx fix(web): display pairing code in dashboard instead of terminal-only 2026-03-24 15:17:31 +03:00
Tools.tsx feat(web/i18n): add full Chinese locale and complete Turkish translations (#3777) 2026-03-24 15:17:26 +03:00