feat(issues): Unify issue activity streams#115848
Conversation
📊 Type Coverage Diff✅ No new type safety issues introduced. Coverage: 93.56% |
b0876f7 to
a30141e
Compare
feedback needed the extra bottom space on the scroll container, not tucked inside the activity section. Also narrows the activity section variant prop to sidebar vs standalone. the drawer can ask for md text size separately, which keeps feedback from needing a fake inline variant. Co-Authored-By: Codex GPT-5 <[email protected]>
The feedback activity work made these components shared, but a bunch of names still said Streamlined and lived under the streamline sidebar folder. Move the shared activity section and compact comment input into neutral homes, and rename the comment actions menu so it says what it is. Co-Authored-By: Codex GPT-5 <[email protected]>
Use the Text primitive for non-note activity messages instead of wiring font-size by hand. keeps the activity section closer to the design system now that it is shared outside the old sidebar. Co-Authored-By: Codex GPT-5 <[email protected]>
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 3ce6f5a. Configure here.
| onUpdate={handleUpdate} | ||
| placeholderText={t( | ||
| variant="standalone" | ||
| placeholder={t( |
There was a problem hiding this comment.
Feedback spam activity mislabeled
Medium Severity
The feedback activity section now uses getGroupActivityItem, whose default ignored-activity copy is always “Archived” / “by [author] forever”. Feedback spam and similar ignores used to show that the feedback was marked as spam, so users can see the wrong activity label on the feedback page.
Reviewed by Cursor Bugbot for commit 3ce6f5a. Configure here.


We had two versions of the issue activity feed. The issues feedback page will now have the same activity items as the issue activity drawer.
removes "streamlined" from the names of these components.
some other small cleanup around styled components