shimupan / lineupx

A Free Lineup Database for a Variety of Games
https://lineupx.net
MIT License
20 stars 0 forks source link

[bug fix] Warning label for commenting requiring verification #330

Closed shashwot2 closed 1 month ago

shashwot2 commented 1 month ago

Does this just add text to show tell users that theyre not verified? I think it'll be cleaner if we used a toast here (the drop down thing). You can refer to src\web\src\Pages\Page.tsx on how to set up a toast

Toast is like a notification so it disappears after. I was thinking of a more constant reminder just above the comment bar. Currently it's implemented like a constant reminder that they must verify.

If you want to be like a notification whenever they open every post(when unverified) that's fine with me too but im not sure if that's the best way.