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 @@ + + + + + + + {{ model.name || propertyName }} + + + + {{ targetingError }} + + + + {{ model.actionType }} + + + {{ model.usesLeft }} uses + + + + + + + + + + + $emit('sub-click', e)" + /> + + + + + + + + + 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 });