Created a dashboard and created an invite code for game sessions.

This commit is contained in:
Frank
2026-01-06 17:42:06 +01:00
parent 49045bc696
commit 56590a901f
8 changed files with 303 additions and 7 deletions

View File

@@ -14,7 +14,7 @@
<nav>
{% set pathinfo = app.request.pathinfo %}
<a href="/">{{ 'nav.home'|trans }}</a> |
<a href="/game">{{ 'nav.game'|trans }}</a> |
<a href="{{ path('game_dashboard') }}">{{ 'nav.game'|trans }}</a> |
{% if app.user %}
<a href="{{ path('app_logout') }}">Logout</a>
{% else %}