From cb5895d8d8a80cb3eabb095b3f3b1a06db6d49d6 Mon Sep 17 00:00:00 2001 From: Settel Date: Wed, 31 Aug 2022 10:57:25 +0200 Subject: [PATCH] feat: show who has voted in play mode refactor: move all types to engine.d.ts --- client/src/components/Lobby.vue | 5 +--- client/src/components/Player.vue | 15 +++++------- client/src/components/PlayerList.vue | 12 ++++++---- client/src/components/Playground.vue | 11 +++++---- client/src/composables/engine.d.ts | 35 ++++++++++++++++++++++++++++ client/src/stores/PlayersStore.ts | 10 +------- client/src/stores/RoundStore.ts | 23 +++++++++--------- 7 files changed, 68 insertions(+), 43 deletions(-) diff --git a/client/src/components/Lobby.vue b/client/src/components/Lobby.vue index 1bf9d32..434117b 100644 --- a/client/src/components/Lobby.vue +++ b/client/src/components/Lobby.vue @@ -4,20 +4,17 @@ {{ $t('waiting-for-gamemaster') }}
- +