- Notifications
You must be signed in to change notification settings - Fork907
refactor: update cli auth page design#17915
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
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.
Looks great! Definitely an improvement over the original. Deferring approval to someone more familiar with the frontend.
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.
Appreciate you making these changes!
*/} | ||
<span css={{ ...visuallyHidden }}>{VISUALLY_HIDDEN_SPACE}</span> | ||
<p className="m-0 text-center text-sm text-content-secondary leading-normal"> | ||
Copy the session token below and{" "} | ||
<strong css={{ display: "block" }}>paste it in your terminal.</strong> |
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.
Oh, this can be swapped over to Tailwind, too:className="block"
ca5f114
intomainUh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Improve UX of CLI Auth page.
Before:
After:
Screen.Recording.2025-05-19.at.09.20.18.mov
Fixes#17905