From 9d40649af32875883bdcbf033a1afb46de883e12 Mon Sep 17 00:00:00 2001 From: Paolo Arena Date: Wed, 5 Oct 2022 21:36:05 +0200 Subject: [PATCH] version 0.5.23: fix q-toggle was disabled --- .env.development | 2 +- .env.example.production | 2 +- _ALL_SITES/popolodelnuovomondo.app/.env.development | 2 +- _ALL_SITES/riso.app/.env.development | 2 +- _ALL_SITES/riso.app/.env.test | 2 +- _ALL_SITES/terradellavisione.app/.env.development | 2 +- _ALL_SITES/terradellavisione.app/.env.test | 2 +- src-pwa/register-service-worker.js | 1 + src/components/CFinder/CFinder.ts | 4 +++- src/components/CMyPopupEdit/CMyPopupEdit.vue | 2 +- 10 files changed, 12 insertions(+), 9 deletions(-) diff --git a/.env.development b/.env.development index 81cd17d6..91687362 100755 --- a/.env.development +++ b/.env.development @@ -1,4 +1,4 @@ -APP_VERSION="0.5.19" +APP_VERSION="0.5.23" SERVICE_WORKER_FILE="service-worker.js" APP_ID="13" DIRECTORY_LOCAL="newfreeplanet" diff --git a/.env.example.production b/.env.example.production index e14c1865..9d8de125 100755 --- a/.env.example.production +++ b/.env.example.production @@ -1,4 +1,4 @@ -APP_VERSION="0.5.19" +APP_VERSION="0.5.23" 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 4d97206d..07a0d092 100755 --- a/_ALL_SITES/popolodelnuovomondo.app/.env.development +++ b/_ALL_SITES/popolodelnuovomondo.app/.env.development @@ -1,4 +1,4 @@ -APP_VERSION="0.5.19" +APP_VERSION="0.5.23" SERVICE_WORKER_FILE="service-worker.js" APP_ID="12" DIRECTORY_LOCAL="newfreeplanet" diff --git a/_ALL_SITES/riso.app/.env.development b/_ALL_SITES/riso.app/.env.development index 81cd17d6..91687362 100755 --- a/_ALL_SITES/riso.app/.env.development +++ b/_ALL_SITES/riso.app/.env.development @@ -1,4 +1,4 @@ -APP_VERSION="0.5.19" +APP_VERSION="0.5.23" SERVICE_WORKER_FILE="service-worker.js" APP_ID="13" DIRECTORY_LOCAL="newfreeplanet" diff --git a/_ALL_SITES/riso.app/.env.test b/_ALL_SITES/riso.app/.env.test index 28c8f9d4..08a20cf3 100755 --- a/_ALL_SITES/riso.app/.env.test +++ b/_ALL_SITES/riso.app/.env.test @@ -1,4 +1,4 @@ -APP_VERSION="0.5.19" +APP_VERSION="0.5.23" SERVICE_WORKER_FILE="service-worker.js" APP_ID="13" DIRECTORY_LOCAL=newfreeplanet diff --git a/_ALL_SITES/terradellavisione.app/.env.development b/_ALL_SITES/terradellavisione.app/.env.development index 337d3cfa..db6416bc 100755 --- a/_ALL_SITES/terradellavisione.app/.env.development +++ b/_ALL_SITES/terradellavisione.app/.env.development @@ -1,4 +1,4 @@ -APP_VERSION="0.5.19" +APP_VERSION="0.5.23" SERVICE_WORKER_FILE="service-worker.js" APP_ID="14" DIRECTORY_LOCAL="newfreeplanet" diff --git a/_ALL_SITES/terradellavisione.app/.env.test b/_ALL_SITES/terradellavisione.app/.env.test index 90ea7936..4aa65432 100755 --- a/_ALL_SITES/terradellavisione.app/.env.test +++ b/_ALL_SITES/terradellavisione.app/.env.test @@ -1,4 +1,4 @@ -APP_VERSION="0.5.19" +APP_VERSION="0.5.23" SERVICE_WORKER_FILE="service-worker.js" APP_ID="14" DIRECTORY_LOCAL=newfreeplanet diff --git a/src-pwa/register-service-worker.js b/src-pwa/register-service-worker.js index a35acd22..66ad4412 100755 --- a/src-pwa/register-service-worker.js +++ b/src-pwa/register-service-worker.js @@ -26,6 +26,7 @@ register(process.env.SERVICE_WORKER_FILE ? process.env.SERVICE_WORKER_FILE : '', new CustomEvent('swUpdated', { detail: registration }) ) console.log('New content is available; please refresh.') + // window.location.reload(); }, offline() { console.log('No internet connection found. App is running in offline mode.') diff --git a/src/components/CFinder/CFinder.ts b/src/components/CFinder/CFinder.ts index 0148af8a..6210bdf6 100755 --- a/src/components/CFinder/CFinder.ts +++ b/src/components/CFinder/CFinder.ts @@ -117,10 +117,12 @@ export default defineComponent({ } - watch(() => filtercustom.value, (value: any, oldval: any) => { + /*watch(() => filtercustom.value, (value: any, oldval: any) => { updatefilter(myrecfiltertoggle.value) }) + */ + watch(() => myrecfiltertoggle.value, (value: any, oldval: any) => { updatefilter(value) }, diff --git a/src/components/CMyPopupEdit/CMyPopupEdit.vue b/src/components/CMyPopupEdit/CMyPopupEdit.vue index bdb4c63d..25b4a267 100755 --- a/src/components/CMyPopupEdit/CMyPopupEdit.vue +++ b/src/components/CMyPopupEdit/CMyPopupEdit.vue @@ -17,7 +17,7 @@