From 23b25f16066a07de8bb5044ae7547b61c1e98201 Mon Sep 17 00:00:00 2001 From: ThaumRystra Date: Tue, 3 Sep 2024 00:01:44 +0200 Subject: [PATCH] Added buff card to tabletop bar --- .../client/ui/tabletop/TabletopBuffCard.vue | 277 ++++++++++++++++++ .../SelectedCreatureBar.vue | 24 +- 2 files changed, 297 insertions(+), 4 deletions(-) create mode 100644 app/imports/client/ui/tabletop/TabletopBuffCard.vue diff --git a/app/imports/client/ui/tabletop/TabletopBuffCard.vue b/app/imports/client/ui/tabletop/TabletopBuffCard.vue new file mode 100644 index 00000000..2fdc9d8b --- /dev/null +++ b/app/imports/client/ui/tabletop/TabletopBuffCard.vue @@ -0,0 +1,277 @@ + + + + + + + diff --git a/app/imports/client/ui/tabletop/selectedCreatureBar/SelectedCreatureBar.vue b/app/imports/client/ui/tabletop/selectedCreatureBar/SelectedCreatureBar.vue index 89bac160..be606e1d 100644 --- a/app/imports/client/ui/tabletop/selectedCreatureBar/SelectedCreatureBar.vue +++ b/app/imports/client/ui/tabletop/selectedCreatureBar/SelectedCreatureBar.vue @@ -33,7 +33,21 @@ data-id="tabletop-action-card" @close-menu="menuOpen = false" @dialog-opened="menuOpen = false" - @open-details="openPropertyDetails" + @open-details="openPropertyDetails('tabletop-action-card')" + /> + propId });