From 4e03876338615013578a4b11fa99ae8f4498a8dd Mon Sep 17 00:00:00 2001 From: jessy-david-dev Date: Wed, 15 Apr 2026 18:27:51 +0200 Subject: [PATCH] fix(lobby): use local state for rounds selector instead of server state --- app/components/LobbyScreen.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/components/LobbyScreen.tsx b/app/components/LobbyScreen.tsx index 271c8e8..a25004a 100644 --- a/app/components/LobbyScreen.tsx +++ b/app/components/LobbyScreen.tsx @@ -169,7 +169,7 @@ export function LobbyScreen({ Joueurs max { const v = Number(e.target.value); setTotalRounds(v); onSetTotalRounds(v); }} className="w-full min-h-11 px-2 bg-[#0f0f0f] border border-[#2e2e2e] rounded-xl text-sm text-[#f0f0f0] outline-none focus:border-[#7c3aed] cursor-pointer transition-colors" >