-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How about displaying an online/offline badge against everyones name / in their card on the members list / page details #161
Comments
I'd love to see this @cmjchrisjones - there's another open issue for displaying live channels on the home page - I wonder if these two tickets could be combined? As I'm assuming it would use the same Twitch API call. |
I'd be inclined to make the 'live' button colour Twitch purple with a Twitch SVG icon too :) |
@whitep4nth3r the nice thing about that is there is no direct dependency on the Twitch API, its using https://shields.io to query Twitch and display the status - there are are number of styles to chose from and we could override some of these style too, EG |
These look cool, the purple button does look better |
@cmjchrisjones would there be any performance implications in querying shields.io c. 200 times on a single page? |
Working on the code to enable this with in issue #8. |
I've implemented the same thing on my personal site, similar to the below, we can use shields.io to accomplish and display something like this, and clicking on the button launches that streamers twitch stream in a new tab.
Quick mockup:
If you think its a good/valid idea, I'm happy to take a stab at it
The text was updated successfully, but these errors were encountered: