From 2fb8d559a669c895889d20bb728051bfdfc4e41a Mon Sep 17 00:00:00 2001 From: syntaxbullet Date: Fri, 10 Apr 2026 11:49:36 +0200 Subject: [PATCH] Streamline game lobby copy and room facts - Tighten lobby messaging and empty-state copy - Remove the obsolete "What Changed" sidebar - Build room facts inline instead of with `useMemo` --- panel/src/games/GameLobby.tsx | 13 ++----------- panel/src/games/GameRoom.tsx | 19 +++++++------------ 2 files changed, 9 insertions(+), 23 deletions(-) diff --git a/panel/src/games/GameLobby.tsx b/panel/src/games/GameLobby.tsx index f6e5c78..a63157e 100644 --- a/panel/src/games/GameLobby.tsx +++ b/panel/src/games/GameLobby.tsx @@ -533,7 +533,7 @@ export function GameLobby() { Host faster. Join clearer. Spectate without guessing.

- The lobby now separates waiting rooms from active tables, exposes launch rules up front, and makes room creation feel like one guided flow instead of a stack of toggles. + Browse open rooms, check seats and stakes at a glance, and create a table with the settings you need.

@@ -630,7 +630,7 @@ export function GameLobby() {
No active rooms yet

- Create a new room to seed the lobby, or switch filters if you expected another game type. + Create a room to get started, or switch filters if you are looking for a different game.