-
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
Jetpack Connect: adapt the Search card copy on the plans page in the absence of site info. #41276
Conversation
Here is how your PR affects size of JS and CSS bundles shipped to the user's browser: Sections (~188 bytes added 📈 [gzipped])
Sections contain code specific for a given set of routes. Is downloaded and parsed only when a particular route is navigated to. Async-loaded Components (~186 bytes added 📈 [gzipped])
React components that are loaded lazily, when a certain part of UI is displayed for the first time. Legend What is parsed and gzip size?Parsed Size: Uncompressed size of the JS and CSS files. This much code needs to be parsed and stored in memory. Generated by performance advisor bot at iscalypsofastyet.com. |
50a7754
to
02947af
Compare
I'll take a closer look at this on Monday, but it looks like the Prettier formatting changes might have been unintentional. I just reformatted the file with a clean Also: this PR needs a rebase. |
4d188eb
to
a9fb946
Compare
Yes, it was unintentional- corrected and rebased. Ready for 👀 |
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.
Design-wise this looks great to me!
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's a blocking regression that prevents the product management button from rendering depending on the selected billing timeframe; it effectively reverts #41262.
1a97eb5
to
c41a17c
Compare
Feedback addressed. Thank you. |
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! Tested on /jetpack/connect/store
and /plans/monthly/<site>
.
Not sure why the mobile E2E's are failing, though.
When accessing the canonical plans page at /store, we do not have site information available. Thus, we cannot estimate record size nor price of the Search product. Here, we remove the relevant parts from the copy.
We should show Manage product CTAs irrespective of purchase timeframe
c41a17c
to
c79f780
Compare
Changes proposed in this Pull Request
jetpack/connect/store
, we do not have site information available. Thus, we cannot estimate record size to be indexed nor price of the Search product. Here, we remove the relevant parts from the copy.After:
Testing instructions
http://calypso.localhost:3000/jetpack/connect/store
for the local buildFixes #41025