Skip to content

ref(cmdk): Wrap bulk assign action in parent 'Assigned to' action#114374

Merged
JonasBa merged 5 commits intomasterfrom
jb/cmdk/bulk-assigned
Apr 30, 2026
Merged

ref(cmdk): Wrap bulk assign action in parent 'Assigned to' action#114374
JonasBa merged 5 commits intomasterfrom
jb/cmdk/bulk-assigned

Conversation

@JonasBa
Copy link
Copy Markdown
Member

@JonasBa JonasBa commented Apr 29, 2026

Wraps AssignActions in a parent CMDKAction inside the "Mark all issues as..." bulk

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>
@JonasBa JonasBa requested a review from a team as a code owner April 29, 2026 21:19
@github-actions github-actions Bot added the Scope: Frontend Automatically applied to PRs that change frontend components label Apr 29, 2026
Copy link
Copy Markdown
Contributor

@cursor cursor Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Fix All in Cursor

❌ 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.

Comment thread static/app/views/issueList/issueListBulkCommandPaletteActions.tsx
Comment thread static/app/views/issueList/issueListBulkCommandPaletteActions.tsx
Match the structure of other assign actions by adding the search
assignees prompt to the parent wrapper.

Co-Authored-By: Claude <noreply@anthropic.com>
Comment thread static/app/views/issueList/issueListBulkCommandPaletteActions.tsx
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>
@JonasBa JonasBa merged commit e8d5e66 into master Apr 30, 2026
68 checks passed
@JonasBa JonasBa deleted the jb/cmdk/bulk-assigned branch April 30, 2026 15:32
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Scope: Frontend Automatically applied to PRs that change frontend components

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants