vhs / raffle

Raffle Bot to run raffles on VHS forums
1 stars 3 forks source link

feat: Separate winners from runner-ups with a collapsible arrow #8

Closed JarrettR closed 1 month ago

JarrettR commented 3 months ago

When 1 item is won, it's unnecessary to immediately display the 22 runner-ups. This causes additional confusion with particularly new members, only seeing their names on the list, without parsing how the system works.

Could be done with this Discourse syntax:

1. This is a winner
2. This is another winner

[details="Runner-ups"]
3. This is a runner-up
4. This person is also not a winner
[/details]

image

TyIsI commented 3 months ago

If the poll option is always <digit> x, this could be parsed automatically.