You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 2, 2026. It is now read-only.
If a user has already voted, they should be able to click a button for "view results" instead of "join vote".
This will probably involve modifying the pollList sent from the backend to include a "userVoted" boolean for each poll for that user, then we can use that to display either "view results" or "join vote"
View results page itself is issue #16, so this should be done after that, or use a dummy page
If a user has already voted, they should be able to click a button for "view results" instead of "join vote".
This will probably involve modifying the pollList sent from the backend to include a "userVoted" boolean for each poll for that user, then we can use that to display either "view results" or "join vote"
View results page itself is issue #16, so this should be done after that, or use a dummy page