From e9372c97ee68cd676d49d48d64920044baf81344 Mon Sep 17 00:00:00 2001 From: ThaumRystra <9525416+ThaumRystra@users.noreply.github.com> Date: Fri, 31 May 2024 18:05:54 +0200 Subject: [PATCH] Fixed tabletop action card --- .vscode/settings.json | 1 + .../client/ui/tabletop/TabletopActionCard.vue | 72 +++++-------------- .../client/ui/tabletop/TabletopComponent.vue | 34 +-------- .../SelectedCreatureBar.vue | 16 ----- 4 files changed, 20 insertions(+), 103 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 8e771ec1..be799676 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -16,6 +16,7 @@ "snackbars", "Spellcasting", "uncomputed", + "vuetify", "walkdown" ] } \ No newline at end of file diff --git a/app/imports/client/ui/tabletop/TabletopActionCard.vue b/app/imports/client/ui/tabletop/TabletopActionCard.vue index d090d40d..bd4012d3 100644 --- a/app/imports/client/ui/tabletop/TabletopActionCard.vue +++ b/app/imports/client/ui/tabletop/TabletopActionCard.vue @@ -8,28 +8,19 @@