diff --git a/frontend/packages/shared/src/jobq-rollup/JobqRollup.tsx b/frontend/packages/shared/src/jobq-rollup/JobqRollup.tsx index 2f946b58..a84e8a1e 100644 --- a/frontend/packages/shared/src/jobq-rollup/JobqRollup.tsx +++ b/frontend/packages/shared/src/jobq-rollup/JobqRollup.tsx @@ -18,6 +18,11 @@ // /builds.html; swarm-ui's /jobs page omits it — a link to the page // you're already on is noise). // +// The glyph carries `.spinner` (`@hive/shared/base.css`, already +// imported by both consumers) for the "actively happening" spin — +// not redeclared in jobq-rollup.css, since a static screenshot can't +// tell a frozen spinner from a missing one; caught by argus's review. +// // Two ways to use this, same shape as JobqGraph: JSX (swarm-ui) — // ``. Or imperative mount // (dashboard/src/swarm.js, plain `.js`) — `mountJobqRollup(container, @@ -76,7 +81,7 @@ export function JobqRollup({ endpoint, queueHref, refreshToken = 0 }: JobqRollup return (
- {' '} + {' '} build queue — {parts.join(' · ')}{' '} {queueHref && ( view queue →