timer
timer copied to clipboard
add goal to room
I would not use a modal. Instead, I would use https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/contenteditable for the display of the goal, and when it is changed, I would trigger events or update it accordingly. Simple UI.