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:
parent
43ef6c9f1d
commit
72e48073bd
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue