Glitch-Shrike/app/javascript/mastodon/components
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
..
account.js Change IDs to strings rather than numbers in API JSON output (#5019) 2017-09-20 14:53:48 +02:00
attachment_list.js
autosuggest_emoji.js Add emoji autosuggest (#5053) 2017-09-23 14:47:32 +02:00
autosuggest_textarea.js Add emoji autosuggest (#5053) 2017-09-23 14:47:32 +02:00
avatar.js
avatar_overlay.js
button.js
collapsable.js
column.js
column_back_button.js
column_back_button_slim.js
column_header.js
display_name.js
dropdown_menu.js Make dropdowns render into portal, expand animation (#5018) 2017-09-22 04:59:17 +02:00
extended_video_player.js
icon_button.js
intersection_observer_article.js Eliminate re-renders for intersection_observer_article.js (#5036) 2017-09-22 04:58:33 +02:00
load_more.js Fix invisible load more button (#4962) 2017-09-16 00:32:43 +02:00
loading_indicator.js
media_gallery.js Fix hasSize condition in secSet and sizes. (#4969) 2017-09-16 15:00:01 +02:00
missing_indicator.js
permalink.js
relative_timestamp.js
scrollable_list.js Fix invisible load more button (#4962) 2017-09-16 00:32:43 +02:00
setting_text.js
status.js Change IDs to strings rather than numbers in API JSON output (#5019) 2017-09-20 14:53:48 +02:00
status_action_bar.js Change IDs to strings rather than numbers in API JSON output (#5019) 2017-09-20 14:53:48 +02:00
status_content.js
status_list.js
video_player.js