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

@ -0,0 +1,5 @@
{{define "turntimer"}}
<div>
Timer: <span sse-swap="turntimer_{{.ID}}">{{.Settings.TurnSecondsLeft}}</span>
</div>
{{end}}