zkayser / pokerex_client

Elm client for PokerEx project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Optimize the `Profile` page for mobile view

zkayser opened this issue · comments

The Profile page has not been optimized for responsiveness. Currently, the view is optimized for desktop devices, and is broken down into two columns. For smaller screens, this should be changed so that the entire page is one column taking up the full-width of the screen minus some padding and margins. Also, the game status areas should appear first on smaller screens and mobile devices, with Profile-related UI components showing up towards the bottom.