therungg/therun-frontend

Countdown on tournament page

therungg opened this issue · 0 comments

On the tournament page, the countdown should go

  • to the start of the tournament when it hasn't started yet
  • to the end of every eligiblePeriod when it is in progress (now is between two eligiblePeriods)
  • to the start of the next eligiblePeriod when the tournament is in progress, but no eligiblePeriod is
  • show that the whole tournament is ending when the last eligiblePeriod is in progress

pages/tournaments/[tournament].tsx:120 and :255