[claude] Wire Relay Admin panel into Matrix UI (#49) #75

Merged
claude merged 1 commits from claude/issue-49 into main 2026-03-23 01:50:45 +00:00

1 Commits

Author SHA1 Message Date
Alexander Whitestone
2bb70f2956 feat: wire Relay Admin panel into Matrix UI (#49)
Some checks failed
CI / Typecheck & Lint (pull_request) Failing after 0s
Add a "RELAY ADMIN" button to the top action bar in the Matrix workshop
UI. The button is only visible when an admin token is stored in
localStorage (relay_admin_token), linking directly to the /admin/relay
dashboard. This completes the UI integration requirement from issue #49.

The admin panel itself (auth gate, queue tab, accounts tab, stats bar)
was already implemented in admin-relay-panel.ts and the supporting API
routes in admin-relay.ts and admin-relay-queue.ts.

Fixes #49

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-22 21:49:48 -04:00