diff --git a/src/components/CFinder/CFinder.ts b/src/components/CFinder/CFinder.ts index 838f8b0d..1362cc3c 100755 --- a/src/components/CFinder/CFinder.ts +++ b/src/components/CFinder/CFinder.ts @@ -142,6 +142,8 @@ export default defineComponent({ const mypagination = computed(() => { if (props.table === toolsext.TABMYBACHECAS) return { sortBy: 'dateTimeStart', descending: false, page: 1, rowsNumber: 20, rowsPerPage: 20 } + else if (props.table === toolsext.TABMYGROUPS) + return { sortBy: 'date_created', descending: true, page: 1, rowsNumber: 20, rowsPerPage: 20 } else if (props.table === toolsext.TABMOVEMENTS) return { sortBy: 'transactionDate', descending: true, page: 1, rowsNumber: 20, rowsPerPage: 20 } else if (props.table === toolsext.TABCIRCUITS) @@ -951,18 +953,6 @@ export default defineComponent({ tablesel: 'cities', icon: 'fas fa-map-marker-alt', }, - { - label: 'Visiblità', - table: 'visibilGroup', - key: 'visibility', - type: costanti.FieldType.multiselect, - value: tools.getCookie(tools.COOK_SEARCH + 'visibility', costanti.FILTER_TUTTI), - addall: true, - arrvalue: [], - useinput: true, - filter: null, - tablesel: 'visibility', - }, { label: 'Categorie', table: 'catgrps', @@ -975,6 +965,18 @@ export default defineComponent({ useinput: false, icon: 'engineering', }, + { + label: 'Visiblità', + table: 'visibilGroup', + key: 'visibility', + type: costanti.FieldType.multiselect, + value: tools.getCookie(tools.COOK_SEARCH + 'visibility', costanti.FILTER_TUTTI), + addall: true, + arrvalue: [], + useinput: true, + filter: null, + tablesel: 'visibility', + }, ] filtercustom.value = [] diff --git a/src/components/CMyCardService/CMyCardService.vue b/src/components/CMyCardService/CMyCardService.vue index f36822d7..876bf110 100644 --- a/src/components/CMyCardService/CMyCardService.vue +++ b/src/components/CMyCardService/CMyCardService.vue @@ -9,6 +9,7 @@ > +
- + diff --git a/src/components/CMyRecCard/CMyRecCard.vue b/src/components/CMyRecCard/CMyRecCard.vue index f5d54e44..648b3f44 100755 --- a/src/components/CMyRecCard/CMyRecCard.vue +++ b/src/components/CMyRecCard/CMyRecCard.vue @@ -173,7 +173,7 @@
( - + {{ tools.getNumPartecipantes(myrec) }} diff --git a/src/components/CSignUp/CSignUp.vue b/src/components/CSignUp/CSignUp.vue index ab44ddf7..ef48d0db 100755 --- a/src/components/CSignUp/CSignUp.vue +++ b/src/components/CSignUp/CSignUp.vue @@ -80,8 +80,9 @@
- - + -->
- + - Appena sarai abilitato, dal tuo invitante {{ tools.getAportadorSolidario() }}, ti arriverà una - notifica su Telegram.

- Se non dovesse arrivarti entro 24 ore prova a mandargli un - messaggio.
+ notifica sulla Chat Telegram 'BOT RISO'.

+ Se non dovesse arrivarti entro 24 ore, apri il suo profilo e clicca su 'Messaggia' e scrivigli.
+

+
Oppure manda un messaggio all'assistenza:
+ + + +
diff --git a/src/components/MyFooter/MyFooter.vue b/src/components/MyFooter/MyFooter.vue index 5dce4a89..94f3a296 100755 --- a/src/components/MyFooter/MyFooter.vue +++ b/src/components/MyFooter/MyFooter.vue @@ -24,12 +24,19 @@ :label="$t('tabdown.home')" icon="fas fa-home" /> - --> + + +