From: Carl Worth Date: Mon, 9 Mar 2026 03:08:17 +0000 (-0400) Subject: anagrams: Add a "Noe, I'm done" button to the "Still playing?" dialog X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=97eaf1e5e1f870c4839d9d9f5b68b234e2f5a591;p=lmno.games anagrams: Add a "Noe, I'm done" button to the "Still playing?" dialog This just dismisses the dialog. I think it's important to add this because when theh dialog pops up it triggers a natural reaction to want to click something to make it go away. But when it hhas only one button, and that button isn't what you want, it's mildly unnerving to just sit there and watch the countdown. Much better to let the player answer the question the game is asking. --- diff --git a/anagrams/anagrams.jsx b/anagrams/anagrams.jsx index 45c52eb..4a13e90 100644 --- a/anagrams/anagrams.jsx +++ b/anagrams/anagrams.jsx @@ -1048,6 +1048,9 @@ class Game extends React.Component { + ) : null