getsentry / sentry

Developer-first error tracking and performance monitoring
https://sentry.io
Other
39.25k stars 4.21k forks source link

fix(dashboards): change the ordering of team and user badges #80999

Closed harshithadurai closed 6 days ago

harshithadurai commented 6 days ago

Change the ordering of team and user badges so that the creator's badge is ordered first.

before:

Screenshot 2024-11-19 at 2 22 47 PM

after:

Screenshot 2024-11-19 at 2 22 30 PM
codecov[bot] commented 6 days ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

:white_check_mark: All tests successful. No failed tests found.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #80999 +/- ## ========================================== - Coverage 78.48% 78.48% -0.01% ========================================== Files 7209 7209 Lines 319416 319431 +15 Branches 43961 43963 +2 ========================================== + Hits 250698 250706 +8 - Misses 62321 62324 +3 - Partials 6397 6401 +4 ```