From 72e48073bd8b1cc06ef86a026ad3110b03d4d960 Mon Sep 17 00:00:00 2001 From: David Montero Crespo Date: Wed, 29 Jul 2026 04:22:35 +0200 Subject: [PATCH] feat(canvas): board-status slot next to the board selector Generic overlay mount point for per-board status (empty in OSS). --- frontend/src/components/simulator/SimulatorCanvas.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/frontend/src/components/simulator/SimulatorCanvas.tsx b/frontend/src/components/simulator/SimulatorCanvas.tsx index 9520dd8c..08c01aa0 100644 --- a/frontend/src/components/simulator/SimulatorCanvas.tsx +++ b/frontend/src/components/simulator/SimulatorCanvas.tsx @@ -2492,6 +2492,10 @@ export const SimulatorCanvas = ({ headerSlot }: SimulatorCanvasProps = {}) => { )} + {/* Overlay slot for board status next to the selector (e.g. + which engine a run will use). Empty in the OSS build. */} + + {/* Undo / Redo — canvas-scoped, mirrors the Ctrl+Z / Ctrl+Y handler in EditorPage. Tooltip surfaces the description of the command that would be applied. Disabled when the stack