Skip to content

feat(issues): Avoid hiding unread indicator #92088

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

scttcper
Copy link
Member

Moves the checkbox down below the unread indicator. Breaks the checkbox displaying on focus but fixes an issue where the checkbox would stay visible after unchecking. Fixes https://linear.app/getsentry/issue/RTC-861/separate-selection-ui-from-unread-indicator

after
image

@scttcper scttcper requested review from malwilley, MichaelSun48 and a team May 22, 2025 01:01
@github-actions github-actions bot added the Scope: Frontend Automatically applied to PRs that change frontend components label May 22, 2025
Copy link
Member

@malwilley malwilley left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Something that regressed here is that the checkbox hitbox used to span the entire left side of the issue to make it easier to select issues:

CleanShot 2025-05-22 at 09 21 06

CleanShot 2025-05-22 at 09 21 50

@@ -172,6 +172,7 @@ const GroupExtra = styled('div')`
font-size: ${p => p.theme.fontSizeSmall};
white-space: nowrap;
line-height: 1.2;
min-height: ${space(2)};
Copy link
Member Author

@scttcper scttcper May 22, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

group extras were not the same height. extras were sometimes 12 or 16px depending on if they had replay indicator etc

Copy link

codecov bot commented May 22, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

✅ All tests successful. No failed tests found.

Additional details and impacted files
@@             Coverage Diff             @@
##           master   #92088       +/-   ##
===========================================
+ Coverage   40.47%   82.76%   +42.28%     
===========================================
  Files       10145    10168       +23     
  Lines      582238   582693      +455     
  Branches    22627    22579       -48     
===========================================
+ Hits       235649   482242   +246593     
+ Misses     346137    99163   -246974     
- Partials      452     1288      +836     

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.

2 participants