feat(canvas): board-status slot next to the board selector

Generic overlay mount point for per-board status (empty in OSS).
This commit is contained in:
David Montero Crespo 2026-07-29 04:22:35 +02:00
parent 43ef6c9f1d
commit 72e48073bd
1 changed files with 4 additions and 0 deletions

View File

@ -2492,6 +2492,10 @@ export const SimulatorCanvas = ({ headerSlot }: SimulatorCanvasProps = {}) => {
</span> </span>
)} )}
{/* Overlay slot for board status next to the selector (e.g.
which engine a run will use). Empty in the OSS build. */}
<span data-velxio-slot="board-status" />
{/* Undo / Redo canvas-scoped, mirrors the Ctrl+Z / Ctrl+Y {/* Undo / Redo canvas-scoped, mirrors the Ctrl+Z / Ctrl+Y
handler in EditorPage. Tooltip surfaces the description of handler in EditorPage. Tooltip surfaces the description of
the command that would be applied. Disabled when the stack the command that would be applied. Disabled when the stack