feat: /upload эндпоинт, кнопка Загрузить, прогресс-бары, скорость, версия v1.0.0
Deploy loadtest / validate (push) Waiting to run

This commit is contained in:
2026-07-10 08:07:36 +04:00
parent 7bb503420f
commit f50d8d5ce0
3 changed files with 192 additions and 13 deletions
+8 -2
View File
@@ -81,6 +81,7 @@
<body>
<div class="topbar">
📦 Loadtest — загрузка файлов
<span style="font-weight:400;color:var(--muted);font-size:12px;margin-left:auto;">v{{ version }}</span>
</div>
<div class="content">
@@ -95,7 +96,9 @@
<thead>
<tr>
<th>Имя</th>
<th style="width:100px;">Размер</th>
<th style="width:90px;">Размер</th>
<th style="width:100px;">Прогресс</th>
<th style="width:90px;">Статус</th>
<th style="width:40px;"></th>
</tr>
</thead>
@@ -104,7 +107,10 @@
</div>
<div class="footer-bar">
<span id="fileSummary">Нет файлов</span>
<button class="btn" id="clearBtn" onclick="clearAll()" disabled>Очистить</button>
<div style="display:flex;gap:8px;">
<button class="btn btn-primary" id="uploadBtn" onclick="uploadAll()" disabled>Загрузить</button>
<button class="btn" id="clearBtn" onclick="clearAll()" disabled>Очистить</button>
</div>
</div>
</div>
</div>