about summary refs log tree commit diff
path: root/web/static/js/emoji-mart-data.js
Commit message (Collapse)AuthorAgeFilesLines
* Simplify loading emoji data (#1790)dan2023-11-011-11/+0
|
* prevent error screen on startupEric Bailey2023-09-061-3/+7
|
* [APP-836] Emoji picker for web (#1254)Ansh2023-08-231-0/+7
* add emoji-mart package for emoji dropdown picker * remove emoji picker modal * load emoji mart data not as part of the main bundle * remove @emoji-mart/data * setup emoji insertion with events * get emoji data from local static assets * close emoji picker after one emoji has been inserted * Switch emoji picker trigger to an icon * Update emoji-mart-data.js * make grabbing emoji data work on more browsers --------- Co-authored-by: Paul Frazee <pfrazee@gmail.com>