Frontend: sidebar shows hardcoded "3" badge on Jobs forever #113
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Duplicate of #130 — fixed there. Sidebar Jobs badge now polls
/jobs?status=activeevery 10s and renders the live count (warning style when > 5, hidden when 0).zgaetano referenced this issue2026-05-26 18:22:49 -04:00
Fix Plan — #113 Sidebar shows hardcoded "3" badge on Jobs
Root cause:
shell.jsx:19— badge text is literal"3"sentinel value. Never changes.Fix — poll for real counts:
Show badge only when count > 0. Color: red for failed, blue for running.
Files:
shell.jsx:19Effort: ~1h
**Priority: P2 — UX