From 80c78334369440ed629c826c3f702b6da421a520 Mon Sep 17 00:00:00 2001 From: conor Date: Sat, 3 Feb 2024 00:54:47 -0800 Subject: [PATCH] * Migrate DisputeIcon, MatchCard, Options, PlayerCard, PlayerList PromptResponse and VoteSkip to compositon api --- client/src/components/lobby/Options.vue | 222 +++++++++--------- client/src/components/lobby/PlayerCard.vue | 25 +- client/src/components/lobby/PlayerList.vue | 41 ++-- .../promptResponse/PromptResponse.vue | 71 +++--- .../components/promptResponse/VoteSkip.vue | 58 ++--- .../responseMatching/DisputeIcon.vue | 92 ++++---- .../components/responseMatching/MatchCard.vue | 84 +++---- 7 files changed, 272 insertions(+), 321 deletions(-) diff --git a/client/src/components/lobby/Options.vue b/client/src/components/lobby/Options.vue index 37b168a..b601393 100644 --- a/client/src/components/lobby/Options.vue +++ b/client/src/components/lobby/Options.vue @@ -1,3 +1,107 @@ + + - - diff --git a/client/src/components/lobby/PlayerCard.vue b/client/src/components/lobby/PlayerCard.vue index 4352212..8cb9528 100644 --- a/client/src/components/lobby/PlayerCard.vue +++ b/client/src/components/lobby/PlayerCard.vue @@ -1,23 +1,20 @@ + + - -