-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
Not displaying unsupported emoji in the emoji picker and mention plugin. #17698
Conversation
5f03ccc
to
de14e29
Compare
This solution bases on the solution used in emoji-picker-element. |
Testing this would be hard, because we would have to mock an unsupported emoji. I'm not adding any tests for now - if anyone thinks I should add them, let me know. |
4e308f6
to
9149e61
Compare
9149e61
to
e817e87
Compare
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.
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.
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.
R- from my side, due to missing options (approaches to meet the requirements and goals), cons, pros, and conclusions (what, why, etc.) under the issue.
Conclusions added to the spike: #17666 (comment) |
@@ -140,6 +140,7 @@ const persistToWorkspace = fileName => ( { | |||
machine: true, | |||
steps: [ | |||
...bootstrapCommands(), | |||
'install_newest_emoji', |
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.
I am afraid the same change will be needed in the Commercial repository.
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.
But we can cover it in a follow-up issue.
Suggested merge commit message (convention)
Internal: Not displaying unsupported emoji in the emoji picker and mention plugin. Closes #17666.
Additional information
For example – encountered issues, assumptions you had to make, other affected tickets, etc.