TRACKING: Emoji Picker popup improvements #1121
Labels
area: popup: emoji
enhancement
New feature or request
further discussion required
Discuss this on #zulip-terminal on chat.zulip.org
high priority
should be done as soon as possible
missing feature: user
A missing feature for all users, present in another Zulip client
TRACKING
We recently added support for reacting to messages with Emojis (other than the previously
:thumbs_up:
), ending at 19f1396. This was a combined effort of multiple contributors and multiple PR's (#913, #707). We decided to go with a simpler logic for now and add improvements later. Here's a list of UI/UX improvements that need to be worked upon:+1, thumbs_up, like
, ifthumbs_up
is the reacted emoji, then highlight it similar to how we do in footer autocomplete -+1, <thumbs_up>, like
+1, thumbs_up, like
, the user could further select any one from these to react with, not just+1
.model.active_emoji_data
) on reaction event. The only thing left is to update and render the EmojiPicker popup on reaction events optimally.The text was updated successfully, but these errors were encountered: