mxew / firetable-user

client side front end for firetable, a virtual music listening room powered by firebase.

Home Page:https://thompsn.com/log/about/firetable

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update Emojis in Picker

andrewgtibbetts opened this issue · comments

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

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.

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).