-
Notifications
You must be signed in to change notification settings - Fork 58
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
Hide help button from UBE #4352
Conversation
239447d
to
6924222
Compare
Wanna run full suite of Android and iOS UI tests? Click here and 'Approve' CI job! |
8304586
to
eeef532
Compare
…/wordpress-mobile/gutenberg-mobile into update/hide-help-button-from-ube
34e9298
to
f93e8c8
Compare
…/wordpress-mobile/gutenberg-mobile into update/hide-help-button-from-ube
With this commit, a new CSS file is created for external styles. The initial purpose behind this file is to hide the inline help button for WordPress.com users.
b60c55a
to
3568736
Compare
…ss-mobile/gutenberg-mobile into update/hide-help-button-from-ube
With this commit, the global pattern for the resources folder is updated to include .css files, so that they can be referenced from iOS.
package.json
Outdated
@@ -33,6 +33,7 @@ | |||
"eslint": "^6.8.0", | |||
"eslint-plugin-eslint-comments": "3.1.2", | |||
"eslint-plugin-import": "2.18.2", | |||
"eslint-plugin-jest": "^25.3.0", |
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.
@SiobhyB is this dependency upgrade required for this feature? Thanks!
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.
It's not, no, thanks for spotting that! I had some trouble getting tests to pass with this PR, so kept running npm install
and this was a change that got committed as part of that. I've updated in 79e5caf.
Great work @SiobhyB! This is working well. 🙇 So far I've added some comments and questions to all the PRs but WPAndroid. Thank you. |
…ss-mobile/gutenberg-mobile into update/hide-help-button-from-ube
Thank you so much for the review so far @twstokes! 🙇♀️ I've gone ahead to respond to all of your comments now, looking forward to hearing any further thoughts. I also wanted to note that the |
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. 👍
Addresses #4339
Related PRs and Installable Builds
Gutenberg
: [RNMobile] Hide help button from UBE WordPress/gutenberg#37221WPiOS
: [Gutenberg] Hide help button from UBE WordPress-iOS#17644WPAndroid
: [Gutenberg] Hide help button from UBE WordPress-Android#15674Description
As described in #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 isn't working as expected on iOS and 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: