Feat: join team
This commit is contained in:
@ -5,9 +5,15 @@
|
||||
<hr />
|
||||
<div class="flex justify-center">
|
||||
<!-- Left Panel -->
|
||||
{{template "teamlist" .Room.BlueGuessers}}
|
||||
{{if eq .State.Team ""}}
|
||||
{{template "teampew" "blue"}}
|
||||
{{end}}
|
||||
<!-- Right Panel -->
|
||||
{{if eq .State.Team ""}}
|
||||
{{template "teampew" "red"}}
|
||||
{{end}}
|
||||
{{template "teamlist" .Room.RedGuessers}}
|
||||
</div>
|
||||
<hr />
|
||||
<div id="cardtable">
|
||||
|
Reference in New Issue
Block a user