From 9feb4a93b832a3480e913309ff9b85c5a4a3b6e7 Mon Sep 17 00:00:00 2001 From: lq64 Date: Thu, 18 Dec 2025 09:44:46 +0100 Subject: [PATCH] feat/FRO-33: Added a nice Select Trumpsuit Component (#24) Added a nice working trumpsuit component with animations Co-authored-by: LQ63 Reviewed-on: https://git.janis-eccarius.de/KnockOutWhist/KnockOutWhist-Frontend/pulls/24 Reviewed-by: Janis Co-authored-by: lq64 Co-committed-by: lq64 --- src/components/Ingame.vue | 58 ++++++++++--- src/components/ingame/TrumpC.vue | 134 +++++++++++++++++++++++++++++++ src/components/ingame/TurnC.vue | 4 +- src/views/Game.vue | 2 +- 4 files changed, 186 insertions(+), 12 deletions(-) create mode 100644 src/components/ingame/TrumpC.vue diff --git a/src/components/Ingame.vue b/src/components/Ingame.vue index ad6eedf..72fbdcc 100644 --- a/src/components/Ingame.vue +++ b/src/components/Ingame.vue @@ -1,15 +1,30 @@