topcoder-platform / leaderboard-ui

0 stars 3 forks source link

Make showing scoreboard panel optional #12

Closed ajefts closed 5 years ago

ajefts commented 5 years ago

Since we aren't feeding live scores to all tracks yet, it would be useful to be able to hide the scoreboard panel so we can still use the other features of the pages.

image

callmekatootie commented 5 years ago

I'll check what happens if this is hidden and get back - want to check if we need to make any adjustments or if it works right off the bat

callmekatootie commented 5 years ago

This has now been carried out. By default, leaderboard is not shown.

Set a property showScoreboard in the header component. This will be a boolean property - if Yes, leaderboard is shown else not shown