Skip to content

Use EmojiDialog popup in chatbar

James Graham requested to merge work/nvrwhere/chatbox_emoji_popup into master

This converts the emoji dialog in the chatbar to be the same popup as for reactions. This includes:

  • EmojiPicker and ReactionPicker were already similar and are made identical, as such ReactionPicker no longer needed
  • Emoji dialog used for both reactions and chatbar emojis
  • Add some parameters to allow for different use cases (include custom emojis and whether selection closes the popup)

image

Merge request reports