From 4240ea6317cac88222df48126d83c00e2fc64d35 Mon Sep 17 00:00:00 2001 From: conor Date: Fri, 2 Feb 2024 03:30:55 -0800 Subject: [PATCH] * migrate a few more components --- client/src/components/endRound/EndRound.vue | 106 ++++++------- .../gameShared/NotificationCount.vue | 45 +++--- client/src/components/gameShared/Prompt.vue | 55 +++---- .../components/gameShared/ResponseList.vue | 149 +++++++++--------- .../components/gameShared/SelectionType.vue | 68 ++++---- client/src/components/gameShared/Timer.vue | 90 ++++++----- .../components/gameShared/TooltipToggle.vue | 32 ++-- 7 files changed, 260 insertions(+), 285 deletions(-) diff --git a/client/src/components/endRound/EndRound.vue b/client/src/components/endRound/EndRound.vue index b385726..f768edb 100644 --- a/client/src/components/endRound/EndRound.vue +++ b/client/src/components/endRound/EndRound.vue @@ -1,6 +1,47 @@ + + - - diff --git a/client/src/components/gameShared/NotificationCount.vue b/client/src/components/gameShared/NotificationCount.vue index 5e189ce..bdd426c 100644 --- a/client/src/components/gameShared/NotificationCount.vue +++ b/client/src/components/gameShared/NotificationCount.vue @@ -1,3 +1,24 @@ + + - -