-
Notifications
You must be signed in to change notification settings - Fork 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
Domain transfers : Add a domain screen updates #79757
Conversation
This PR does not affect the size of JS and CSS bundles shipped to the user's browser. Generated by performance advisor bot at iscalypsofastyet.com. |
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.
LGTM 🚀
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 work @agrullon95!
I have one suggestion only related to maintaining compatibility with previous translations. After that, it's ready to ship!
- The domains input field should be smaller (420px) and auth code input wider (240px) - so it matches the content better.
- Add Please enter the domain name and authorization code placeholder for Domain name input field when input is empty.
- Remove validation message under Domain Name input field when domain is validated.
- Change Clear domain and Try domain color.
- Change subtitle copy from (50 to fifty). Changed are good, missed compatibility check.
- Update to display Transfer X domains for X$
- Multi-browser check
@@ -30,7 +30,7 @@ const Intro: Step = function Intro( { navigation, flow } ) { | |||
<> | |||
<span> | |||
{ __( | |||
'Enter your domain names and authorization codes below. You can transfer up to 50 domains at a time.' | |||
'Enter your domain names and authorization codes below. You can transfer up to fifty domains at a time.' |
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.
Since we still don't have translations for it. Can we use i18n.hasTranslation
here? That way, it can work with the previous version while we receive the new strings.
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.
I addressed the translation changes.
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 Pull Request is now available for translation here: https://translate.wordpress.com/deliverables/8603088 Hi @agrullon95, could you please edit the description of this PR and add a screenshot for our translators? Ideally it'd include all of the following strings:
Thank you in advance! |
Translation for this Pull Request has now been finished. |
Related to p1689953627135289-slack-C05CT832K2T
Proposed Changes
Domain name
input field to 420px andAuthorization code
input field width to 240px on desktop viewport.Please enter the domain name and authorization code
placeholder for Domain name input field when input is empty.Clear domain
andTry domain
color.Transfer X domains for X$
Testing Instructions
/setup/domain-transfer/domains
Pre-merge Checklist