speechanddebate / tabroom

Tabroom.com Legacy Perl/Mason Code
https://www.tabroom.com
Other
14 stars 6 forks source link

Fix circuit select UI #22

Closed D0ugins closed 2 months ago

D0ugins commented 1 year ago

Previously, the header for circuits that the current user administers or has previously held a tournament in were only shown on the circuit selection screen if at least one existed. However, the next button under the table was always shown. This PR fixes this so it only shows the buttons under the table when the table itself is shown. It also fixes a couple inconsistencies in the styling of the buttons and the text they display

Before: image

After: image