bastodon/app/javascript/mastodon/features/compose/containers
ThibG f2be71c293 Add emoji suggestions to CW and poll option fields (#10555)
* Refactor selectComposeSuggestion so that different paths can be updated

* Add suggestions in CW field

* Add emoji suggestion to poll options

* Attempt to fix CSS

* Hide suggestions by default

They will be enabled if the input has focus
2019-05-09 22:10:27 +02:00
..
autosuggest_account_container.js
compose_form_container.js Add emoji suggestions to CW and poll option fields (#10555) 2019-05-09 22:10:27 +02:00
emoji_picker_dropdown_container.js
navigation_container.js
poll_button_container.js Add UI for creating polls (#10184) 2019-03-06 04:53:37 +01:00
poll_form_container.js Add emoji suggestions to CW and poll option fields (#10555) 2019-05-09 22:10:27 +02:00
privacy_dropdown_container.js
reply_indicator_container.js
search_container.js
search_results_container.js
sensitive_button_container.js Make the "mark media as sensitive" button more obvious in web UI (#10673) 2019-05-03 04:34:55 +02:00
spoiler_button_container.js
upload_button_container.js Add UI for creating polls (#10184) 2019-03-06 04:53:37 +01:00
upload_container.js
upload_form_container.js
upload_progress_container.js
warning_container.js