feat(studio): editor 0.3 — endpoints stay put + node context menu
Some checks failed
Security / Security check (push) Failing after 1s
Some checks failed
Security / Security check (push) Failing after 1s
Picks up fai_studio_flow_editor 0.3.0 (commit 296e5bf): - inputs/outputs endpoints now live in the layout sidecar like every other node — they stop drifting when the operator drags a step. The "outputs panel jumps when I touch anything" pain Stefan flagged is gone by construction. - Right-click on any step in the graph tab opens a popup menu: Duplicate (with unique id + offset), Disconnect all inputs (clears with-field values but keeps keys), Delete. - Floating Reset Layout button on the canvas next to Fit-to-screen — wipes the sidecar and re-runs AutoLayout from scratch + auto-fits, for when manual drags have drifted into spaghetti. Version 0.52.4 -> 0.53.0 (minor bump — first new operator-visible editor feature surface since 0.52). Signed-off-by: flemming-it <stefan.a.flemming@googlemail.com>
This commit is contained in:
parent
696541e5b3
commit
f252487c92
3 changed files with 4 additions and 4 deletions
|
|
@ -1,7 +1,7 @@
|
|||
name: fai_studio
|
||||
description: "F∆I Studio — desktop GUI for the F∆I hub"
|
||||
publish_to: 'none'
|
||||
version: 0.52.4
|
||||
version: 0.53.0
|
||||
|
||||
environment:
|
||||
sdk: ^3.11.0-200.1.beta
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue