-
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
[Global Styles] Adds Global Styles API Call and passes the value to the editor via a new prop #14597
Conversation
You can trigger optional UI/connected tests for these changes by visiting CircleCI here. |
You can test the changes on this Pull Request by downloading the APKs: |
c3819dc
to
70519b9
Compare
Hey @geriux 👋 |
Thank you so much @antonis I'll give it a try! 🚀 |
# Conflicts: # WordPress/src/main/java/org/wordpress/android/ui/posts/EditPostActivity.java # build.gradle
Since the new functionality is behind a feature flag that is off by default I'm not sure if we want to add release notes at this point. Wdyt @geriux? |
Generated by 🚫 dangerJS |
Yeah, I think we should wait until it's released to avoid confusion. 👍 |
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.
Changes look good Nice work @antonis 👍
I only had time to give it a smoke test but I'll do a more thorough test before we fully turn the feature on.
# Conflicts: # build.gradle
Fixes: wordpress-mobile/gutenberg-mobile#3163
gutenberg
PR: WordPress/gutenberg#30544gutenberg-mobile
PR: wordpress-mobile/gutenberg-mobile#3459WordPress-FluxC-Android
PR: wordpress-mobile/WordPress-FluxC-Android#1940Description
This PR adds a feature flag for consuming the new the new Global styles API endpoint (wordpress-mobile/WordPress-FluxC-Android#1940)
To Test
Use the app from this PR, turn on the
GlobalStyleSupportFeatureConfig
(Me > App Settings > Test feature configuration) and follow the test instructions on:Optionally:
Regression Notes
Potential unintended areas of impact
What I did to test those areas of impact (or what existing automated tests I relied on)
What automated tests I added (or what prevented me from doing so)
PR submission checklist:
RELEASE-NOTES.txt
if necessary.