From 5a983f2c7ec61056b296e98f96ccb360cb269ba4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20CHOMAZ?= Date: Fri, 5 Apr 2024 14:33:54 +0200 Subject: [PATCH] Transformation des scores en card --- ui/src/components/CardScore.vue | 161 +++++++++++++++++++++++++++++++ ui/src/components/GameStatus.vue | 140 +-------------------------- 2 files changed, 165 insertions(+), 136 deletions(-) create mode 100644 ui/src/components/CardScore.vue diff --git a/ui/src/components/CardScore.vue b/ui/src/components/CardScore.vue new file mode 100644 index 0000000..d842106 --- /dev/null +++ b/ui/src/components/CardScore.vue @@ -0,0 +1,161 @@ + + + + + \ No newline at end of file diff --git a/ui/src/components/GameStatus.vue b/ui/src/components/GameStatus.vue index bfdb772..cd7ee10 100644 --- a/ui/src/components/GameStatus.vue +++ b/ui/src/components/GameStatus.vue @@ -12,118 +12,19 @@ -
- Scores -
- - - - - - -
- Manche -
- {{ RedRoundScore }} -
-
- -
- Total -
- {{ RedTotalScore }} -
-
-
-
-
- - - - - -
- Manche -
- {{ BlueRoundScore }} -
-
- -
- Total -
- {{ BlueTotalScore }} -
-
-
-
-
-
- - - - - - - -
- Manche -
- {{ OrangeRoundScore }} -
-
- -
- Total -
- {{ OrangeTotalScore }} -
-
-
-
-
- - - - - -
- Manche -
- {{ GreenRoundScore }} -
-
- -
- Total -
- {{ GreenTotalScore }} -
-
-
-
-
-
- + + + \ No newline at end of file