From b030ae6d4ec7ae35eb85a4999bf275f5c49e45e6 Mon Sep 17 00:00:00 2001 From: Asger Geel Weirsoee Date: Sat, 28 Feb 2026 02:50:55 +0100 Subject: [PATCH] ui: phase-lock player lie/guess actions (#72) --- lobby/templates/lobby/player_screen.html | 14 ++++++++++---- lobby/tests.py | 5 +++++ 2 files changed, 15 insertions(+), 4 deletions(-) diff --git a/lobby/templates/lobby/player_screen.html b/lobby/templates/lobby/player_screen.html index 1dc05a4..b499089 100644 --- a/lobby/templates/lobby/player_screen.html +++ b/lobby/templates/lobby/player_screen.html @@ -7,6 +7,7 @@ #guessStatus { margin: 6px 0 10px; font-size: 0.95rem; color: #333; } #lieStatus { margin: 6px 0 10px; font-size: 0.95rem; color: #333; } #joinStatus { margin: 6px 0 10px; font-size: 0.95rem; color: #333; } +#phaseStatus { margin: 6px 0 10px; font-size: 0.95rem; color: #333; } #lieStatus.locked { color: #0a5f2d; font-weight: 600; } #guessStatus.locked { color: #0a5f2d; font-weight: 600; } @@ -28,6 +29,7 @@

Vælg et svar.

+

Fase: ukendt (opdatér session-status).

Klar.