-
Notifications
You must be signed in to change notification settings - Fork 805
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
Adding BottomSheet settings for Tiled Gallery #21028
Adding BottomSheet settings for Tiled Gallery #21028
Conversation
* The Jetpack Tiled Gallery block can be added from the native mobile editor via the block picker. * Multiple images can be added using the native mobile image picker.
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. 🔴 Action required: Please add missing changelog entries for the following projects: Use the Jetpack CLI tool to generate changelog entries by running the following command: 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. Jetpack plugin:
|
Sorry about the extra reviewers I added here my mistake, I removed them now. |
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.
👋 @illusaen, I've updated this PR (not without the minor hiccup above, sorry about that!).
It's looking good, just wanted to ask a couple of things:
- in the video on the PR, at the 5s mark you can see the "Link to" row in the bottom sheet is missing left spacing, do you think this should be addressed now or later?
- I saw some warnings about use of
__
inprojects/plugins/jetpack/extensions/blocks/tiled-gallery/settings.native.js
. It seems like a second argument ofjetpack
is needed as a "text domain" (example here). Again do you think these should be fixed now or later?
I added a commit to fix the "Link to" row spacing, "text domain" warnings, and an unused import that was left over from my previous merge conflict resolution. Once all CI checks pass except for the ones we expect will fail, I'll go ahead and merge this to the feature branch. |
Summary of failing tests:
|
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.
LGTM, I've only added minor changes to this myself.
Add BottomSheet settings Co-authored-by: Wendy Chen <[email protected]> Co-authored-by: Paul Von Schrottky <[email protected]>
Work for
Changes proposed in this Pull Request:
Does this pull request change what data or activity we track or use?
My PR does not change any tracked data/activity.
Screenshots
Simulator.Screen.Recording.-.iPhone.12.-.2021-09-10.at.05.08.47.mp4
Testing instructions: