From 866a53792437242e544b231aa9c5ea93c1cca01a Mon Sep 17 00:00:00 2001 From: legonzaur Date: Wed, 3 Jul 2024 00:04:23 +0200 Subject: [PATCH] feat: card lock --- components/AnimatedBackground.vue | 200 +++++---- components/CardPreview.vue | 58 +-- components/CardsGrouped.vue | 160 ++++---- components/GlobalOverlay.vue | 39 +- components/MarketCards.vue | 89 ++-- components/OptionsDialog.vue | 75 ++-- components/PlayerSlot.vue | 409 ++++++++++--------- components/PlayerStats.vue | 60 ++- components/ResultDialog.vue | 50 ++- netcode/index.ts | 11 + netcode/interfaces | 1 - netcode/interfaces.ts | 10 +- pages/game/[id].vue | 442 +++++++++++--------- pages/lobby.vue | 419 ++++++++++--------- pages/rules.vue | 656 +++++++++++++++++------------- stores/{turn.ts => turnStore.ts} | 3 +- 16 files changed, 1451 insertions(+), 1231 deletions(-) delete mode 160000 netcode/interfaces rename stores/{turn.ts => turnStore.ts} (95%) diff --git a/components/AnimatedBackground.vue b/components/AnimatedBackground.vue index f825c9f..f7df75f 100644 --- a/components/AnimatedBackground.vue +++ b/components/AnimatedBackground.vue @@ -1,100 +1,123 @@ \ No newline at end of file + diff --git a/components/CardPreview.vue b/components/CardPreview.vue index c13e202..4699c5c 100644 --- a/components/CardPreview.vue +++ b/components/CardPreview.vue @@ -1,6 +1,4 @@ \ No newline at end of file + diff --git a/components/GlobalOverlay.vue b/components/GlobalOverlay.vue index 7106811..ec9e45b 100644 --- a/components/GlobalOverlay.vue +++ b/components/GlobalOverlay.vue @@ -1,30 +1,33 @@ \ No newline at end of file + diff --git a/components/MarketCards.vue b/components/MarketCards.vue index b54a0fd..c6ebe88 100644 --- a/components/MarketCards.vue +++ b/components/MarketCards.vue @@ -1,16 +1,14 @@ \ No newline at end of file + diff --git a/components/OptionsDialog.vue b/components/OptionsDialog.vue index c7735c9..1c103be 100644 --- a/components/OptionsDialog.vue +++ b/components/OptionsDialog.vue @@ -1,23 +1,20 @@