cscorley / killer-queen

A Django app for Killer Queen league registration, team mixing, and (manual) stat tracking
2 stars 0 forks source link

add kiosk view to event #55

Closed cscorley closed 5 years ago

cscorley commented 5 years ago

multi-panel view that contains:

  1. Team-player list
  2. Current bracket from tournament mode
    • Might be fine to just have a couple "up next" teams listed
    • It would be nice if history was shown
  3. Twitch chat (https://www.nightdev.com/hosted/obschat/?channel=thecoinop&fade=180&bot_activity=false&prevent_clipping=false)
    • ::-webkit-scrollbar { visibility: hidden; }
      #chat_box { }
      .chat_line { }
      .chat_line .nick { }
      .chat_line .message { }