This PR set out the basic structure of the page with CSS Grid and a mobile-first approach. This is just a rough start to help with development, so I've display: noned a few things and a lot of the CSS is sketchy.
It also sets up Grid on the Minigames that have simpler layouts. A few JSX modifications were mostly all that was needed for those, but some took a bit of refactoring.
It also renames and fixes up some logic around the RoundTracker component (previously the Round component).
I also edited the manifest.json as a side thought, so that got bundled in here.
This PR set out the basic structure of the page with CSS Grid and a mobile-first approach. This is just a rough start to help with development, so I've
display: none
d a few things and a lot of the CSS is sketchy.It also sets up Grid on the Minigames that have simpler layouts. A few JSX modifications were mostly all that was needed for those, but some took a bit of refactoring.
It also renames and fixes up some logic around the RoundTracker component (previously the Round component).
I also edited the manifest.json as a side thought, so that got bundled in here.