improvement: workflow, blocks, preview, avatars, output-select#2840
Merged
emir-karabeg merged 5 commits intostagingfrom Jan 16, 2026
Merged
improvement: workflow, blocks, preview, avatars, output-select#2840emir-karabeg merged 5 commits intostagingfrom
emir-karabeg merged 5 commits intostagingfrom
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub. |
Contributor
Greptile SummaryThis PR delivers UI/UX improvements and performance optimizations across workflow, block, preview, avatar, and output-select components. Major changes include refactoring the workflow canvas drag-and-drop logic with consolidated helper functions ( Key improvements:
Confidence Score: 4/5
Important Files Changed
Sequence DiagramsequenceDiagram
participant User
participant WorkflowControls
participant Workflow
participant Container
participant Preview
participant Sidebar
Note over User,Sidebar: UI Improvements & Refactoring
User->>WorkflowControls: Click canvas mode selector
WorkflowControls->>WorkflowControls: Show Mover option first (reordered)
User->>WorkflowControls: Select mode
WorkflowControls->>Workflow: Update canvas mode
User->>Workflow: Drag node over container
Workflow->>Workflow: highlightContainerNode(containerId, kind)
Workflow->>Container: Add drag-over styling
User->>Workflow: Drop node
Workflow->>Workflow: executeBatchParentUpdate(nodes, parentId)
Workflow->>Workflow: shiftUpdatesToContainerBounds(updates)
Workflow->>Container: Update node positions and parent
User->>Workflow: Shift+Drag on canvas
Workflow->>Workflow: handleCanvasMouseDown(event)
Workflow->>Workflow: Prevent text selection
User->>Workflow: Paste/Duplicate blocks
Workflow->>Workflow: executePasteOperation(operation, offset)
Workflow->>Workflow: Validate and add blocks
User->>Preview: View workflow
Preview->>Preview: FitViewOnChange checks nodeIds
Preview->>Preview: Re-fit when nodeIds change (fixed)
User->>Sidebar: View workflow item
Sidebar->>Sidebar: Render avatars inline with name
Sidebar->>Sidebar: Apply flex layout improvements
|
waleedlatif1
approved these changes
Jan 16, 2026
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.
Summary
Improvement: workflow, blocks, preview, avatars, output-select
Type of Change
Testing
Solo.
Checklist