You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Set up WebSocket via HTMX and receive the HTML of the timer display every second
Make the timer page accessible to Participants/Spectators
HTML Template: JavaScript to play sound when timer reaches zero using htmx-trigger a kludge of wsAfterMessage and inspecting the HTML directly for what gets returned when the timer is finished. Might want to add a separate element that is dedicated to that purpose, generalizable for a "ws-trigger" element that could invoke any other function.
Reset timer button
Play sound when Paused/Resumed
Add Cache headers for sound effects
Add "Rotate Participants" button (i.e., skip current turn)
Replace horn.wav with custom edited sound
Allow choices for "finished" sound
Add an indicator for when a full rotation is completed.
The text was updated successfully, but these errors were encountered:
htmx-triggera kludge of wsAfterMessage and inspecting the HTML directly for what gets returned when the timer is finished. Might want to add a separate element that is dedicated to that purpose, generalizable for a "ws-trigger" element that could invoke any other function.The text was updated successfully, but these errors were encountered: