You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please use the 👍 reaction to show that you are interested into the same feature.
Please don't comment if you have no relevant information to add. It's just extra noise for everyone subscribed to this issue.
Subscribe to receive notifications on status change and new comments.
Feature request
Which Nextcloud Version are you currently using: 30.0.6
Is your feature request related to a problem? Please describe.
The meaning of an emoji is not always 100% clear. This issue is not specific to Nextcloud Talk, it also applies to other communication apps. Emojis may look different depending on the operating system, which makes matters worse.
Describe the solution you'd like
The name of the emoji should be shown on mouseover.
Describe alternatives you've considered
Guessing what an emoji actually means. 😆
Additional context
For example, Skype shows the emoji name on hover:
The text was updated successfully, but these errors were encountered:
It's possible to get this information from emoji library, so technically we can do it:
That would require upstream changes (e.g. exposing EmojiIndex.findEmoji() or EmojiIndex.emoji(), as we can currently only perform a search in emoji data object (by id - string representation), but not the opposite
Also EmojiPicker should show these titles in picker itself - also upstream
How to use GitHub
Feature request
Which Nextcloud Version are you currently using: 30.0.6
Is your feature request related to a problem? Please describe.
The meaning of an emoji is not always 100% clear. This issue is not specific to Nextcloud Talk, it also applies to other communication apps. Emojis may look different depending on the operating system, which makes matters worse.
Describe the solution you'd like
The name of the emoji should be shown on mouseover.
Describe alternatives you've considered
Guessing what an emoji actually means. 😆
Additional context
For example, Skype shows the emoji name on hover:
The text was updated successfully, but these errors were encountered: