about summary refs log tree commit diff
path: root/app/javascript/mastodon/reducers/custom_emojis.js
AgeCommit message (Collapse)Author
2018-04-04retrieve custom emoji list via API instead of before page load (#7047)Isatis
2017-11-01Refactor initial state: auto_play_gif (#5576)Nolan Lawson
2017-10-07Make auto-play GIFs preference affect custom emojis in web UI (#5254)Eugen Rochko
2017-10-06Compress and combine emoji data (#5229)Nolan Lawson
2017-10-02Code-split emoji-mart picker and data (#5175)Nolan Lawson
2017-09-23Add emoji autosuggest (#5053)Eugen Rochko
* Add emoji autosuggest Some credit goes to glitch-soc/mastodon#149 * Remove server-side shortcode->unicode conversion * Insert shortcode when suggestion is custom emoji * Remove remnant of server-side emojis * Update style of autosuggestions * Fix wrong emoji filenames generated in autosuggest item * Do not lazy load emoji picker, as that no longer works * Fix custom emoji autosuggest * Fix multiple "Custom" categories getting added to emoji index, only add once
2017-09-23Add custom emojis to the emoji picker (#5052)Eugen Rochko