From 775307c2b50aa7450164b681bf326958ae1b9cb1 Mon Sep 17 00:00:00 2001 From: Broque Thomas <26755000+Nezreka@users.noreply.github.com> Date: Mon, 16 Mar 2026 16:47:37 -0700 Subject: [PATCH] Add worker orbs animation to dashboard header Worker buttons shrink to floating colored orbs with physics-based movement, spark emissions from active workers, connection lines, and center gravity. Hovering the header expands orbs back to full buttons with staggered spring animation. Desktop only, toggleable in Settings under UI Appearance. --- webui/index.html | 8 + webui/static/script.js | 41 ++- webui/static/style.css | 22 ++ webui/static/worker-orbs.js | 592 ++++++++++++++++++++++++++++++++++++ 4 files changed, 661 insertions(+), 2 deletions(-) create mode 100644 webui/static/worker-orbs.js diff --git a/webui/index.html b/webui/index.html index e100db4f..de36fe4e 100644 --- a/webui/index.html +++ b/webui/index.html @@ -4476,6 +4476,13 @@ Animated particle effects behind each page. Disable to reduce GPU usage. +