trypost/app/Events
Paulo Castellano 448ae73389 Add expression autocomplete, side-panel editor, and richer HTTP fetch
Automations editor:
- {{ }} expression autocomplete in CodeMirror, scoped to the braces and
  graph-aware (suggests only what upstream nodes provide + variables + now);
  migrate the Generate prompt to CodeMirror so it shares the same completions
- Expandable editors: an expand button slides out a side-by-side panel
  (matching the sidebar card), with a minimize control; the inline field
  collapses to a hint while editing in the panel
- Hover-revealed editor toolbar (expand/copy) with styled tooltips so the
  buttons no longer obscure the text while reading
- Beta badge on the Automations sidebar item
- Delete a single connection with Backspace/Delete (edge selection)
- Re-key node config so switching between same-type nodes refreshes the form

HTTP fetch node — cover every JSON response shape:
- Top-level array, object map (items_path=*), array of primitives, and NDJSON
- Key-based dedup via item_key_path (seen-set, FIFO-capped) for feeds without
  dates; first poll records a baseline and emits nothing (date path too)

Fan-out test visibility:
- root_run_id links every forked branch back to the run that started a test,
  so the test panel aggregates all branches instead of one

Fix a few pre-existing type issues (ScheduleData import, padded minute,
optional created_at).
2026-06-12 11:31:58 -03:00
..
Ai feat: regenerate AI post images with brand palette in editor 2026-05-21 16:27:55 -03:00
AutomationRunUpdated.php Add expression autocomplete, side-panel editor, and richer HTTP fetch 2026-06-12 11:31:58 -03:00
NotificationCreated.php refactor: prefer string interpolation over concatenation for channel names 2026-05-08 19:22:01 -03:00
PostCommentCreated.php refactor: prefer string interpolation over concatenation for channel names 2026-05-08 19:22:01 -03:00
PostCreated.php refactor: prefer string interpolation over concatenation for channel names 2026-05-08 19:22:01 -03:00
PostDeleted.php refactor: prefer string interpolation over concatenation for channel names 2026-05-08 19:22:01 -03:00
PostPlatformStatusUpdated.php refactor: prefer string interpolation over concatenation for channel names 2026-05-08 19:22:01 -03:00