Follow-up to #294 · Phase 4
This issue tracks the only unimplemented phase from the popover redesign (#294).
All other phases (1–3, 5–6) landed in #309. Phase 4 was explicitly deferred there:
Phase 4 (#182 — pie-dot radial progress indicator) is left as a follow-up.
What needs doing
Replace the plain Circle().fill(dotColor) status dots in ActionRowView (and optionally InlineJobRowsView) with a radial/pie-segment progress indicator that visually encodes completion percentage — as originally specified in #182.
Acceptance criteria
References
Follow-up to #294 · Phase 4
This issue tracks the only unimplemented phase from the popover redesign (#294).
All other phases (1–3, 5–6) landed in #309. Phase 4 was explicitly deferred there:
What needs doing
Replace the plain
Circle().fill(dotColor)status dots inActionRowView(and optionallyInlineJobRowsView) with a radial/pie-segment progress indicator that visually encodes completion percentage — as originally specified in #182.Acceptance criteria
ActionRowViewstatus dot shows a pie-fill animation proportional tojobProgress(or step count) for.inProgressgroups.completed/.queuedstates (no regression)References