zeroclaw/web/src
argenis de la rosa 77b779bfb9
fix(web): display pairing code in dashboard instead of terminal-only
Fetch the current pairing code from GET /admin/paircode (localhost-only)
and display it in both the initial PairingDialog and the /pairing
management page. Users no longer need to check the terminal to find
the 6-digit code — it appears directly in the web UI.

Falls back gracefully when the admin endpoint is unreachable (e.g.
non-localhost access), showing the original "check your terminal" prompt.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-24 15:17:31 +03:00
..
components/layout feat(web/i18n): add full Chinese locale and complete Turkish translations (#3777) 2026-03-24 15:17:26 +03:00
hooks feat(web): add pairing dashboard page 2026-03-24 15:17:29 +03:00
lib fix(web): display pairing code in dashboard instead of terminal-only 2026-03-24 15:17:31 +03:00
pages fix(web): display pairing code in dashboard instead of terminal-only 2026-03-24 15:17:31 +03:00
types feat(gateway): add cron run history API and dashboard panel (#3440) 2026-03-13 17:06:44 -04:00
App.tsx fix(web): display pairing code in dashboard instead of terminal-only 2026-03-24 15:17:31 +03:00
index.css feat(web): electric blue dashboard restyle with animations and logo (#3445) 2026-03-13 17:27:41 -04:00
main.tsx fix(gateway): align dashboard API client and embed built web assets 2026-02-21 16:14:01 +08:00
vite-env.d.ts feat(gateway): add embedded web dashboard with React frontend 2026-02-21 16:14:01 +08:00