Manage Workers button: join the worker-orbs collapse/reveal animation

The screenshot said it all — the orbs collapse into the floating particle cluster
after 7s idle, but the Manage Workers pill just sat there static. It wasn't in
worker-orbs.js's WORKER_DEFS. Added .em-manage-btn (purple) so it collapses into
a floating orb with the others and reveals on header hover — now it behaves like
the rest of the cluster instead of an out-of-place static button.
pull/784/head
BoulderBadgeDad 1 week ago
parent 08dcd00217
commit 623f7b16e0

@ -26,6 +26,7 @@
{ container: '.hydrabase-button-container', color: [200, 200, 200] },
{ container: '.soulid-button-container', color: [29, 185, 84], rainbow: true },
{ container: '.repair-button-container', color: [180, 130, 255], rainbow: true },
{ container: '.em-manage-btn', color: [168, 85, 247] },
];
const ORB_RADIUS = 7;

Loading…
Cancel
Save