feat(serial): serial-actions slot in the monitor toolbar

Generic overlay mount point for per-board terminal actions.
This commit is contained in:
David Montero Crespo 2026-07-29 04:32:39 +02:00
parent 78f0181435
commit a334cd3089
1 changed files with 2 additions and 0 deletions

View File

@ -250,6 +250,8 @@ export const SerialMonitor: React.FC = () => {
> >
{t('editor.serial.clear')} {t('editor.serial.clear')}
</button> </button>
{/* Overlay slot for per-board terminal actions (empty in OSS). */}
<span data-velxio-slot="serial-actions" />
</div> </div>
</div> </div>