feat(cmdk): Add issue feed actions#112567
Closed
JonasBa wants to merge 1 commit intojb/cmdk/jsx-pocfrom
Closed
Conversation
Extend the JSX-powered command palette to support richer action labels, scoped child limits, improved navigation behavior, and issue feed actions on the issues list page. This keeps the issue feed actions inside the CMDK model so users can bulk act, sort, and drill into visible issues from the palette. Co-Authored-By: OpenAI Codex <noreply@openai.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.
Add issue feed actions to the JSX-powered command palette and include the supporting command palette changes needed to make those actions usable.
This wires issue list actions into CMDK so users can bulk act on the current feed, sort the feed, and drill into visible issues directly from the palette. To support that, this also carries the command palette updates for richer action labels/details, scoped child limits, improved navigation state, and modal handling for richer action types.
I considered splitting the generic CMDK changes further, but the issue feed actions depend on those API and behavior changes. Keeping them together here avoids a stacked PR while still separating the slot primitive change into its own review.
Refs GH-112564