Enha: sse update on actions

This commit is contained in:
Grail Finder
2025-05-10 11:03:23 +03:00
parent 416cc63ec0
commit 35e215e26f
12 changed files with 89 additions and 73 deletions

View File

@ -1,12 +1,12 @@
{{define "teamlist"}}
<div class="playerlist border border-gray-300 rounded mb-2">
<div class="playerlist border border-gray-300 text-{{.Color}}-500 rounded mb-2">
<p class=border>Guessers</p>
{{range .Guessers}}
<p>{{.}}</p>
{{end}}
</div>
<hr />
<div class="playerlist border border-gray-300 rounded mb-2">
<div class="playerlist border border-gray-300 rounded mb-2 text-{{.Color}}-700">
<p class=border>Mime</p>
<p>{{.Mime}}</p>
</div>