team-relay 1.0.1 — use the real theme tokens

The panel styled itself with --text / --ok / --err, none of which exist in
the app. CSS silently fell back to the hardcoded defaults, so the member
name rendered near-white (#e8e8ee) and was invisible on the light theme.
Real tokens are --txt / --add / --del.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
Bonchellon
2026-07-18 16:53:48 +03:00
parent 6919f0094a
commit 18426f27a3
3 changed files with 6 additions and 6 deletions

View File

@ -1,7 +1,7 @@
{
"id": "team-relay",
"name": "Team Relay",
"version": "1.0.0",
"version": "1.0.1",
"author": "Exbyte Studios",
"description": "See who on the team is online and what they have open, over a lightweight relay on your VPN. Coordinators (admin/super) can force-shelve a teammate's open work to the server when they've stepped away — the teammate's client does the shelve; nothing is submitted. Configure the relay URL in the Team tab. Requires the Exbyte relay service.",
"entry": "index.js",