From d96cebbf4bd3b041e896c55a79108546add4abbf Mon Sep 17 00:00:00 2001 From: wander Date: Mon, 5 Jan 2026 03:02:22 -0500 Subject: [PATCH] UI: Disable auto-polling, add manual refresh --- templates/dashboard.html | 28 ++++++++++++++++++++++++---- 1 file changed, 24 insertions(+), 4 deletions(-) diff --git a/templates/dashboard.html b/templates/dashboard.html index 2d76dfd..c643d6d 100644 --- a/templates/dashboard.html +++ b/templates/dashboard.html @@ -78,6 +78,16 @@ text-transform: uppercase; letter-spacing: 1px; } + + @keyframes spin { + 100% { + transform: rotate(360deg); + } + } + + .spin-anim { + animation: spin 0.5s linear; + } @@ -91,6 +101,9 @@ Connecting...
+ Transcode Manager @@ -341,13 +354,20 @@