feat(workflow): improve Add node discovery#16547
Conversation
- Pin the 'Add node' action in the workflow action menu for better discoverability - Unpin 'Add to favorites' and 'Remove from favorites' actions for workflows Fixes #16538
There was a problem hiding this comment.
Your free trial has ended. If you'd like to continue receiving code reviews, you can add a payment method here.
There was a problem hiding this comment.
Pull request overview
This PR enhances the discoverability of the "Add node" action in workflow management by making it always visible in the action menu, while deprioritizing less frequently used favorite-related actions.
- Changed the ADD_NODE action to be pinned by default for better visibility
- Unpinned ADD_TO_FAVORITES and REMOVE_FROM_FAVORITES actions to make room for more relevant workflow actions
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
didn't realize I hadn't merged. I think we can merge like this for now but if you have better ideas to make branching more discoverable @guillim happy to chat on Discord, I'm also not 100% convinced it's very intuitive yet but still feel it's a step in the right direction! |
|
Hey @FelixMalfait! After you've done the QA of your Pull Request, you can mark it as done here. Thank you! |

Description
This PR improves the discoverability of the 'Add node' action in the workflow builder by making it always visible in the action menu.
Changes:
Files Changed:
Fixes #16538
Note
Pins
ADD_NODEin the workflow action menu and unpinsADD_TO_FAVORITES/REMOVE_FROM_FAVORITESto prioritize workflow-related actions.WorkflowActionsConfig.tsx):isPinned: trueforWorkflowSingleRecordActionKeys.ADD_NODE.isPinned: falseforSingleRecordActionKeys.ADD_TO_FAVORITESandSingleRecordActionKeys.REMOVE_FROM_FAVORITESunderpropertiesToOverwrite.Written by Cursor Bugbot for commit 67b65df. This will update automatically on new commits. Configure here.