-
-
Couldn't load subscription status.
- Fork 10.3k
feat(studio): usage area brush up #38408
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
Conversation
This fixes the date range pickers width on the Usage section. No more crumpled up menu items.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
This pull request has been ignored for the connected project Preview Branches by Supabase. |
Was missing the ScaffoldHeader wrapper
otherwise non-anchored metrics get #undefined Link and unnecessary pointer
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.
guessing this one's just updating the ternary? no other visual changes?
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.
cc @dnywh
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.
...studio/components/interfaces/Organization/BillingSettings/BillingBreakdown/ComputeMetric.tsx
Show resolved
Hide resolved
The setSelectedProjectRef was causing our rings not to show on the usage table.
apps/studio/components/interfaces/Organization/Usage/TotalUsage.tsx
Outdated
Show resolved
Hide resolved
...studio/components/interfaces/Organization/BillingSettings/BillingBreakdown/BillingMetric.tsx
Show resolved
Hide resolved
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.
Generally LGTM - checked on staging preview but JFYI i'm not able to test ComputeMetric.tsx as I don't seem to have that data on my staging organization
Non-blocking feedback RE the removal of the dividers for the SectionHeaders here
…e into feat/usage-area-brushup

I have read the CONTRIBUTING.md file.
YES
What kind of change does this PR introduce?
This introduces a lot of nit picky fixes and improvements to the org Usage area. The changes will aim to be small in nature and give us a platform to build up and improve this area.