Equal-Vote / star-server

STAR Voting is an upgrade to our current way of voting that allows voters to score candidates from 0 to 5. Ultimately, STAR Voting elects candidates who better represent the whole of the electorate. We are building a site that lets everyone from individuals to organizations use STAR Voting to host simple polls or run secure elections.
GNU Affero General Public License v3.0
10 stars 18 forks source link

New election creation #540

Closed ArendPeter closed 3 months ago

ArendPeter commented 3 months ago

Description

Dialog Feature

Text Management

Misc

Screenshots / Videos (frontend only)

https://github.com/Equal-Vote/star-server/assets/9289903/bccfbae3-7ed7-4435-9231-aa78caa038dc

image

mikefranze commented 3 months ago

Looks great! Only comment is on mobile view. I think it would look better on smaller screens to use the full width. Also, would the user have to scroll on mobile to see the cancel button or does it stick to the bottom?

ArendPeter commented 3 months ago

Looks great! Only comment is on mobile view. I think it would look better on smaller screens to use the full width.

Looks like it was already at fullWidth, but Paper's margin / width logic was limiting it. I pushed a fix and updated the screenshot in the description

Also, would the user have to scroll on mobile to see the cancel button or does it stick to the bottom? Maybe on the final stepper, but not the other ones (here's a screenshot pre-fullWidth fix)

image