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

@@ -24,12 +24,19 @@
:label="$t('tabdown.home')"
icon="fas fa-home"
/>
<q-route-tab
<!--<q-route-tab
v-if="site.confpages.showViewGroups"
class="mylabfooter"
:label="$t('tabdown.groups')"
to="/groups"
icon="fas fa-users"
/>-->
<q-route-tab
v-if="site.confpages.showViewEventi"
class="mylabfooter"
:label="$t('tabdown.eventi')"
to="/events"
icon="fas fa-calendar-week"
/>
<q-route-tab
v-if="site.confpages.showViewCircuits"