docs(web): add Dream Progress screenshots + capture script

Wires up the DEV-only /dream-progress showcase to a Playwright script
that captures idle/active/stalled variants for documentation. Also
regenerates routeTree.gen.ts to include the new queue + showcase routes
and folds in Biome formatter fixes.

Run `node scripts/screenshot-dream-progress.mjs` from packages/web with
the dev server up to refresh the images.
This commit is contained in:
Agents
2026-05-24 18:29:37 +01:00
committed by Offending Commit
parent 93c117b16b
commit 5f61769adc
8 changed files with 155 additions and 37 deletions

View File

@@ -86,12 +86,7 @@ function DreamProgressShowcase() {
>
Idle
</h3>
<DreamProgressPanel
workspaceId={WORKSPACE_ID}
data={IDLE}
isLoading={false}
error={null}
/>
<DreamProgressPanel workspaceId={WORKSPACE_ID} data={IDLE} isLoading={false} error={null} />
</section>
<section>