larastream / internals

Issues board used for Larastream internals discussions.
2 stars 0 forks source link

Scheduled Stream: Countdown w/ picture #37

Open larastream opened 6 years ago

larastream commented 6 years ago

Originally Submitted By: Vince Mitchell

For streams that haven't started yet it'd be nice to have the photo show up and show a countdown until the stream is supposed to start.

vmitchell85 commented 6 years ago

Since larastream already has the image for the stream and knows when it was scheduled I was thinking something like this wouldn't be too difficult:

image

MatthewSH commented 6 years ago

This could easily be done with JavaScript as well, just pass the start date of the stream and use a countdown timer to display a time till that stream.

JordanDalton commented 6 years ago

I've pushed out an update. I still need to get a countdown timer added.