Skip to content

feat(issues): collapse repetitive issue activity - #121488

Open
scttcper wants to merge 1 commit into
masterfrom
scttcper/issue-activity-rollups
Open

feat(issues): collapse repetitive issue activity#121488
scttcper wants to merge 1 commit into
masterfrom
scttcper/issue-activity-rollups

Conversation

@scttcper

@scttcper scttcper commented Aug 6, 2026

Copy link
Copy Markdown
Member

Older resolve and regress loops can bury useful issue activity. This rolls older flapping status and automatic priority events into an expandable activity row, preserves the latest resolve and regress activity.

flag pr #121489

before

image

after

image

Roll older status flapping and priority event runs into expandable activity rows while keeping the newest resolve and regress cycle visible. Preserve the underlying event count in the sidebar and gate the behavior behind the organization feature.

Co-Authored-By: Codex <noreply@openai.com>
@scttcper
scttcper marked this pull request as ready for review August 6, 2026 21:53
@scttcper
scttcper requested a review from a team as a code owner August 6, 2026 21:53
@scttcper
scttcper requested a review from a team August 6, 2026 21:53

@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 798365f. Configure here.

const visibleActivityCount = sidebarVisibleActivities.filter(
item => item.type !== 'collapsed_status_activities'
).length;
const hiddenActivityCount = totalActivityCount - visibleActivityCount;

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.

Sidebar count ignores expanded rollups

Low Severity

hiddenActivityCount always treats rollup events as hidden. After expanding a sidebar rollup, the footer still says those now-visible events remain to be viewed, and its analytics count is also incorrect.

Additional Locations (1)
Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 798365f. Configure here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant