feat(dashboard): Stack sidebar annotations - #1552
Merged
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
dcramer
marked this pull request as ready for review
August 14, 2026 01:30
Dashboard visual evidenceMode: path-selected Triggered by:
Conversations · desktopConversations · mobileConversation detail · desktopConversation detail · mobileFull-page screenshots from the mock dashboard. Not a pixel-diff gate. |
This comment has been minimized.
This comment has been minimized.
Co-Authored-By: David Cramer <david@sentry.io> Co-Authored-By: David Cramer <david@sentry.io>
Show compact repository names on stacked sidebar chips and keep the full resource key in the desktop tooltip. Co-Authored-By: David Cramer <david@sentry.io> Co-Authored-By: David Cramer <david@sentry.io>
Keep sidebar linked-work chips as a compact icon stack and move labels into the desktop tooltip. Hide channel location when annotations already own the meta row. Co-Authored-By: David Cramer <david@sentry.io> Co-Authored-By: David Cramer <david@sentry.io>
The stacked annotation tooltip can stay open on the selected row, so the e2e cost-metric assertion must match the cost tooltip specifically. Co-Authored-By: David Cramer <david@sentry.io>
Keep single and dual-repo stacks readable with repo names, collapse same-repo chips, and only fall back to icon peeks for longer stacks. Tooltip still lists every annotation. Co-Authored-By: David Cramer <david@sentry.io> Co-Authored-By: David Cramer <david@sentry.io>
On desktop, keep one or two repo labels and move extra scopes into a separate +N icon cluster. On mobile, render a compact status facepile only. Tooltip still lists every annotation. Co-Authored-By: David Cramer <david@sentry.io> Co-Authored-By: David Cramer <david@sentry.io>
Use opaque status-color discs with a 2px box-shadow cutout and fixed 16px geometry so stacked annotations read as a clean avatar facepile instead of nested stroke icons fighting each other. Co-Authored-By: David Cramer <david@sentry.io> Co-Authored-By: David Cramer <david@sentry.io>
Keep the solid disc geometry and cutout ring, but put the colored status glyphs back on each disc so the stack matches labeled chips. Co-Authored-By: David Cramer <david@sentry.io> Co-Authored-By: David Cramer <david@sentry.io>
sentry-junior
Bot
force-pushed
the
feat/stack-sidebar-annotations
branch
from
August 14, 2026 03:09
7a2507c to
249655b
Compare
Dashboard style check rejects absolute arbitrary font sizes below the named scale, so the no-icon disc letter uses text-2xs.
Match labeled-chip border/fill on icon-only stack members and increase overlap so the overflow cluster reads as nested chips, not floating glyphs. Co-Authored-By: David Cramer <david@sentry.io>
Co-Authored-By: David Cramer <david@sentry.io>
Co-Authored-By: David Cramer <david@sentry.io>
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 4849445. Configure here.
dcramer
approved these changes
Aug 14, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.





GitHub no longer collapses conversation-row annotations into one summary chip.
The plugin returns every annotation newest-first. The dashboard stacks them left to right with the newest fully visible and older chips partially covered.
Stacked chips use compact repository names so more of the stack can stay readable. Desktop hover shows the full resource keys. Mobile stays tooltip-free.
Mock fixtures now include multi-annotation stacks for local visual QA.
Requested by David Cramer.
--
View Junior Session [Sentry]