-
Notifications
You must be signed in to change notification settings - Fork 1.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
[Gutenberg] Hide help button from UBE #15674
Merged
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
You can trigger optional UI/connected tests for these changes by visiting CircleCI here. |
This was referenced Dec 8, 2021
SiobhyB
added
[Status] Not Ready for Merge
gutenberg-mobile
Gutenberg
Editing and display of Gutenberg blocks.
labels
Dec 8, 2021
SiobhyB
changed the title
Hide help button from UBE
[DO NOT MERGE] Hide help button from UBE
Dec 8, 2021
You can test the changes on this Pull Request by downloading the APKs: |
SiobhyB
changed the title
[DO NOT MERGE] Hide help button from UBE
[Gutenberg] Hide help button from UBE
Dec 9, 2021
'getOnGutenbergReadyExternalStyles' will fetch and return external styles defined in Gutenberg Mobile's 'external-style-overrides.css' file.
4 tasks
twstokes
reviewed
Jan 4, 2022
...r/WordPressEditor/src/main/java/org/wordpress/android/editor/WPGutenbergWebViewActivity.java
Show resolved
Hide resolved
Added following feedback here: #15674 (comment)
twstokes
approved these changes
Jan 4, 2022
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 @SiobhyB to merge after pointing to the appropriate tag. 🎉
Generated by 🚫 dangerJS |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Addresses wordpress-mobile/gutenberg-mobile#4339
Related PRs and Installable Builds
Gutenberg
: [RNMobile] Hide help button from UBE WordPress/gutenberg#37221Gutenberg Mobile
: Hide help button from UBE gutenberg-mobile#4352WPiOS
: [Gutenberg] Hide help button from UBE WordPress-iOS#17644Description
As described in wordpress-mobile/gutenberg-mobile#4339, a help button is currently displaying in the bottom right-hand corner of the unsupported block editor (UBE) in both the Android and iOS apps. The button can be seen while logged into WordPress.com. When tapped on, the button prompts users to navigate away from the editor on Android, creating the potential for edits to be lost.
With this PR, the button is hidden from view in order to avoid confusion and potential loss of edits. A high-level overview of the code changes can be found in the
Types of changes
section of the Gutenberg PR.Testing
Please refer to the Gutenberg PR as the "central PR" with the most up-to-date testing instructions.
PR submission checklist:
RELEASE-NOTES.txt
if necessary.