Neil Lalonde
b839eb41ff
add space in number of poll voters on mobile
2017-05-15 10:19:40 -04:00
Guo Xiang Tan
1da6fc8e3c
UX: Highlight user's vote in polls.
2017-01-25 12:02:19 +08:00
Jeff Atwood
d87e5ae819
tighten spacing for poll voters list
2017-01-14 22:11:46 -08:00
Robin Ward
f07443b488
Migrate Discourse Polls to use vdom instead of embedded ember
2016-12-09 10:42:56 -05:00
Guo Xiang Tan
ad44a64c5b
UX: Fixes for poll option bars on dark theme.
2016-08-02 09:48:06 +08:00
Guo Xiang Tan
dc2cf996af
UX: Styles for poll options on dark theme.
2016-08-01 22:07:57 +08:00
Guo Xiang Tan
f9454088c3
FIX: Missing icons on polls preview.
2016-07-29 16:15:52 +08:00
Guo Xiang Tan
89d2340e37
UX: Add margins for poll links in preview.
2016-07-29 15:19:56 +08:00
Guo Xiang Tan
32c962cfd8
UX: Remove button styles on polls.
2016-07-29 11:09:23 +08:00
Guo Xiang Tan
bb3f4a10f3
UX: Polls should take up full width of post's container.
2016-07-28 23:06:25 +08:00
Guo Xiang Tan
89e28c12ed
UX: Fix polls on dark theme.
2016-07-19 13:01:54 +08:00
Jeff Atwood
7337b2953f
slightly less giant poll percentages
2016-06-21 17:01:27 -07:00
Guo Xiang Tan
fd91a8eee6
Bunch of UX changes for polls builder.
2016-06-15 23:47:19 +08:00
Guo Xiang Tan
8d46727d67
FEATURE: Poll UI Builder.
2016-06-15 11:14:24 +08:00
Guo Xiang Tan
a36203ff78
PERF: Paginate public polls.
2016-06-12 16:14:53 +08:00
Guo Xiang Tan
8ecde35df3
FEATURE: Add public type to polls.
2016-06-08 16:19:13 +08:00
Régis Hanol
969f6ad1d0
Revert "make polls unselectable"
...
This reverts commit 9b819d9245
.
2015-07-31 12:46:30 +02:00
Jeff Atwood
9b819d9245
make polls unselectable
...
https://meta.discourse.org/t/disabling-text-selection-in-polls/31586
2015-07-31 03:43:07 -07:00
Régis Hanol
233cdc011d
FIX: disable text selection in polls
2015-07-31 12:42:53 +02:00
Régis Hanol
7afe78eec0
FIX: don't use a table for poll results
2015-06-03 16:49:20 +02:00
Régis Hanol
50a39f7e98
use bigger bottom padding instead of line-height to vertical center
2015-06-03 12:35:49 +02:00
Régis Hanol
0013a94692
FIX: use pastel color for background of the selected poll options
2015-06-03 12:28:03 +02:00
Jeff Atwood
1a9da9133e
switch back to line-height based centering on polls
2015-06-03 02:58:52 -07:00
Jeff Atwood
9ce6603864
better poll option alignment for multi-line
2015-05-29 16:32:44 -07:00
Régis Hanol
3859273ff7
FIX: prevent span abuse in polls
2015-05-20 15:55:27 +02:00
Régis Hanol
c2ffe255c3
FIX: add borders on polls on mobile
2015-05-08 11:13:32 +02:00
Régis Hanol
875a013ec7
FIX: poll design on mobile
2015-05-07 19:49:06 +02:00
Régis Hanol
78cff468bc
FIX: poll options display issues
2015-05-07 15:19:23 +02:00
Régis Hanol
2d3a090060
FIX: poll design on mobile
2015-05-05 20:14:38 +02:00
Régis Hanol
73703dd557
FIX: poll fake 3D button effect with custom background color
2015-05-05 20:00:42 +02:00
Régis Hanol
90c05ff045
FIX: two-column poll
2015-05-04 22:29:45 +02:00
Régis Hanol
86d7412f30
REFACTOR: rename "total_votes" poll field to the more accurate "voters"
...
FEATURE: automagically load plugin's migrations
2015-05-04 16:01:57 +02:00
Régis Hanol
8129cce104
FIX: clicking "show results" wasn't working after casting a vote
2015-04-24 17:24:13 +02:00
Régis Hanol
a737090442
- FEATURE: revamped poll plugin
...
- add User.staff scope
- inject MessageBus into Ember views (so it can be used by the poll plugin)
- REFACTOR: use more accurate is_first_post? method instead of post_number == 1
- FEATURE: add support for JSON-typed custom fields
- FEATURE: allow plugins to add validation
- FEATURE: add post_custom_fields to PostSerializer
- FEATURE: allow plugins to whitelist post_custom_fields
- FIX: don't bump when post did not save successfully
- FEATURE: polls are supported in any post
- FEATURE: allow for multiple polls in the same post
- FEATURE: multiple choice polls
- FEATURE: rating polls
- FEATURE: new dialect allowing users to preview polls in the composer
2015-04-23 19:33:29 +02:00