chain-studio-flow-editor/lib/src
flemming-it 1e9968496e feat(editor): properties-panel toggle + LabVIEW-style type colours
Two visible UX fixes:

1. Properties-panel toggle. Tap a step → opens. Tap the
   same step again → closes (deselect via toggle). Tap the
   canvas background → also closes. selectStep now returns
   to null when called with the already-selected id; the
   editor-controller test updated for the new semantics.

2. LabVIEW-style type colours on every port + wire.
   _typeAccent now picks vibrant brightness-aware hues per
   datatype:
     text   → magenta/pink (LabVIEW string)
     json   → amber/orange (cluster feel)
     bytes  → cyan/teal (raw binary)
     file   → green (file reference)
     number → yellow/amber
   Step-input dots, step-output dots, and outputs-endpoint
   dots all switch from the generic theme.primary to the
   field's declared type accent. Operators read the
   payload from the dot alone.

Editor tests still pass (20).

Signed-off-by: flemming-it <sf@flemming.it>
2026-06-02 11:13:01 +02:00
..
model fix(editor): inputs/outputs in layout sidecar — endpoints stop drifting 2026-06-01 16:12:15 +02:00
widgets feat(editor): properties-panel toggle + LabVIEW-style type colours 2026-06-02 11:13:01 +02:00
editor_controller.dart feat(editor): properties-panel toggle + LabVIEW-style type colours 2026-06-02 11:13:01 +02:00
editor_style.dart feat(editor): reduce-motion clamp + edge gradient + breathing pulse + style sheet 2026-06-01 22:55:18 +02:00
flow_editor_page.dart feat(editor): properties-panel toggle + LabVIEW-style type colours 2026-06-02 11:13:01 +02:00
l10n.dart feat(editor): port geometry fix + type colours + endpoint editor + unsaved badge 2026-06-01 16:31:28 +02:00
run_driver.dart feat(editor): per-field input/output ports + i18n tooltips + 4 jai_client patterns 2026-06-01 22:32:26 +02:00
tokens.dart feat: initial scaffold — swappable flow editor 2026-05-30 14:33:03 +02:00
widgets.dart feat(editor): three-tab WYSIWYG editor — graph / text / run 2026-06-01 00:48:35 +02:00