From: Carl Worth Date: Sat, 13 Jun 2020 22:02:14 +0000 (-0700) Subject: Add a "Move On" button to the end of both the answering and judging phases X-Git-Url: https://git.cworth.org/git?p=lmno.games;a=commitdiff_plain;h=3dce1ecbdc99e7afbcb0338e585b4e587e0c6cd2;hp=3dce1ecbdc99e7afbcb0338e585b4e587e0c6cd2 Add a "Move On" button to the end of both the answering and judging phases These use the same voting style as the prompt voting, and allow the game to proceed once a majority of players have voted to move on. This should help avoid the game being locked out just because a single player has decided not to play anymore, or somehow became disconnected (which has already happened in practice more than once). With this change, we're also now displaying the actual names of the players that have already answered/judged (as opposed to just the count as we were displaying previously). And we've written code to also display the list of player names who are still in the answering/judging process but that list is not yet being populated (we'll need just a little more plumbing to have the client send an activity ping to the server when typing/tapping/clicking before submitting). ---