Save finished games and add history views

This commit is contained in:
2026-03-03 19:05:54 +01:00
parent 7887986a5a
commit d1b432f8aa
11 changed files with 919 additions and 33 deletions
+5
View File
@@ -33,6 +33,11 @@
class="{{ 'active' if active_page == 'friends' else '' }}"
>Friends</a
>
<a
href="{{ url_for('main.games_history') }}"
class="{{ 'active' if active_page == 'games' else '' }}"
>Games</a
>
</nav>
<div class="profile-pill">{{ current_user.username }}</div>
</div>