Bonchellon 18426f27a3 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>
2026-07-18 16:53:48 +03:00

Exbyte Depot — official plugin registry

registry.json lists official plugins for Exbyte Depot. The client fetches it, shows available plugins, and installs them into the user's local plugins folder. Plugins marked "autoInstall": true are installed automatically on first run (e.g. Unreal Engine Tools).

Each plugin lives under plugins/<id>/ (a plugin.json manifest + a JS entry). See the app's PLUGINS.md for the SDK.

Description
No description provided
Readme 48 KiB
Languages
JavaScript 100%