Eko450-eng / decider

https://decider-topaz.vercel.app
2 stars 0 forks source link

Open Sign in/Sign up page if the user tries to vote while not logged in #8

Closed lkuessner closed 1 year ago

lkuessner commented 1 year ago

Right now there is just a small toast notification that doesn't really gets the attention it deserves.

We could do something like:

If (userNotLoggedIn & clicks on vote button) showModal else proccessWithVote;

Example of a modal: https://mui.com/material-ui/react-modal/

Eko450-eng commented 1 year ago

Implemented in next version