bastodon/app/javascript/mastodon/features/compose/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
..
autosuggest_account.js Refactor Avatar and AvatarOverlay to have 'account' as prop instead of src and staticSrc (#4526) 2017-08-07 19:44:55 +02:00
character_counter.js
compose_form.js Add custom emojis to the emoji picker (#5052) 2017-09-23 05:40:28 +02:00
emoji_picker_dropdown.js Add emoji autosuggest (#5053) 2017-09-23 14:47:32 +02:00
navigation_bar.js Refactor Avatar and AvatarOverlay to have 'account' as prop instead of src and staticSrc (#4526) 2017-08-07 19:44:55 +02:00
privacy_dropdown.js Use passive listener in privacy_dropdown.js (#5037) 2017-09-22 04:59:01 +02:00
reply_indicator.js feat: Cache status height to avoid expensive renders (#4439) 2017-08-07 20:32:03 +02:00
search.js
search_results.js
text_icon_button.js
upload_button.js
upload_form.js Change IDs to strings rather than numbers in API JSON output (#5019) 2017-09-20 14:53:48 +02:00
upload_progress.js
warning.js