-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Update authorization step layout in onboarding flow #5049
Conversation
<span className=""> | ||
Install the GitHub app on selected Repositories to continue. | ||
<span className="dark:text-gray-500"> | ||
Authorize GitHub (github.com) or select a different account. |
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.
issue: Prompting for selecting a different account here would make more sense once we add the provider dropdown selection above this area. See specs in #4948.
@@ -312,7 +313,7 @@ export default function NewProject() { | |||
|
|||
return (<div className="flex flex-col w-96 mt-24 mx-auto items-center"> | |||
<h1>New Project</h1> | |||
<p className="text-gray-500 text-center text-base">Projects allow you to set up and acess Prebuilds.</p> | |||
<p className="text-gray-500 text-center text-base">Select a git repository.</p> |
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.
issue: This is missing the stepper component as seen in the specs in #4948. ● ○ ○
@jankeromnes could you take a took a this small change? Otherwise, feel free to close this and pick up the changes in the project configurator updates (#4948). 🏀 /assign |
Hmm, the build seems to have failed:
Looks like a random intermittent problem. Re-triggering might fix. /werft run 👍 started the job as gitpod-build-gt-update-auth-step-layout.2 |
Taking a look! 👓 |
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.
Nailed it! 🎯 🔨 🎉
110% perfect, nothing for me to complain of even comment about. 😁 Also this looks so much better now! 😍 ✨
[Insert George-vs-PR meme here]
LGTM label has been added. Git tree hash: c0f2d743d6b1d66b27f60862ce33e24a31404eea
|
The secret password to make @roboquat happy here is: /approve no-issue |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jankeromnes Associated issue requirement bypassed by: jankeromnes The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Thanks @jankeromnes! 🏀 |
Minor UI updates on the authorization step layout in onboarding flow.