Skip to content

fix(issues): Always show loading toast for bulk actions#112428

Draft
scttcper wants to merge 1 commit intomasterfrom
scttcper/bulk-action-loading
Draft

fix(issues): Always show loading toast for bulk actions#112428
scttcper wants to merge 1 commit intomasterfrom
scttcper/bulk-action-loading

Conversation

@scttcper
Copy link
Copy Markdown
Member

@scttcper scttcper commented Apr 7, 2026

The loading indicator was gated behind itemIds?.length which meant "select all in query" operations (where itemIds is undefined) had no feedback at all. Also swaps the silent clearIndicators() on success for a success toast so users get confirmation that the update went through.

fixes https://linear.app/getsentry/issue/ID-1280/improve-bulk-resolve-communication

The loading indicator was gated behind `itemIds?.length` which meant
"select all in query" operations (where itemIds is undefined) had no
feedback. Also swaps the silent `clearIndicators()` on success for an
explicit success toast so users get confirmation.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@linear-code
Copy link
Copy Markdown

linear-code bot commented Apr 7, 2026

@github-actions github-actions bot added the Scope: Frontend Automatically applied to PRs that change frontend components label Apr 7, 2026
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