feat: add results panel and collapsible sidebar panels - #2
Merged
Conversation
… and real-time execution - Node-based canvas with pan/zoom and touch support - Drag-and-drop palette to add Math, ConsoleLog, HTTPRequest, Wait blocks - SVG bezier curve connections between nodes with animated execution states - Properties panel (bottom sheet on mobile) for editing node params - Real-time execution visualization with glow effects and pulse animations - YAML import/export with sample workflow loading - Dark glassmorphism theme with responsive mobile-first layout - Integrates with existing WorkflowParser and WorkflowRunner
Copilot
AI
changed the title
feat: gorgeous mobile-first visual workflow editor with drag-and-drop and real-time execution
feat: visual workflow editor with drag-and-drop canvas and real-time execution
Jun 27, 2026
Copilot created this pull request from a session on behalf of
jererobles
June 27, 2026 04:53
View session
Copilot
AI
changed the title
feat: visual workflow editor with drag-and-drop canvas and real-time execution
feat: add results panel and collapsible sidebar panels
Jun 27, 2026
jererobles
marked this pull request as ready for review
June 27, 2026 05:27
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No way to inspect execution results after running a workflow, and sidebar panels consume fixed space even when not needed.
Changes
ui/results.ts): Displays per-node execution output (name, state, value) after workflow run. Shows count badge in header when results exist.▾/▸toggle that collapses the panel body via CSSmax-heighttransition. Uses event delegation on the container to avoid listener accumulation across re-renders..jf-collapsibleCSS pattern: Consistent collapse/expand behavior extracted into reusable classes rather than per-panel logic.Structure