-
Notifications
You must be signed in to change notification settings - Fork 850
Boost: Add benefits interstitial #23482
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
|
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. Boost plugin:
|
This commit is a bit messy as it is actually a squashed merge of a newer branch. #23537
I have kinda tangled this branch and #23319 by creating #23319 on top of this PR. The bounding box is correct in that branch as it is coming from a generic style which also modifes the structure of both cards. Can we merge this PR excluding this design fix and continue in the other PR? |
…ash svelte-navigator issues
Fixed in 0d56820. |
thingalon
left a comment
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.
Approved with the understanding that more CSS updates to come in a future PR.
c72a3f1 to
51645ae
Compare
|
Great news! One last step: head over to your WordPress.com diff, D76946-code, and deploy it. Thank you! |
|
r242769-wpcom |
jq's `$arr1 | inside( $arr2 )`, when `$arr1` and `$arr2` are string arrays, doesn't test for whether the elements of the input $arr1 are members of $arr2. It tests for whether all strings in `$arr1` are substrings of some string in `$arr2`, which is generally not the behavior we want. The same goes for `contains()`, but we're not using it on arrays anywhere. Instead, we can use `index()` to check for whether a string is in an array. Then fix Boost deps that the broken check didn't detect in #23482.
This involves moving the bits of eslint configuration that load plugins or sharable configs into `tools/js-tools/eslintrc/`, so the plugins and configs can be loaded relative to that directory instead of relative to wherever the origin `.eslintrc.js` file happens to be. This also drops the dep on `@sveltejs/eslint-config`, which hasn't been used since #23482. And for some reason projects/js-packages/shared-extension-utils/ had both .eslintrc.js and .eslintrc.cjs, with identical content. So I deleted one.
This involves moving the bits of eslint configuration that load plugins or sharable configs into `tools/js-tools/eslintrc/`, so the plugins and configs can be loaded relative to that directory instead of relative to wherever the origin `.eslintrc.js` file happens to be. This also drops the dep on `@sveltejs/eslint-config`, which hasn't been used since #23482. And for some reason projects/js-packages/shared-extension-utils/ had both .eslintrc.js and .eslintrc.cjs, with identical content. So I deleted one.

Fixes #23318
Changes proposed in this Pull Request:
Jetpack product discussion
pc9hqz-iD-p2
Does this pull request change what data or activity we track or use?
No
Testing instructions:
#/upgradeto the URL