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:
@@ -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 ───────────────────────────────────────────────────────── */
|
||||
|
||||
Reference in New Issue
Block a user