-
- Downloads
Show user what options they have voted (#11195)
* Add own_votes field to poll results in REST API Fixes #10679 * Display user votes in WebUI * Update styling * Add vote checkmark to public pages
Showing
- app/javascript/mastodon/actions/importer/normalizer.js 2 additions, 1 deletionapp/javascript/mastodon/actions/importer/normalizer.js
- app/javascript/mastodon/components/poll.js 6 additions, 1 deletionapp/javascript/mastodon/components/poll.js
- app/javascript/styles/mastodon/polls.scss 8 additions, 2 deletionsapp/javascript/styles/mastodon/polls.scss
- app/models/poll.rb 4 additions, 0 deletionsapp/models/poll.rb
- app/serializers/rest/poll_serializer.rb 5 additions, 0 deletionsapp/serializers/rest/poll_serializer.rb
- app/views/statuses/_poll.html.haml 6 additions, 2 deletionsapp/views/statuses/_poll.html.haml
Please register or sign in to comment