about summary refs log tree commit diff
path: root/app/javascript/mastodon/features/compose/containers/poll_form_container.js
AgeCommit message (Collapse)Author
2023-02-13Enable ESLint import recommended rules (#23315)Nick Schonning
2023-01-29Add lang attribute to image description textarea and poll option field (#23293)Christian Schmidt
2019-05-09Add emoji suggestions to CW and poll option fields (#10555)ThibG
* 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-03-06Add UI for creating polls (#10184)Eugen Rochko
* Add actions and reducers for polls * Add poll button * Disable media upload if poll enabled * Add poll form * Make delete & redraft work with polls