- Notifications
You must be signed in to change notification settings - Fork906
fix: improve create workspace page for dynamic parameters#18139
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
jaaydenh commentedMay 30, 2025
- Avoid scrolling on workspace creation
- hide auth required badge when authenticated
<Badge | ||
size="sm" | ||
border="none" | ||
variant={error ? "destructive" : "warning"} |
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.
What isdestructive
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 a styling variant, basically red for destructive, orange for warning
854ef5b
intomainUh oh!
There was an error while loading.Please reload this page.