Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace medals legend with actual medals in the scoreboard. #2899

Merged
merged 1 commit into from
Feb 27, 2025

Conversation

meisterT
Copy link
Member

Before

image

image

After

image

Copy link
Member

@nickygerritsen nickygerritsen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Best feature ever. I like it

Copy link

github-actions bot commented Feb 26, 2025

Test Results

0 tests  ±0   0 ✅ ±0   0s ⏱️ ±0s
0 suites ±0   0 💤 ±0 
0 files   ±0   0 ❌ ±0 

Results for commit 117a375. ± Comparison against base commit 1b1261d.

♻️ This comment has been updated with latest results.

<td class="scorepl {{medalColor}}">
<td class="scorepl">
{% if medalColor != '' %}
<i class="fa fa-medal {{medalColor}}" style="font-size:150%;"></i>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not 100% sure but is it ok that we mix em and % throughout the code?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good point, using rem instead now.

@vmcj vmcj added this pull request to the merge queue Feb 27, 2025
Merged via the queue into DOMjudge:main with commit 86b272b Feb 27, 2025
37 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants