Split progress bar: blue for download, green for extraction
Build and Release / build (push) Has been cancelled

Left half (blue) shows download progress, right half (green) shows
extraction progress. When no extraction is active, full bar is blue.
Full bar = 50% blue (all downloaded) + 50% green (all extracted).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Sucukdeluxe
2026-03-02 12:57:11 +01:00
co-authored by Claude Opus 4.6
parent 45b0d71dd0
commit 10b4f18d33
3 changed files with 16 additions and 4 deletions
+7 -1
View File
@@ -560,13 +560,19 @@ body,
border-radius: 999px;
background: var(--progress-track);
overflow: hidden;
display: flex;
}
.progress > div {
.progress-dl {
height: 100%;
background: linear-gradient(90deg, #3bc9ff, #22d3ee);
}
.progress-ex {
height: 100%;
background: linear-gradient(90deg, #22c55e, #4ade80);
}
table {
width: 100%;
table-layout: fixed;