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 -