feat: show spent time in participant list, fix timer sounds

This commit is contained in:
Mikhail Kiselev
2026-02-10 18:15:18 +03:00
parent 850d1deed2
commit f0a8c32ea2
4 changed files with 70 additions and 12 deletions

View File

@@ -33,6 +33,7 @@ type SpeakerInfo struct {
ID uint `json:"id"`
Name string `json:"name"`
TimeLimit int `json:"timeLimit"`
TimeSpent int `json:"timeSpent"`
Order int `json:"order"`
Status SpeakerStatus `json:"status"`
}