Forms: Update Landing page to About page#43361
Conversation
|
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! Jetpack plugin: No scheduled milestone found for this plugin. If you have any questions about the release process, please ask in the #jetpack-releases channel on Slack. |
3aa40c0 to
ef90083
Compare
|
Are you an Automattician? Please test your changes on all WordPress.com environments to help mitigate accidental explosions.
Interested in more tips and information?
|
ef90083 to
1a0ed95
Compare
Code Coverage Summary8 files are newly checked for coverage. Only the first 5 are listed here.
Full summary · PHP report · JS report Coverage check overridden by
Coverage tests to be added later
|
|
Please remember to test mobile version as well, thanks! |
a35a7d2 to
04ea41d
Compare
There was a problem hiding this comment.
I'm assuming the same tracking event is used for all instances of the button, at least for now.
projects/packages/forms/package.json
Outdated
There was a problem hiding this comment.
Curious why we need the package.json changes for this PR?
I think this change is also causing changes to the root pnpm-lock.yaml file. Changes to core dependency or build files can make me nervous because there's so much going on with Jetpack's build environment and processes, and because of the risk of affecting builds for other packages/plugins.
If we don't need this or could put it in a different PR, I might prefer that. If we do need it here, that's fine too, of course.
pnpm-lock.yaml
Outdated
There was a problem hiding this comment.
Same question here as I posed on the form package.json file....
There was a problem hiding this comment.
@edanzer The Sass update is required for the use of CSS's native round function. Sass had its own round function and it tries to compile this and fails. I updated to the nearest version that fixes this:
https://github.com/sass/dart-sass/blob/main/CHANGELOG.md#1670
Now for why I'm using round there, it is to avoid the image being resized to a sub-pixel width depending on the monitor resolution, making the image a bit blurry. That is normally not an issue, but it is perceptible in this case because the images are screenshot of forms with text.
There was a problem hiding this comment.
Are we comfortable / confident that updating the project-wide dependencies won't cause build issues for any other packages/plugins in the monorepo?
projects/packages/forms/src/dashboard/components/create-form-button/index.tsx
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
30d7fce to
3a9600d
Compare



Fixes JETPACK-384
Proposed changes:
Other information:
Jetpack product discussion
Does this pull request change what data or activity we track or use?
Testing instructions: