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
|
|
@ -26,7 +26,7 @@ import 'widgets/widgets.dart';
|
|||
/// Studio's own build version. Bump on every UI commit so the
|
||||
/// running app self-identifies — visible in the sidebar header
|
||||
/// and quick-glance proof that you're seeing the current build.
|
||||
const String kStudioVersion = '0.52.4';
|
||||
const String kStudioVersion = '0.53.0';
|
||||
|
||||
Future<void> main() async {
|
||||
WidgetsFlutterBinding.ensureInitialized();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue