Shish
Shish
A banner across the top of the screen for announcements like "If your badge name is being rejected, come to the desk so we can add it" or "the event...
We use ~10 icons from the FontAwesome icon pack - this adds ~150KB to the final bundle size, and results in some glitchiness because the "Enter Room" button on the...
Now that "time moves forwards at a constant rate" is the default, it's actually pretty difficult to implement pausing... do we want to figure out how to make it work,...
It'd be nice if our automated tests could spot something taking an unreasonable amount of time (ie, we should try to catch code which runs fine in dev with 10...
Right now there are two ways for the state and the video element to get out of sync: - if the user refreshes the page while a track is playing,...
If the main screen is set to auto-play, we should indicate how long it will be until the next track starts
Currently we are assuming that as soon as the queue is started, it will run to the end fully-automatically - I'd also like to be able to have an event...
- we're updating the global state once per second (to ensure that the "now playing" / "next track starts in X seconds" notifications are up-to-date) - the search query is...
Pros: - 77KB -> 1.5KB Cons: - Alignment is tricky. - Icons don't inherit font-color (so things like "grey out this button to indicate that it is disabled" only greys...
Do people actually use the preview videos? - If yes, maybe we should replace "one full-size encode and two previews" with "two full-size encodes" - If no, maybe we should...