-
-
Notifications
You must be signed in to change notification settings - Fork 4.5k
feat(usage overview): Extract drawer charts into component #104138
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: isabella/uo-v2-pt-2
Are you sure you want to change the base?
Conversation
❌ 2 Tests Failed:
View the top 2 failed test(s) by shortest run time
To view more test analytics, go to the Test Analytics Dashboard |
| border={isNewBillingUI ? 'primary' : undefined} | ||
| radius={isNewBillingUI ? 'md' : undefined} | ||
| > | ||
| <Grid gap="md" padding={isNewBillingUI ? 'md' : 'md 0'}> |
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.
Bug: Missing border and radius styling for new billing UI
The border and radius props were removed from the Grid component, eliminating the border and border-radius styling that was conditionally applied when isNewBillingUI is true. This causes a visual regression in the new billing UI where the usage totals table should display with a primary border and medium border radius, but now renders without these visual elements.
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.
This is intentional.
CC: @isabellaenriquez
Split out from #103983
Pt 3 of https://linear.app/getsentry/issue/BIL-1817/update-usage-overview-table-with-new-designs
Extracts the chart and tables used in the existing category drawer into a component + updates designs