Fix games stats, show all played games instead of top 10
All checks were successful
Django CI/CD / test (push) Successful in 56s
Django CI/CD / build-and-push (push) Successful in 2m29s

This commit is contained in:
2025-02-01 10:02:23 +01:00
parent 637e3e6493
commit 89d1bbdd9e
2 changed files with 10 additions and 6 deletions

View File

@ -46,7 +46,7 @@
{% endif %}
<tr>
<td class="px-2 sm:px-4 md:px-6 md:py-2">Games ({{ year }})</td>
<td class="px-2 sm:px-4 md:px-6 md:py-2 font-mono">{{ total_2023_games }}</td>
<td class="px-2 sm:px-4 md:px-6 md:py-2 font-mono">{{ total_year_games }}</td>
</tr>
{% if all_finished_this_year_count %}
<tr>
@ -148,7 +148,7 @@
</tr>
</tbody>
</table>
<h1 class="text-5xl text-center my-6">Top games by playtime</h1>
<h1 class="text-5xl text-center my-6">Games by playtime</h1>
<table class="responsive-table">
<thead>
<tr>