-
Notifications
You must be signed in to change notification settings - Fork 818
Forms: Polish integration modal style and copy #43252
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
Conversation
Are you an Automattician? Please test your changes on all WordPress.com environments to help mitigate accidental explosions.
Interested in more tips and information?
|
Thank you for your PR! When contributing to Jetpack, we have a few suggestions that can help us test and review your patch:
This comment will be updated as you work on your PR and make changes. If you think that some of those checks are not needed for your PR, please explain why you think so. Thanks for cooperation 🤖 Follow this PR Review Process:
If you have questions about anything, reach out in #jetpack-developers for guidance! |
Code Coverage SummaryThis PR did not change code coverage! That could be good or bad, depending on the situation. Everything covered before, and still is? Great! Nothing was covered before? Not so great. 🤷 Full summary · PHP report · JS report Coverage check overridden by
I don't care about code coverage for this PR
|
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.
Lots of small details here. Looks good to me. Thanks @dhasilva!
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.
As per issue checklist:
Use #F0F0F0 (scales/gray-100 from the design system). If not available, use the lightest gray available in the current palette
Should we consider this instead of the fixed #f0f0f0
?:
border-bottom: 1px solid var(--jp-gray-5, #f0f0f0);
Move badges 10px closer to the header.
Albeit a bit ambiguous, I think just removing the margin-left on the badge should suffice? ie no need to increase the gap on __title-row to 10px (which falls outside of our multiple-of-8 usual units)
@@ -26,7 +26,7 @@ | |||
&__title-row { | |||
display: flex; | |||
align-items: center; | |||
gap: 8px; | |||
gap: 10px; |
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.
no need to increase to 10px if we remove the margin-left
from the __connected-badge
Good points, Christian. I'll merge as-is to do a single deploy with the other PR and we can check with @ilonagl about those points. Both questions deal with use of standards, and that is something we should probably discuss going forward, so thanks for bringing this to our attention. |
Sorry for being late to the party! I left a comment in Slack, but in general, let's stick with the standards! You're both absolutely right. 🙌 The Figma designs and comments should be disregarded in that case (I tried to use the standard equivalent in design, but it seems it differs from Figma to code). |
Fixes FORMS-6
Proposed changes:
Other information:
Jetpack product discussion
Does this pull request change what data or activity we track or use?
Testing instructions: