From 911497ab1d72c9f70fbd4e32cecc4a907bdaf5f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20CHOMAZ?= Date: Fri, 23 Jan 2026 18:42:42 +0100 Subject: [PATCH] =?UTF-8?q?Ajout=20des=20scores=20dans=20les=20pastilles?= =?UTF-8?q?=20d'=C3=A9quipes=20et=20de=20le=20mise=20=C3=A0=20jour=20en=20?= =?UTF-8?q?live=20des=20scores?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- VApp/src/views/GameDisplay.vue | 235 +++++++++++++++++---------------- 1 file changed, 118 insertions(+), 117 deletions(-) diff --git a/VApp/src/views/GameDisplay.vue b/VApp/src/views/GameDisplay.vue index b54896de..d83e6dbc 100644 --- a/VApp/src/views/GameDisplay.vue +++ b/VApp/src/views/GameDisplay.vue @@ -2,113 +2,113 @@
- - + +
+ + Manche : {{ scores.BlueRoundScore }} + + + {{ scores.BlueTotalScore }} + +
+
+ +
+ + Manche : {{ scores.RedRoundScore }} + + + {{ scores.RedTotalScore }} + +
+
00:00 - - + +
+ + Manche : {{ scores.GreenRoundScore }} + + + {{ scores.GreenTotalScore }} + +
+
+ +
+ + Manche : {{ scores.YellowRoundScore }} + + + {{ scores.YellowTotalScore }} + +
+
- - - - - - + +