docs: remove historic framing, state what JobqGraph is now

This commit is contained in:
iris 2026-08-16 15:02:57 +02:00 committed by mara
commit ecf01f5e87
3 changed files with 14 additions and 18 deletions

View file

@ -229,9 +229,8 @@ not the graph.
operations: rebuilds, meta-update cascades, and first-spawns. One
operation runs at a time; the worker drains FIFO. **Is a mounted
`JobqGraph`** (the shared generic graph-viewer Preact component,
`@hive/shared/jobq-graph.js` — the same one swarm-ui uses, a Preact port
of the former shadow-DOM `<hive-jobq-graph>` custom element) — `builds.js`
does not render the queue itself; it just mounts the component
`@hive/shared/jobq-graph.js` — the same one swarm-ui uses) —
`builds.js` does not render the queue itself; it just mounts the component
(`mountJobqGraph(container, props)`, since this page has no JSX
pipeline) with an `onUpdate` callback to drive the two things below it
that the generic view doesn't show. The component owns fetching, cold