mxew / firetable-user

client side front end for firetable, a virtual music listening room powered by firebase.
https://thompsn.com/log/about/firetable
MIT License
18 stars 8 forks source link

Update Emojis in Picker #152

Closed andrewgtibbetts closed 2 years ago

andrewgtibbetts commented 3 years ago

New emojis have been released and are available but aren't in the picker options. e.g. 🤏

mxew commented 3 years ago

We use https://github.com/muan/emojilib for the :shortcode: mapping and emoji picker. We'll need to update from v2.x to v3.x for the new emoji/shortcode pairs.

mxew commented 3 years ago

Looks like in v3.x all metadata other than the keyword lists has been removed from emojilib and is now found in a separate package https://github.com/muan/unicode-emoji-json. Only thing we actually use that is now moved to the new package is the categories (that's how we sort the emojis into categories for the picker).