From 0e4907984ff68357a3f04de073f1fb9c9d2017e0 Mon Sep 17 00:00:00 2001 From: conor Date: Fri, 2 Feb 2024 00:22:38 -0800 Subject: [PATCH] * convert all views to composition api --- .idea/inspectionProfiles/Project_Default.xml | 18 --- client/.eslintrc.cjs | 1 + client/package.json | 2 +- client/src/App.vue | 14 +- client/src/components/endGame/EndGame.vue | 2 +- client/src/locales/index.ts | 1 + client/src/mixins/audiowrap.ts | 4 +- client/src/stores/game.ts | 48 +++---- client/src/views/About.vue | 24 +--- client/src/views/Game.vue | 138 ++++++++++--------- client/src/views/Home.vue | 84 ++++++----- client/src/views/HowToPlay.vue | 86 ++++++------ package-lock.json | 36 ++--- 13 files changed, 214 insertions(+), 244 deletions(-) diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml index 86f2bdc..7394788 100644 --- a/.idea/inspectionProfiles/Project_Default.xml +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -12,23 +12,5 @@