From c67f97845a8bb6df5a4e37101239074c2678fbfd Mon Sep 17 00:00:00 2001 From: Resistencia Dev Date: Fri, 12 Dec 2025 19:14:14 +0100 Subject: [PATCH] feat(ui): Enhance responsive design and game flow MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Intro: Change title to 'Sombras en París' - Roll Call: Make screen fully responsive with fixed header - Team Building: Clean up leader UI and make player tokens responsive - Mission History: Fix expand/collapse interaction (z-index issue) --- ...-12-08.txt => CAMBIOS_SESION_2025-12-08.md | 0 client/src/components/GameBoard.tsx | 76 +++++++++++-------- 2 files changed, 43 insertions(+), 33 deletions(-) rename CAMBIOS_SESION_2025-12-08.txt => CAMBIOS_SESION_2025-12-08.md (100%) diff --git a/CAMBIOS_SESION_2025-12-08.txt b/CAMBIOS_SESION_2025-12-08.md similarity index 100% rename from CAMBIOS_SESION_2025-12-08.txt rename to CAMBIOS_SESION_2025-12-08.md diff --git a/client/src/components/GameBoard.tsx b/client/src/components/GameBoard.tsx index 517cf96..b82b2ba 100644 --- a/client/src/components/GameBoard.tsx +++ b/client/src/components/GameBoard.tsx @@ -120,7 +120,7 @@ export default function GameBoard({ gameState, currentPlayerId, actions }: GameB

- Guerra Total + Sombras en París

{/* Audio Auto-Play - Solo para el host */} @@ -237,7 +237,7 @@ export default function GameBoard({ gameState, currentPlayerId, actions }: GameB // FASE ROLL CALL if (gameState.phase === 'roll_call' as any) { return ( -
+
@@ -245,11 +245,15 @@ export default function GameBoard({ gameState, currentPlayerId, actions }: GameB
-
-

+ {/* --- 1. SECCIÓN SUPERIOR: TÍTULO (20-25% altura) --- */} +
+

Pasando Lista...

+
+ {/* --- 2. SECCIÓN INFERIOR: JUGADORES (Resto de altura) --- */} +
{isHost && (