-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Improve workflow editor and deployment experience #6507
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
andresdjasso
wants to merge
45
commits into
staging
Choose a base branch
from
improvement/editor-deploy-experience
base: staging
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
45 commits
Select commit
Hold shift + click to select a range
f8e47e0
improvement(workflow): refine canvas interactions and rendering
andresdjasso 68491eb
fix(workflow): keep outputs on the right, focus newly created blocks
andresdjasso 6f20689
fix(workflow): floor header-only card height, adopt brand tag palette
andresdjasso f543974
improvement(workflow): polish workflow canvas interactions
andresdjasso c930c05
fix(workflow): restyle loop drop target outline
andresdjasso 2ab461f
fix(workflow): shorten human block catalog label
andresdjasso 7f50240
fix(workflow): canonicalize realtime edge handles
andresdjasso 256c97b
improvement(notes): add focused canvas editing
andresdjasso 434adba
improvement(workflow): refine live execution feedback
andresdjasso 3783ff1
fix(workflow): align running action loader
andresdjasso 081a359
fix(workflow): preserve running control artwork
andresdjasso 4b1fab6
feat(workflow): unify core block colors
andresdjasso 76fb897
fix(workflow): neutralize content block color
andresdjasso 5f3c385
fix(workflow): lighten content block tone
andresdjasso 7a42b6f
fix(workflow): align content block ink
andresdjasso 78f6fa8
fix(workflow): update content block teal
andresdjasso 33d7609
fix(workflow): brighten content block teal
andresdjasso 034a107
fix(workflow): replace legacy deployments icon
andresdjasso 1916b8e
fix(workflows): apply semantic colors to native triggers
andresdjasso 773daf8
fix(workflows): theme running stop hover in dark mode
andresdjasso b8bc0c6
fix(workflows): suppress hidden action tooltips while running
andresdjasso 2ddd441
fix(workflows): blend running loader into execution swell
andresdjasso 04f0ffc
fix(sidebar): show route workspace identity fallback
andresdjasso ceb0595
improvement(workflow): redesign editor and configuration
andresdjasso 445b351
improvement(workflow): move canvas controls into header
andresdjasso 2aa64c0
improvement(workflow): refine canvas mode controls
andresdjasso 420739a
fix(workflow): restore compact run button
andresdjasso 2bd2692
improvement(editor): separate block header from settings
andresdjasso de94429
improvement(emcn): add compact chip switch size
andresdjasso a018173
improvement(workflow): organize toolbar and editor views
andresdjasso ac9be72
improvement(workflow): refine editor toolbar and empty states
andresdjasso f43d6d5
improvement(workflow): refine toolbar search morph
andresdjasso 3be95ed
improvement(deploy): redesign workflow deployment experience
andresdjasso 24affd7
chore(workflow): sync editor branch with staging
andresdjasso d6c5d7e
improvement(workflow): redesign editor and configuration
andresdjasso 4dcdd5a
improvement(workflow): move canvas controls into header
andresdjasso a6a55d2
improvement(workflow): refine canvas mode controls
andresdjasso 660f967
fix(workflow): restore compact run button
andresdjasso 17b3330
improvement(editor): separate block header from settings
andresdjasso 3457bb0
improvement(emcn): add compact chip switch size
andresdjasso 51d5397
improvement(workflow): organize toolbar and editor views
andresdjasso 1fc49a8
improvement(workflow): refine editor toolbar and empty states
andresdjasso 375186c
improvement(workflow): refine toolbar search morph
andresdjasso 7fe6145
improvement(deploy): redesign workflow deployment experience
andresdjasso 087a21d
fix(workflow): reconcile editor and deploy experience with staging
andresdjasso File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Description update skips lock checks
Medium Severity
The new
UPDATE_DESCRIPTIONhandler writesworkflowBlocks.data.descriptionwith no locked-block or locked-parent guard. Sibling ops such as rename reject edits when the block or its parent is locked, so description changes can still persist for protected blocks.Reviewed by Cursor Bugbot for commit 087a21d. Configure here.