ref(cmdk): Wrap bulk assign action in parent 'Assigned to' action#114374
Merged
ref(cmdk): Wrap bulk assign action in parent 'Assigned to' action#114374
Conversation
Wrap AssignActions in a parent CMDKAction inside the "Mark all issues as..." bulk action so it renders as a single drillable "Assigned to" item instead of expanding the full assignee list inline. Co-Authored-By: Claude <noreply@anthropic.com>
Contributor
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 6ae2ef1. Configure here.
Match the structure of other assign actions by adding the search assignees prompt to the parent wrapper. Co-Authored-By: Claude <noreply@anthropic.com>
Extract AssignActionItems from AssignActions so the mark-all action uses AssignActionItems directly inside its own CMDKAction wrapper, avoiding double nesting. Co-Authored-By: Claude <noreply@anthropic.com>
Wrap the assign action in an extra parent so browse mode sees it as a section with a single drillable child rather than expanding the full assignee list inline. Co-Authored-By: Claude <noreply@anthropic.com>
Groups with a prompt are semantically drillable, so render them as a single action item in browse mode instead of expanding into a section header with inline children. Children remain in the collection tree for search mode. Also removes the extra nesting wrapper around the bulk assign action since the flattenActions change makes it unnecessary. Co-Authored-By: Claude <noreply@anthropic.com>
TkDodo
approved these changes
Apr 30, 2026
cleptric
pushed a commit
that referenced
this pull request
May 5, 2026
…14374) Wraps `AssignActions` in a parent `CMDKAction` inside the "Mark all issues as..." bulk --------- Co-authored-by: Claude <noreply@anthropic.com>
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.

Wraps
AssignActionsin a parentCMDKActioninside the "Mark all issues as..." bulk