instante-social/app/javascript/mastodon/actions
Eugen Rochko 1e02ba111a Add emoji autosuggest (#5053)
* 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-23 14:47:32 +02:00
..
accounts.js
alerts.js
blocks.js
bundles.js
cards.js
columns.js
compose.js Add emoji autosuggest (#5053) 2017-09-23 14:47:32 +02:00
domain_blocks.js
favourites.js
height_cache.js Fix height cache (#4909) 2017-09-13 10:24:33 +02:00
interactions.js Pinned statuses (#4675) 2017-08-25 01:41:18 +02:00
modal.js
mutes.js
notifications.js
onboarding.js
pin_statuses.js Add Pinned toot column (#4817) 2017-09-07 09:58:11 +02:00
push_notifications.js
reports.js
search.js
settings.js
statuses.js Fix height cache (#4909) 2017-09-13 10:24:33 +02:00
store.js Change IDs to strings rather than numbers in API JSON output (#5019) 2017-09-20 14:53:48 +02:00
streaming.js
timelines.js