Notifica Telegram e Push quando mandi la stretta di mano

This commit is contained in:
Surya Paolo
2023-06-07 10:15:10 +02:00
parent bd3a9557e2
commit 57eb8ee203
12 changed files with 80 additions and 26 deletions

View File

@@ -9,6 +9,7 @@
>
</CGalleryImages>
<q-card-actions align="right">
<div v-if="table === shared_consts.TABLES_MYBACHECAS" class="">
<q-btn
@@ -519,7 +520,11 @@
/></q-item-label>
</q-item-section>
</q-item>
<q-item clickable v-if="table === 'mybachecas'">
<q-item clickable v-if="table === 'mybachecas' && calendarStore.getNumParticipants(
myrec,
true,
tools.peopleWhere.participants
) > 0 ">
<q-item-section avatar>
<q-icon color="blue" name="fas fa-user-check" />
</q-item-section>