chain-studio-flow-editor/lib/src/widgets
flemming-it 73736769a0 feat(editor): tab-aware action strip + simpler tap handling
Reposition the per-tab action buttons under the TabBar so the
operator's eye flows TabBar → context buttons → canvas. Graph
keeps Add-Step + Save + Run, Text trims to Save + Run, Run
hides them entirely (the Run tab has its own start button).

Drop the outer wrapping GestureDetector that competed with the
inner Positioned.fill detector inside the canvas Stack — two
TapGestureRecognizers in the same arena meant the inner one
sometimes lost edge-tap and background-tap.

Signed-off-by: flemming-it <stefan.a.flemming@googlemail.com>
2026-06-02 16:32:27 +02:00
..
capability_picker.dart feat(editor): three-tab WYSIWYG editor — graph / text / run 2026-06-01 00:48:35 +02:00
edge_painter.dart feat(editor): reduce-motion clamp + edge gradient + breathing pulse + style sheet 2026-06-01 22:55:18 +02:00
flow_canvas.dart feat(editor): tab-aware action strip + simpler tap handling 2026-06-02 16:32:27 +02:00
flow_node.dart feat(editor): properties-panel toggle + LabVIEW-style type colours 2026-06-02 11:13:01 +02:00
properties_panel.dart feat(editor): edge selection + properties-panel edge-info + canvas-wide deselect 2026-06-02 15:22:46 +02:00
run_tab.dart feat(editor): live step status on the graph during runs 2026-06-01 01:47:30 +02:00