From 49e8e9fa367c6e6576545c27b276dd62e452e9dd Mon Sep 17 00:00:00 2001 From: NoeBerdoz Date: Sun, 13 Apr 2025 04:31:40 +0200 Subject: [PATCH] Add gameover modal and handle different status correctly --- frontend/src/index.html | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/frontend/src/index.html b/frontend/src/index.html index 3471f52..c4f0b5a 100644 --- a/frontend/src/index.html +++ b/frontend/src/index.html @@ -175,7 +175,7 @@ x-text="gameData?.session_id || 'N/A'">

Score:

Status:

+ x-text="gameData?.status || 'active'">

@@ -227,6 +227,25 @@ All dossiers processed!
+ +