Feat: turn timer

This commit is contained in:
Grail Finder
2025-07-01 09:00:59 +03:00
parent a51668e321
commit e6177df5d8
7 changed files with 81 additions and 11 deletions

View File

@ -25,6 +25,7 @@
<hr />
{{if .Room.IsRunning}}
<p>Turn of the <span class="text-{{.Room.TeamTurn}}-500">{{.Room.TeamTurn}}</span> team</p>
{{template "turntimer" .Room}}
{{if .Room.MimeDone}}
<p class="text-{{.Room.TeamTurn}}-500 text-xl">Waiting for guessers</p>
<p class="text-{{.Room.TeamTurn}}-500 text-xl">Given Clue: "{{.Room.FetchLastClueWord}}"</p>