humanmade / Hatjitsu

Websocket based Planning Poker
https://planningpoker.hmn.md/
MIT License
5 stars 2 forks source link

New voting round prompt #51

Closed tomjn closed 7 months ago

tomjn commented 7 months ago

Admin controls have been adjusted to not show the reset button to everyone and instead prompt to start a new note:

Screenshot 2024-03-12 at 11 53 56

Mobile header improvements:

Before:

Screenshot 2024-03-12 at 16 17 34

After:

Screenshot 2024-03-12 at 16 17 10

Also:

tomjn commented 7 months ago

From my reading the Start a new vote and Reset Vote have the same functionality though, right?

True, they do the same thing, but I've noticed multiple people clicking reset or clicking it by accident mid-voting, and the whole reason reset is available to everyone is to avoid the situation of an idle/vacant room admin who can't press it for them.

Hence putting a button for that explicit situation and moving reset back to hidden for non-admins

I don't quite understand forceRevealDisable though.

It's a directive that's either true or false, used to show/hide UI elements