feat: show loading stage name, count, and overall progress

Progress bar now fills to overall completion across all stages.
Label shows e.g. "text model  1/3  23%" and stats panel shows
"text model (1/3)". Label bumped to 8px full amber for readability.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Vlad Doloman
2026-06-26 18:29:45 +03:00
parent 7bda83998e
commit a5e59df624
2 changed files with 16 additions and 6 deletions

View File

@@ -245,8 +245,8 @@ body.state-error #llama { animation: error-flash 1s ease-in-out infinite; }
transition: width 0.4s ease;
}
#progress-label {
font-size: 7px;
color: var(--amber-dim);
font-size: 8px;
color: var(--amber);
}
/* ── Resize handle ───────────────────────────────────────────────────────── */