18426f27a32e6ab48d96be230cc85c50136196d1
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>
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
Languages
JavaScript
100%