kapieyow / pickem

2 stars 4 forks source link

Improve Week scoreboard view on phones #38

Open kapieyow opened 5 years ago

kapieyow commented 5 years ago

Currently there is a lot of side to side scrolling on the week scoreboard on phones. Especially in leagues with 5+ players. Add responsive breakpoints for phones and smaller viewports to list players vertically for each game. Something like the following

Current (and still to be used for web)

Game Win Points Game Status Player 1 Player 2 ... Player N
Team A (score) - Team B (score) win points game 1 status P1 W/L P2 W/L ... PN W/L
Team A (score) - Team B (score) win points game 2 status P1 W/L P2 W/L ... PN W/L

New web view on small responsive break

Game Win Points Player Results
Team A (score) - Team B (score)
win points
game 1 status Player 1 : W/L
Player 2 : W/L
...
Player N : W/L
Team A (score) - Team B (score)
win points
game 2 status Player 1 : W/L
Player 2 : W/L
...
Player N : W/L