-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
base: master
Are you sure you want to change the base?
Conversation
Moves the checkbox down below the unread indicator.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -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)}; |
There was a problem hiding this comment.
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
Codecov ReportAll 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 |
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
