diff --git a/frontend/index.html b/frontend/index.html index 2165b82..81421fe 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -19,6 +19,9 @@ input,select{background:#0f1115;border:1px solid #2a2f3a;color:#fff;padding:10px .section{background:#13161c;border:1px solid #2a2f3a;border-radius:12px;padding:14px}.section h3{margin-top:0}.projects-list{max-height:260px;overflow:auto} .runtime-grid{display:flex;gap:10px;flex-wrap:wrap} .status{font-size:12px;color:#9ca3af;margin-top:8px} +.progress-wrap{display:none;margin-top:12px;background:#0f1115;border:1px solid #2a2f3a;border-radius:10px;overflow:hidden} +.progress-bar{height:10px;width:0;background:#2563eb;transition:width .25s ease} +.progress-label{font-size:12px;color:#d1d5db;margin-top:8px;line-height:1.4} @@ -48,6 +51,8 @@ input,select{background:#0f1115;border:1px solid #2a2f3a;color:#fff;padding:10px +
+
@@ -101,20 +106,8 @@ input,select{background:#0f1115;border:1px solid #2a2f3a;color:#fff;padding:10px