From c34e4aa3764982247f000205476c02483d3b6719 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastjan=20Arti=C4=8D?= Date: Tue, 28 Apr 2026 16:19:40 +0000 Subject: [PATCH] UX: Live progress panel below upload form, stable progress bar, inline preview/download --- templates/index.html | 216 ++++++++++++++++++++++++++++++++++++------- 1 file changed, 185 insertions(+), 31 deletions(-) diff --git a/templates/index.html b/templates/index.html index 4eee1b8..6446353 100644 --- a/templates/index.html +++ b/templates/index.html @@ -158,6 +158,17 @@ .tab.active { color: var(--text); border-bottom-color: var(--accent); } .hidden { display: none !important; } code { background: var(--panel-2); padding: 1px 6px; border-radius: 3px; font-family: ui-monospace, monospace; font-size: 12px; } + .spinner { + width: 16px; + height: 16px; + border: 2px solid var(--border); + border-top-color: var(--accent); + border-radius: 50%; + animation: spin 0.8s linear infinite; + flex-shrink: 0; + } + @keyframes spin { to { transform: rotate(360deg); } } + .progress-bar.smooth { transition: width 0.4s ease; } @@ -269,9 +280,22 @@ Naredi reel -