From ef0e03b5b2f7cc25d5fa152c0d5e92421c7444be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=92=D0=B8=D0=BA=D1=82=D0=BE=D1=80?= <78488229+viktor138irk@users.noreply.github.com> Date: Tue, 12 May 2026 00:23:51 +0900 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D0=BB=20?= =?UTF-8?q?=D0=BF=D1=80=D0=BE=D0=B3=D1=80=D0=B5=D1=81=D1=81=20=D0=B0=D0=BD?= =?UTF-8?q?=D0=B0=D0=BB=D0=B8=D0=B7=D0=B0=20=D0=BF=D1=80=D0=BE=D0=B5=D0=BA?= =?UTF-8?q?=D1=82=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/index.html | 21 +++++++-------------- 1 file changed, 7 insertions(+), 14 deletions(-) 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 +