Skip to content

feat(issue-details): add action buttons to issue preview drawer#118074

Open
malwilley wants to merge 3 commits into
masterfrom
malwilley/issue-preview-drawer-actions
Open

feat(issue-details): add action buttons to issue preview drawer#118074
malwilley wants to merge 3 commits into
masterfrom
malwilley/issue-preview-drawer-actions

Conversation

@malwilley

Copy link
Copy Markdown
Member

Ref ISWF-2830

This builds on the new issue preview drawer by bringing over the action controls from the full issue details page, so you can triage an issue straight from the list without navigating away. This reuses most of the components wholesale.

CleanShot 2026-06-18 at 14 53 19

@malwilley malwilley requested a review from a team as a code owner June 18, 2026 21:54
@linear-code

linear-code Bot commented Jun 18, 2026

Copy link
Copy Markdown

ISWF-2830

@github-actions github-actions Bot added the Scope: Frontend Automatically applied to PRs that change frontend components label Jun 18, 2026

@cursor cursor Bot left a comment

Copy link
Copy Markdown
Contributor

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 92ef772. Configure here.

wrap="wrap"
gap="md"
>
<GroupActions group={group} project={project} disabled={false} event={null} />

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Reprocessing actions stay enabled

Medium Severity

GroupActions is always mounted with disabled={false} in the preview drawer, while the full issue details header derives disableActions from getGroupReprocessingStatus and passes that through. During reprocessing (or related states), resolve, archive, subscribe, and other controls can stay interactive in the drawer when they should be blocked.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 92ef772. Configure here.

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.

1 participant