this should handle these two states (straight from #59):
If you're logged in, and it's not your turn, and your opponent has not yet successfully guessed your word or failed to do so:
You see the same modal you'd see if you clicked on the match card in a lobby open over a neutral board state.
You have the ability to copy link, return to lobby, or forfeit the match.
If you're logged in, and it's your turn, and you have correctly guessed the word, but you have not entered a word of your own yet:
The "you win" modal is open.
If you attempt to navigate back to the lobby or do anything without entering a word, you get a confirmation dialog that asks you if you're sure because the game can't continue until you enter a word for your opponent.
this should handle these two states (straight from #59):