-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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] Parent PR: Add Setting to Set/Remove a Featured Image Directly from Image Block (iOS Only) #31345
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
SiobhyB
added
the
Mobile App - i.e. Android or iOS
Native mobile impl of the block editor. (Note: used in scripts, ping mobile folks to change)
label
Apr 29, 2021
SiobhyB
changed the title
[RNMobile] Image Block: iOS Only: Add Functionality to Set/Remove Featured Images
[RNMobile] Image Block: Add Functionality to Set/Remove Featured Images (iOS Only)
Apr 29, 2021
Size Change: 0 B Total Size: 1.08 MB ℹ️ View Unchanged
|
7 tasks
SiobhyB
changed the title
[RNMobile] Image Block: Add Functionality to Set/Remove Featured Images (iOS Only)
[RNMobile] Main PR: Image Block: Add Functionality to Set/Remove Featured Images (iOS Only)
May 3, 2021
This was referenced May 3, 2021
SiobhyB
changed the title
[RNMobile] Main PR: Image Block: Add Functionality to Set/Remove Featured Images (iOS Only)
[RNMobile] Main PR for iOS: Add Setting to Set/Remove a Featured Image Directly from Image Block
May 3, 2021
7 tasks
SiobhyB
changed the title
[RNMobile] Main PR for iOS: Add Setting to Set/Remove a Featured Image Directly from Image Block
[RNMobile] Parent PR: Add Setting to Set/Remove a Featured Image Directly from Image Block (iOS Only)
May 3, 2021
Add a "featured" banner that overlays the image block on iOS devices.
…y) (#31415) Add "Set as Featured Image" Button to Image Block
illusaen
approved these changes
Aug 2, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
[Block] Image
Affects the Image Block
Mobile App - i.e. Android or iOS
Native mobile impl of the block editor. (Note: used in scripts, ping mobile folks to change)
[Type] Enhancement
A suggestion for improvement.
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.
Fixes the iOS side of the following issue: wordpress-mobile/gutenberg-mobile#1011
gutenberg-mobile
: wordpress-mobile/gutenberg-mobile#3449WordPress-iOS
: wordpress-mobile/WordPress-iOS#16427Description
Introduces an option to set/remove an image as featured from the image block's settings, with a "featured" banner to denote when an image is already featured. The end goal is to make it easier for users to both identify and set/remove featured images directly from the post editor.
This PR builds on the work done in #30806 and #28854 to introduce this functionality to Android. For iOS, the work has been split up into the following PRs:
Featured
banner over any image block containing a post's featured imageSet/Remove as Featured
option in the image block's settings- Once the PR has been merged it will be updated with a ✅
How has this been tested? Screenshots? Types of changes?
Please refer to the first PR in each row (the Gutenberg PR) for test cases, screenshots, and further details of the types of changes involved.
Checklist:
*.native.js
files for terms that need renaming or removal).