cubing / cubingcontests.com

A place for hosting results from unofficial Rubik's cube competitions
https://cubingcontests.com
GNU General Public License v3.0
9 stars 4 forks source link

The mod dashboard should show admins how many un-published contests there are #38

Closed dmint789 closed 1 month ago

dmint789 commented 2 months ago

Right now it's inconvenient for admins to check how many un-published contests (contest.state >= ContestState.Ongoing && contest.state < ContestState.Published) there are.

Move the text Total competitors: ... to a separate p tag, and in its stead add Un-published contests: .... If the number is more than zero, the number should have the Bootstrap class text-danger.

On a related note, the number of unapproved results should also have this class if it's more than zero.

Ryau91 commented 2 months ago

I would like to undertake the resolution of this matter with the utmost dedication.

dmint789 commented 2 months ago

@Ryau91 your request has been reviewed by the Cubing® Contests™© board, and shall hereupon be granted.

dmint789 commented 1 month ago

Oh, I totally forgot about this and just implemented it today, my bad. I'll give you another task.