Skip to content
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] Adjust the fetching of custom colors #12289

Merged
merged 5 commits into from
Jun 29, 2020

Conversation

chipsnyder
Copy link
Contributor

@chipsnyder chipsnyder commented Jun 25, 2020

Fixes: wordpress-mobile/gutenberg-mobile#2432
Flux-C PR: wordpress-mobile/WordPress-FluxC-Android#1620

To Test:

  1. Select a theme on your self-hosted site with custom gradients (such as twentytwenty-copy.zip)
  2. In the Android app open the block editor
  3. EXPECT: to see the Custom Gradients
  4. Change your site's theme to a theme without custom gradients (such as Twenty-Twenty)
  5. Open the block editor again
  6. EXPECT: to see the Default Gradients

PR submission checklist:

  • I have considered adding unit tests where possible.
  • I have considered adding accessibility improvements for my changes.
  • I have considered if this change warrants user-facing release notes and have added them to RELEASE-NOTES.txt if necessary.

@peril-wordpress-mobile
Copy link

peril-wordpress-mobile bot commented Jun 25, 2020

You can trigger optional UI/connected tests for these changes by visiting CircleCI here.

@peril-wordpress-mobile
Copy link

peril-wordpress-mobile bot commented Jun 25, 2020

You can test the changes on this Pull Request by downloading the APK here.

Copy link
Contributor

@mkevins mkevins left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@chipsnyder chipsnyder merged commit fd10bf2 into develop Jun 29, 2020
@chipsnyder chipsnyder deleted the rnmobile/2432-defaultColors branch June 29, 2020 12:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Default Gradients are lost on theme changes for self hosted sites.
2 participants