From 3edde1c7db1160e11164d14709a928a28a184733 Mon Sep 17 00:00:00 2001 From: thibaud-leclere Date: Tue, 31 Mar 2026 21:28:08 +0200 Subject: [PATCH] feat: add loading spinner when starting a new game Co-Authored-By: Claude Opus 4.6 (1M context) --- templates/homepage/index.html.twig | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/templates/homepage/index.html.twig b/templates/homepage/index.html.twig index c240761..2d25b7a 100644 --- a/templates/homepage/index.html.twig +++ b/templates/homepage/index.html.twig @@ -29,10 +29,17 @@ {% else %}
-
+
+
+
{% endif %} {% endblock %}