From 437b467294a0d0b0909090ba3ad537a373a6dcf6 Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Sun, 8 Mar 2026 08:31:38 -0400 Subject: [PATCH] Make the "Host a new game" buttons primary on each page Displaying it first, (before the form for joining an existing game). Also drop the submit button from the join form, (relying on the user simply entering a game ID instead). This makes the primary flow smoother: Choose a game, then click "Host" without the user being confronted with a form and having to decide which of two buttons to click. --- anagrams/index.html | 24 ++++++++---------------- empathy/index.html | 24 ++++++++---------------- empires/index.html | 24 ++++++++---------------- letterrip/index.html | 24 ++++++++---------------- scribe/index.html | 24 ++++++++---------------- tictactoe/index.html | 24 ++++++++---------------- 6 files changed, 48 insertions(+), 96 deletions(-) diff --git a/anagrams/index.html b/anagrams/index.html index 52ae5c9..ee15fd3 100644 --- a/anagrams/index.html +++ b/anagrams/index.html @@ -26,30 +26,22 @@
+
+ +
+
- + -
- -
- + required>
- -
- -
-
diff --git a/empathy/index.html b/empathy/index.html index d7c004a..5d7c695 100644 --- a/empathy/index.html +++ b/empathy/index.html @@ -25,30 +25,22 @@
+
+ +
+
- + -
- -
- + required>
- -
- -
-
diff --git a/empires/index.html b/empires/index.html index ab88805..4f7d521 100644 --- a/empires/index.html +++ b/empires/index.html @@ -25,30 +25,22 @@
+
+ +
+
- + -
- -
- + required>
- -
- -
-

What is Empires?

diff --git a/letterrip/index.html b/letterrip/index.html index 8284fdc..55200e6 100644 --- a/letterrip/index.html +++ b/letterrip/index.html @@ -28,30 +28,22 @@
+
+ +
+
- + -
- -
- + required>
- -
- -
-
diff --git a/scribe/index.html b/scribe/index.html index 994ea14..2216f86 100644 --- a/scribe/index.html +++ b/scribe/index.html @@ -26,30 +26,22 @@
+
+ +
+
- + -
- -
- + required>
- -
- -
-
diff --git a/tictactoe/index.html b/tictactoe/index.html index 72aeefb..7d20111 100644 --- a/tictactoe/index.html +++ b/tictactoe/index.html @@ -24,30 +24,22 @@
+
+ +
+
- + -
- -
- + required>
- -
- -
-
-- 2.45.2