-
Notifications
You must be signed in to change notification settings - Fork 153
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 login note #3424
Update login note #3424
Conversation
Code coverage for javascript is
|
@@ -101,7 +101,7 @@ export const LoginPage: FC = memo(function LoginPage() { | |||
/> | |||
{isPlayEnvironment && ( | |||
<div className={classes.note}> | |||
Try with <strong>play</strong> name if you want to join the | |||
Try project name <strong>play</strong> if you want to join the |
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.
nits
Try project name <strong>play</strong> if you want to join the | |
Try to input <strong>play</strong> as project name if you want to join the |
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.
Nice idea, but this text is a bit too long to be shown in a single line 🙈
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, I got it.
Does it not also work if you set testAlign: "left"
?
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.
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.
😇
allright, let's keep it that way.
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.
Is better off textAlign: "left"
?
https://github.com/pipe-cd/pipecd/pull/3424/files#diff-859b4e56fe1e23be4f03551006e60f9de7a224b2d91542372eefb519fb58cdbbR43
/lgtm |
@@ -101,7 +101,7 @@ export const LoginPage: FC = memo(function LoginPage() { | |||
/> | |||
{isPlayEnvironment && ( | |||
<div className={classes.note}> | |||
Try with <strong>play</strong> name if you want to join the | |||
Try project name <strong>play</strong> if you want to join the |
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.
or just 😄
Enter <strong>play</strong> if you want to join the playground environment
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.
Enter
is a bit odd to me, so lets me keep it as is 😄
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.
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 good!
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.
addressed by 2e02521 🙌
/lgtm |
Nice. /approve |
Code coverage for javascript is
|
What this PR does / why we need it:
It would look like this
Which issue(s) this PR fixes:
Fixes #
Does this PR introduce a user-facing change?: