From 97eaf1e5e1f870c4839d9d9f5b68b234e2f5a591 Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Sun, 8 Mar 2026 23:08:17 -0400 Subject: [PATCH] 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. --- anagrams/anagrams.jsx | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.45.2