DMOJ / online-judge

A modern open-source online judge and contest platform system.
https://dmoj.ca
GNU Affero General Public License v3.0
951 stars 364 forks source link

Make "Contest Ends..." link to timeanddate.com of contest end time instead of start time #2258

Closed tandr3w closed 1 year ago

tandr3w commented 1 year ago

Fixes #2027

the link now goes to the contest end time if it has already started might be a bad solution, this is my first pr ever idk

codecov-commenter commented 1 year ago

Codecov Report

Patch and project coverage have no change.

Comparison is base (81f3c90) 47.05% compared to head (6f3a04f) 47.05%.

:exclamation: Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #2258 +/- ## ======================================= Coverage 47.05% 47.05% ======================================= Files 249 249 Lines 13209 13209 ======================================= Hits 6215 6215 Misses 6994 6994 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

Xyene commented 1 year ago

Thanks!