therungg / therun-frontend

Frontend for therun.gg
https://therun-fr-therun.vercel.app
MIT License
26 stars 8 forks source link

Rework tournament styles #89

Closed zoglo closed 1 year ago

zoglo commented 1 year ago

This PR introduces a few fixes and changes to the tournament pages of therun.gg

Show tournament information on mobile devices 128df93a3def13cdf9dfb8da18180818d03fe583

Tournament information were hidden on mobile due to using the gamestats class:

Before

image

After

image

Allow unlimited socials within tournaments 128df93a3def13cdf9dfb8da18180818d03fe583

Due to the table being horizontal, many socials would break it by adding more horizontal headers. New component styles ("tableVertical" and "tableVerticalHeader") have been introduced that actually add headers within rows. This allows adding more socials as they'll just stack within this new table layout.

Before

image

After

image

Fixed an error with a duplicate ID within the game search (tournaments) aab238332ce78341e33d6492ac06117d03077023

therungg commented 1 year ago

goated!!