From 65bde785da4cffef2dec5c4c96a20fe82333e9f2 Mon Sep 17 00:00:00 2001 From: paoloar77 Date: Mon, 28 Feb 2022 17:20:31 +0100 Subject: [PATCH] =?UTF-8?q?Il=20creatore=20del=20Gruppo=20deve=20gi=C3=A0?= =?UTF-8?q?=20appartenere=20al=20Gruppo=20stesso=20Non=20permettere=20di?= =?UTF-8?q?=20aggiungere=20un=20Gruppo=20con=20lo=20stesso=20nome=20o=20co?= =?UTF-8?q?dice=20quando=20cancelli=20un=20Gruppo,=20cancella=20anche=20tu?= =?UTF-8?q?tti=20i=20riferimenti=20sugli=20utenti=20di=20quel=20gruppo.=20?= =?UTF-8?q?Errore=20caricamento=20Immagini=20!?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 2 +- _ALL_SITES/freeplanet.app/.env.development | 2 +- _ALL_SITES/insiemesipuo.app/.env.development | 2 +- .../popolodelnuovomondo.app/.env.development | 2 +- src/components/CCopyBtn/CCopyBtn.ts | 3 - .../CEventsCalendar/CEventsCalendar.vue | 2 +- src/components/CGridTableRec/CGridTableRec.ts | 42 +++++--- .../CPhotosGallery/CPhotosGallery.ts | 5 - src/components/CUserNonVerif/CUserNonVerif.ts | 7 -- .../CUserNonVerif/CUserNonVerif.vue | 19 +++- src/components/CVerifyEmail/CVerifyEmail.ts | 9 +- src/components/CVerifyEmail/CVerifyEmail.vue | 6 +- .../CVerifyTelegram/CVerifyTelegram.ts | 34 +------ .../CVerifyTelegram/CVerifyTelegram.vue | 16 +-- src/components/Header/Header.ts | 10 +- src/components/Header/Header.vue | 28 +++--- src/db/lang/ws_es.js | 1 - src/db/lang/ws_it.js | 1 - src/mixins/mixin-users.ts | 25 +---- src/root/eventi/eventi.ts | 30 ------ src/root/eventi/eventi.vue | 4 +- src/root/goods/goods.ts | 34 ------- src/root/goods/goods.vue | 4 +- src/root/mainview/mainview.ts | 18 ---- src/root/mainview/mainview.vue | 6 +- src/root/mobility/mobility.ts | 30 ------ src/root/presentazione/presentazione.ts | 6 -- src/root/presentazione/presentazione.vue | 12 +-- src/root/scuola/scuola.ts | 29 ------ src/root/services/services.ts | 35 ------- src/root/services/services.vue | 4 +- src/rootgen/admin/confsite/confsite.ts | 8 +- src/rootgen/admin/confsite/confsite.vue | 26 +++++ src/statics/lang/it.js | 2 + src/store/Modules/serv_constants.ts | 2 + src/store/Modules/tools.ts | 98 ++++++++++++++++--- src/store/globalStore.ts | 15 ++- src/views/login/regok/regok.ts | 2 - src/views/login/regok/regok.vue | 6 +- src/views/user/myprofile/myprofile.vue | 9 +- 40 files changed, 230 insertions(+), 366 deletions(-) diff --git a/.env.development b/.env.development index 23c6dd4f..41122e9b 100755 --- a/.env.development +++ b/.env.development @@ -1,4 +1,4 @@ -APP_VERSION="0.2.14" +APP_VERSION="0.2.15" SERVICE_WORKER_FILE="service-worker.js" APP_ID="13" DIRECTORY_LOCAL="newfreeplanet" diff --git a/_ALL_SITES/freeplanet.app/.env.development b/_ALL_SITES/freeplanet.app/.env.development index 8e75b9b8..42e715e3 100755 --- a/_ALL_SITES/freeplanet.app/.env.development +++ b/_ALL_SITES/freeplanet.app/.env.development @@ -1,4 +1,4 @@ -APP_VERSION="0.2.14" +APP_VERSION="0.2.15" SERVICE_WORKER_FILE="service-worker.js" APP_ID="1" DIRECTORY_LOCAL="newfreeplanet" diff --git a/_ALL_SITES/insiemesipuo.app/.env.development b/_ALL_SITES/insiemesipuo.app/.env.development index 23c6dd4f..41122e9b 100755 --- a/_ALL_SITES/insiemesipuo.app/.env.development +++ b/_ALL_SITES/insiemesipuo.app/.env.development @@ -1,4 +1,4 @@ -APP_VERSION="0.2.14" +APP_VERSION="0.2.15" SERVICE_WORKER_FILE="service-worker.js" APP_ID="13" DIRECTORY_LOCAL="newfreeplanet" diff --git a/_ALL_SITES/popolodelnuovomondo.app/.env.development b/_ALL_SITES/popolodelnuovomondo.app/.env.development index 3cb19371..37c0e290 100755 --- a/_ALL_SITES/popolodelnuovomondo.app/.env.development +++ b/_ALL_SITES/popolodelnuovomondo.app/.env.development @@ -1,4 +1,4 @@ -APP_VERSION="0.2.14" +APP_VERSION="0.2.15" SERVICE_WORKER_FILE="service-worker.js" APP_ID="12" DIRECTORY_LOCAL="newfreeplanet" diff --git a/src/components/CCopyBtn/CCopyBtn.ts b/src/components/CCopyBtn/CCopyBtn.ts index 03c2ec28..4d471786 100755 --- a/src/components/CCopyBtn/CCopyBtn.ts +++ b/src/components/CCopyBtn/CCopyBtn.ts @@ -21,9 +21,6 @@ export default defineComponent({ components: {}, setup(props) { const $q = useQuasar() - const { t } = useI18n() - const userStore = useUserStore() - const globalStore = useGlobalStore() function copytoclip() { tools.copyStringToClipboard($q, props.texttocopy, true) diff --git a/src/components/CEventsCalendar/CEventsCalendar.vue b/src/components/CEventsCalendar/CEventsCalendar.vue index d9bfdf7d..c29e945c 100755 --- a/src/components/CEventsCalendar/CEventsCalendar.vue +++ b/src/components/CEventsCalendar/CEventsCalendar.vue @@ -1,6 +1,6 @@