fix(issues): Align collapsed activity row#116266
Conversation
The sidebar activity collapse link was pretending to be a full timeline item, which made the v2 marker column push the ellipsis and button out of place. Render a small dedicated row for the collapsed activity affordance so the dots sit on the timeline line and the button starts in the next column. Also wrap the sidebar activity section in a mini error boundary so activity failures do not take down the rest of the sidebar. Co-Authored-By: Codex GPT-5 <noreply@openai.com>
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit f21b418. Configure here.
| icon={<RotatedEllipsisIcon direction="up" />} | ||
| /> | ||
| </Container> | ||
| </MoreActivityRow> |
There was a problem hiding this comment.
Collapsed row ignores v2 grid
Medium Severity
For orgs with issue-activity-feed-v2, activity rows use a marker plus icon column, but MoreActivityRow is only a 22px column and link. The removed ActivityTimelineItem marker kept the “View more” control aligned with titles; the custom row shifts the link left relative to other entries.
Reviewed by Cursor Bugbot for commit f21b418. Configure here.
There was a problem hiding this comment.
yes i want to ignore grid
📊 Type Coverage Diff✅ No new type safety issues introduced. Coverage: 93.58% |


instead of attempting to overrides the styles of a timeline item render a custom timeline component. It was never really a timeline item. Adds missing error boundary to sidebar.
before
after