open-imcore / imcore.react

React frontend for the MyMessage API!
GNU Affero General Public License v3.0
5 stars 3 forks source link

[Feature Request] Emoji Picker #16

Open sabogalc opened 3 years ago

sabogalc commented 3 years ago

My main reason for this is that my system emojis don't have support for Unicode 13, and it also autocorrects some emojis to emoticons. I personally like Emoji Mart (also here), which I'm pretty sure is what WebMessage and BlueBubbles Desktop use, but I'll ask to make sure.

sabogalc commented 3 years ago

https://github.com/iandwelker/smserver/issues/115

zlshames commented 3 years ago

Yeah, that's what BlueBubbles Desktop App uses. The library is super weird.... but it works

sabogalc commented 3 years ago

I made a PR to the Emoji-Mart-Vue repo. Just need to update emoji-datasource library, modify a tiny bit of code, and generate the new emoji list. Here is the commit:

serebrov/emoji-mart-vue@871bfbd

https://github.com/BlueBubblesApp/BlueBubbles-Desktop-App/issues/193#issuecomment-816248349 https://github.com/serebrov/emoji-mart-vue/pull/108