Results 173 issues of 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...

feature
browser2
player2

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...

browser2
thought

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,...

thought

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...

thought

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,...

bug
player2

If the main screen is set to auto-play, we should indicate how long it will be until the next track starts

feature
player2

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...

feature
api_queue

- 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...

browser2
thought

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...

browser2

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...

browser2
processmedia2
thought