From bf036da9a0e6d2783008e6ab98753636b7d24bef Mon Sep 17 00:00:00 2001 From: legonzaur Date: Mon, 13 May 2024 17:12:01 +0200 Subject: [PATCH] Remove rotation on market and discard cards Closes #16 --- components/CardPreview.vue | 6 ++++-- components/MarketCards.vue | 7 ++++--- components/PlayerListElement.vue | 2 +- components/PlayerSlot.vue | 3 ++- 4 files changed, 11 insertions(+), 7 deletions(-) diff --git a/components/CardPreview.vue b/components/CardPreview.vue index f589c1a..7ee880a 100644 --- a/components/CardPreview.vue +++ b/components/CardPreview.vue @@ -5,10 +5,12 @@ export interface Props { card_id: number | undefined locked?: boolean wrapped?: boolean + tilted?: boolean } const props = withDefaults(defineProps(), { wrapped: () => false, + tilted: () => true }) @@ -40,8 +42,8 @@ watch(