-
-
Couldn't load subscription status.
- Fork 10.3k
ui consistency issues #37823
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
ui consistency issues #37823
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
6 Skipped Deployments
|
|
This pull request has been ignored for the connected project Preview Branches by Supabase. |
apps/studio/components/interfaces/Storage/StoragePolicies/StoragePolicies.tsx
Outdated
Show resolved
Hide resolved
apps/studio/components/interfaces/Storage/StorageSettings/S3Connection.tsx
Show resolved
Hide resolved
|
We should probably also add deprecate comments to the existing |
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.
LGTM! Verified changes on staging preview and locally
| return ( | ||
| <ScaffoldContainer size="large" className="pt-6"> | ||
| {IS_PLATFORM ? <EdgeFunctionSecrets /> : <FunctionsSecretsEmptyStateLocal />} | ||
| <ScaffoldContainer size="large"> |
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.
I assume this size="large" is intentionally different to other (skinnier) settings pages, like Storage Settings and Storage Policies, given that this one deals with tabular data.
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.
Lookin’ good!
* ui consistency issues * storage policies * copy * Fix storage policies y gap * Small fixes * Add deprecated comments * Use Card component for S3 settings --------- Co-authored-by: Joshen Lim <joshenlimek@gmail.com>
Some UI consistency work involving: