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