diff --git a/web/src/pages/CanvasPage.tsx b/web/src/pages/CanvasPage.tsx index 8dda24b..8cdb614 100644 --- a/web/src/pages/CanvasPage.tsx +++ b/web/src/pages/CanvasPage.tsx @@ -793,6 +793,20 @@ export function CanvasPage() { onPointerMove={onCanvasPointerMove} onWheel={onWheel} > + {/* Background dot grid — pans and zooms with the view. */} + + + + + + + {list.map((s) => ( )} - {list.length === 0 && ( -
-

- Pick a tool and click to start — or ask the agent to draw here. -

-
- )}