-
Couldn't load subscription status.
- Fork 13
Add SCIM UI #2926
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?
Add SCIM UI #2926
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
| </div> | ||
| <div className="border-default border-l p-3"> | ||
| <CopyToClipboard text={token.bearerToken} /> | ||
| </div> |
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.
Think we need design polish from @benjaminleonard. I'd put the yellow bit at the top, for one. Maybe put the expiration at the bottom and display it in one line. Could do without the pseudo form field styling.
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.
|
UX looks great! The only thing that feels a little off is that the expiration time is mysterious — where is it coming from? This is the admin UI, so it would be weird for it to be outside their control. Maybe in production there would not be a mix of |
|
If we don't pass in a time in the mock service worker it defaults to |
|
Also, without the expiration time we can comment out the |
|
I did one last design pass, so consider it good to go in that aspect |





This sets up the system management UI to handle SCIM tokens.



A few outstanding things to note:
Closes #2886