about summary refs log tree commit diff
path: root/app/javascript/mastodon/components/poll.js
AgeCommit message (Expand)Author
2023-02-20Rename JSX files with proper `.jsx` extension (#23733)Renaud Chaput
2023-01-30Upgrade ESlint to v8 (#23305)Nick Schonning
2022-09-29Add sign-up button to logged-out web UI (#19250)Eugen Rochko
2021-10-13Add single option votes tooltip in polls (#16849)Sasha Sorokin
2021-01-22Add “translate” class to other user strings (#15611)ThibG
2020-04-17Fix not being able to vote (#13490)ThibG
2020-04-16Fix Poll fetchPoll action not being debounced. (#13485)Gurgen Hayrapetyan
2020-04-02Improve polls: option lengths & redesign (#13257)Sasha Sorokin
2019-12-03Fix poll options not being selectable via keyboard (#12538)ThibG
2019-10-27Fix an issue where polls with 'expires_at' not set expired (#12222)Takeshi Umeda
2019-09-29Add voters count support (#11917)ThibG
2019-09-29Change vote results to display ex-aequo leading options as leading (#12001)ThibG
2019-09-28Fix vote checkmark in poll results (#11990)ThibG
2019-09-22Show user what options they have voted (#11195)ThibG
2019-09-16Fix expiring polls not being displayed as such in the WebUI (#11835)ThibG
2019-05-26Fix poll visibility on public pages (#10817)Takeshi Umeda
2019-05-18Change poll options to alphabetic letters when status text is hidden (#10685)Eugen Rochko
2019-04-03Update poll remaining time just like with status timestamps (#10466)ThibG
2019-03-20Add support for custom emojis in poll options (#10322)ThibG
2019-03-07Fix NaN in Poll component (#10213)Eugen Rochko
2019-03-06Fix poll options not rendering text after vote/refresh (#10189)Eugen Rochko
2019-03-06Render unicode emoji in polls using emoji pack (#10185)Eugen Rochko
2019-03-05Fix various issues in polls (#10165)Eugen Rochko
2019-03-04Display closed polls as such (#10156)ThibG
2019-03-04Fixes to the polls UI (#10150)ThibG
2019-03-03Fix web UI crash on page load when detailed status has a poll (#10139)Eugen Rochko
2019-03-03Add polls (#10111)Eugen Rochko