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 91c0c3e6d1
commit 3737e8f581
9 changed files with 304 additions and 8 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 %}