@@ -5090,6 +5093,7 @@
+
From f91626ef180f7efca3a9b31ce73bd039c98f8eae Mon Sep 17 00:00:00 2001 From: Broque Thomas <26755000+Nezreka@users.noreply.github.com> Date: Tue, 10 Mar 2026 19:46:31 -0700 Subject: [PATCH] Per-Page Particle Animations --- webui/index.html | 4 + webui/static/particles.js | 2295 +++++++++++++++++++++++++++++++++++++ webui/static/script.js | 3 + webui/static/style.css | 48 +- 4 files changed, 2333 insertions(+), 17 deletions(-) create mode 100644 webui/static/particles.js diff --git a/webui/index.html b/webui/index.html index de3155f3..05b51b57 100644 --- a/webui/index.html +++ b/webui/index.html @@ -240,6 +240,9 @@