-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
RNmobile: Fix the cancel button on Block Variation Picker / Columns Block #34249
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Size Change: 0 B Total Size: 1.04 MB ℹ️ View Unchanged
|
dcalhoun
approved these changes
Aug 24, 2021
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. Verified Columns Block Cancel button was aligned as expected. Thank you for addressing this oversight. 🙇🏻
geriux
pushed a commit
that referenced
this pull request
Aug 25, 2021
5 tasks
7 tasks
geriux
pushed a commit
that referenced
this pull request
Aug 26, 2021
* Release script: Update react-native-editor version to 1.60.0 * Release script: Update with changes from 'npm run core preios' * Update changelog * Release script: Update react-native-editor version to 1.60.1 * Release script: Update with changes from 'npm run core preios' * RNmobile: Fix the cancel button on Columns Block (#34249) * Mobile - Update changelog * Fix Column bottom sheet Android close button (#34332) * Fix Column bottom sheet Android close button Apply required margin and padding to properly align Android close button in the Column block bottom sheet. * Update changelog * Mobile - Update changelog Co-authored-by: Enej Bajgoric <[email protected]> Co-authored-by: David Calhoun <[email protected]>
4 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
[Block] Columns
Affects the Columns Block
Mobile App - i.e. Android or iOS
Native mobile impl of the block editor. (Note: used in scripts, ping mobile folks to change)
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
In #34018 we refactored how we apply the padding the buttons in the navigation header. This Pr add the padding that we missed to add to the columns grid block.
Description
Add padding to button to fix spacing.
How has this been tested?
iOS Simulator add the layout grid block notice that the cancel button has the correct padding applied.
Screenshots
Before:
![Screen Shot 2021-08-23 at 4 22 31 PM](https://user-images.githubusercontent.com/115071/130531720-ef8bb9f7-fd98-4699-b9a7-51bf91ec1ec8.png)
After:
![Screen Shot 2021-08-23 at 4 20 50 PM](https://user-images.githubusercontent.com/115071/130531738-28268b76-8447-4580-a7df-4f1e641a3891.png)
Related
Automattic/block-experiments#238
Types of changes
Bug fix.
Checklist:
*.native.js
files for terms that need renaming or removal).