-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Issue/implement mentions in gutenberg #13942
Issue/implement mentions in gutenberg #13942
Conversation
You can trigger an installable build for these changes by visiting CircleCI here. |
WordPress/Classes/ViewRelated/Gutenberg/GutenbergViewController.swift
Outdated
Show resolved
Hide resolved
WordPress/Classes/ViewRelated/Gutenberg/GutenbergViewController.swift
Outdated
Show resolved
Hide resolved
WordPress/Classes/ViewRelated/Gutenberg/GutenbergMentionsViewController.swift
Outdated
Show resolved
Hide resolved
WordPress/Classes/ViewRelated/Gutenberg/GutenbergMentionsViewController.swift
Outdated
Show resolved
Hide resolved
WordPress/Classes/ViewRelated/Gutenberg/GutenbergMentionsViewController.swift
Outdated
Show resolved
Hide resolved
Such a good gif! 😄 |
You can trigger optional UI/connected tests for these changes by visiting CircleCI here. |
WordPress/Classes/ViewRelated/Gutenberg/GutenbergMentionsViewController.swift
Outdated
Show resolved
Hide resolved
org:35177729-Abosnd02-users-nore |
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.
This is great work overall! Thanks! I just encountered this issue:
I updated the Podfile commit hash to latest one here wordpress-mobile/gutenberg-mobile@8446c5b and installed pods again to test the latest changes. I got a crash doing the following:
- Open mentions
- Cancel
- Open again
- Select suggestion
- Crashes with a red screen
WordPress/Classes/ViewRelated/Gutenberg/GutenbergMentionsViewController.swift
Outdated
Show resolved
Hide resolved
WordPress/Classes/ViewRelated/Gutenberg/GutenbergMentionsViewController.swift
Show resolved
Hide resolved
WordPress/Classes/ViewRelated/Gutenberg/GutenbergMentionsViewController.swift
Outdated
Show resolved
Hide resolved
I also realised an issue with the SuggestionsTableView not updating thumbnails in cells correctly. If you scroll very quickly and stop, the thumbnails still keep updating. But that's probably not related to the changes here. |
# Conflicts: # Podfile # Podfile.lock
Generated by 🚫 dangerJS |
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.
Great improvements! Looks and works great 👍
# Conflicts: # Podfile.lock
Hey! I'm moving this to 14.9 since 14.8 has been cut. Please, feel free to ping me if you want this to make it to 14.8. |
# Conflicts: # Podfile # Podfile.lock
Hey! I'm moving this to 15.0 because 14.9 has been cut. If you want this to make it to 14.9, please feel free to ping me. |
When the header is clear use a color for separator, when the header is translucent make it clear to avoid a blurry edge.
# Conflicts: # Podfile # Podfile.lock
This PR adds support for adding user mentions in the Block Editor (Gutenberg)
Gutenberg Mobile PR: wordpress-mobile/gutenberg-mobile#2163
To test:
PR submission checklist:
RELEASE-NOTES.txt
if necessary.