-
-
Notifications
You must be signed in to change notification settings - Fork 772
CDN config UI v1 #10019
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: main
Are you sure you want to change the base?
CDN config UI v1 #10019
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Skipped Deployment
|
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Scanned FilesNone |
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.
Looking good but I'd try to split this into different PRs
* Run `yarn gen:api` to generate the client. | ||
* We may use methods (src/openapi/apis) for new features in the future. | ||
*/ | ||
module.exports = { |
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 feel this should be a separate PR fixing orval config.
{rows.length > 0 ? ( | ||
<Box sx={{ mb: 4 }}> | ||
<ApiTokenDocs /> | ||
</Box> | ||
) : null} |
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 refactoring makes sense but I'd do it as a different PR
DO NOT MERGE