-
Notifications
You must be signed in to change notification settings - Fork 799
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
RNA: Add Jetpack footer #20287
RNA: Add Jetpack footer #20287
Conversation
Caution: This PR has changes that must be merged to WordPress.com |
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 🤖 The e2e test report can be found here. Please note that it can take a few minutes after the e2e tests checks are complete for the report to be available. Once your PR is ready for review, check one last time that all required checks (other than "Required review") appearing at the bottom of this PR are passing or skipped. |
bf73aa2
to
3868d29
Compare
projects/js-packages/components/components/a8c-svg-title/index.jsx
Outdated
Show resolved
Hide resolved
projects/js-packages/components/components/a8c-svg-title/index.jsx
Outdated
Show resolved
Hide resolved
projects/js-packages/components/components/jetpack-footer/index.jsx
Outdated
Show resolved
Hide resolved
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 like this needs a rebase/master merge; diff currently includes changes from #20288.
projects/js-packages/components/components/jetpack-footer/style.scss
Outdated
Show resolved
Hide resolved
projects/js-packages/components/components/a8c-svg-title/README.md
Outdated
Show resolved
Hide resolved
projects/js-packages/components/components/a8c-svg-title/README.md
Outdated
Show resolved
Hide resolved
3868d29
to
05bed62
Compare
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.
Found places for small tweaks here and there. Nonetheless, this looks ready for crew review!
projects/js-packages/components/components/jetpack-footer/index.jsx
Outdated
Show resolved
Hide resolved
projects/js-packages/components/components/jetpack-footer/index.jsx
Outdated
Show resolved
Hide resolved
projects/js-packages/components/components/jetpack-footer/index.jsx
Outdated
Show resolved
Hide resolved
…mattic-byline-logo/index.jsx Co-authored-by: Jeremy Herve <[email protected]>
…ack-footer/README.md Co-authored-by: Jason Moon <[email protected]>
…ack-footer/index.jsx Co-authored-by: Jason Moon <[email protected]>
…ack-footer/index.jsx Co-authored-by: Jason Moon <[email protected]>
…ack-footer/README.md Co-authored-by: Jason Moon <[email protected]>
…ack-footer/index.jsx Co-authored-by: Jeremy Herve <[email protected]>
8328cd0
to
48c4164
Compare
Good point. Committed. And also update #20252 for testing. Thanks 👍 |
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 looks good to me, although I can't seem to see the footer at all when using the Beta plugin; I only see it on my local installation. I think it may be that the components do not get built when using the Beta plugin?
In any case, that's probably not something to address in this PR. Logged this in #20330.
Great news! One last step: head over to your WordPress.com diff, D63771-code, and commit it. Thank you! |
🚢 r228524-wpcom |
Hi @kangzj. So I'm thinking that instead of putting them all into Do you see any potential undesired consequences of doing that? |
Hi @sergeymitr sure thing, I think it will be clearer. Tbh we are super happy just to consume them :-)
|
Hi @sergeymitr
Just while you are here, are we going to import @wordpress/element instead of React? |
Changes proposed in this Pull Request:
Added two components,
plugin:@wordpress/eslint-plugin/i18n
to check i18n text domain.Jetpack product discussion
n/a
Does this pull request change what data or activity we track or use?
no
Testing instructions:
Go to
projects/js-packages/components
and runpnpm run test
Ensure unit tests pass
Checkout Search: Add search admin page footer #20252 and follow test instructions
Ensure components in footer are rendered properly
Ensure eslint fails if i18n text domain is set to strings other than
jetpack