about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/util/emoji/emoji_mart_search_light.js
AgeCommit message (Collapse)Author
2018-10-27When searching for an emoji with multiple separators, consider the full inputThibaut Girka
e.g., typing “blob_cat_p” used to search for “blob” and “cat”, but not “blob_cat_p”, which means “blob_cat_patpat” is very unlikely to show up, although it is likely what the user wanted to type in the first place.
2018-06-15Port 85470ec872a39c475d872f685dadeac849832a98 to glitch emoji picker.David Yip
Fixes #541.
2018-06-12Port emojimart 2.6.1 changes to glitch flavourDavid Yip
See also the following commits: - 0c3ce41031d292734e0e4cc70d227228d1993bea - 268d90e8103770e8b90f6d5680a466c1ec83c6ff
2017-12-03Rename themes -> flavours ? ?kibigo!