feat(editor): wire the canvas and mount the editor

This commit is contained in:
Julien Calixte
2026-06-20 09:37:50 +02:00
parent 03848ae893
commit d3119e8a20
4 changed files with 314 additions and 17 deletions

View File

@@ -15,3 +15,15 @@
@theme {
--font-sans: "Inter", ui-sans-serif, system-ui, sans-serif;
}
/* Larger, easier-to-grab connection handles (Vue Flow defaults to 6px). The
Flow valve is small, so its handles get extra size. Loaded after Vue Flow's
own CSS (see main.ts) so these win. */
.vue-flow__handle {
width: 11px;
height: 11px;
}
.vue-flow__node-flow .vue-flow__handle {
width: 14px;
height: 14px;
}