diff --git a/.env.development b/.env.development index 80d9f213..f53ac64c 100755 --- a/.env.development +++ b/.env.development @@ -1,4 +1,4 @@ -APP_VERSION="0.5.46" +APP_VERSION="0.5.49" SERVICE_WORKER_FILE="service-worker.js" APP_ID="13" DIRECTORY_LOCAL="newfreeplanet" diff --git a/.env.example.production b/.env.example.production index 9821604d..9639d932 100755 --- a/.env.example.production +++ b/.env.example.production @@ -1,4 +1,4 @@ -APP_VERSION="0.5.46" +APP_VERSION="0.5.49" SERVICE_WORKER_FILE="service-worker.js" APP_ID="13" DIRECTORY_LOCAL=newfreeplanet diff --git a/_ALL_SITES/riso.app/.env.development b/_ALL_SITES/riso.app/.env.development index 80d9f213..f53ac64c 100755 --- a/_ALL_SITES/riso.app/.env.development +++ b/_ALL_SITES/riso.app/.env.development @@ -1,4 +1,4 @@ -APP_VERSION="0.5.46" +APP_VERSION="0.5.49" SERVICE_WORKER_FILE="service-worker.js" APP_ID="13" DIRECTORY_LOCAL="newfreeplanet" diff --git a/_ALL_SITES/riso.app/.env.production b/_ALL_SITES/riso.app/.env.production index 65d22d66..f15a035e 100644 --- a/_ALL_SITES/riso.app/.env.production +++ b/_ALL_SITES/riso.app/.env.production @@ -1,4 +1,4 @@ -APP_VERSION="0.5.46" +APP_VERSION="0.5.49" SERVICE_WORKER_FILE="service-worker.js" APP_ID="13" DIRECTORY_LOCAL=newfreeplanet diff --git a/_ALL_SITES/riso.app/images/android-chrome-192x192.png b/_ALL_SITES/riso.app/images/android-chrome-192x192.png new file mode 100644 index 00000000..95b960e9 Binary files /dev/null and b/_ALL_SITES/riso.app/images/android-chrome-192x192.png differ diff --git a/_ALL_SITES/riso.app/images/badge-96x96.png b/_ALL_SITES/riso.app/images/badge-96x96.png new file mode 100644 index 00000000..d1a5cddf Binary files /dev/null and b/_ALL_SITES/riso.app/images/badge-96x96.png differ diff --git a/_ALL_SITES/terradellavisione.app/.env.development b/_ALL_SITES/terradellavisione.app/.env.development index 14aeab0f..a569f0e7 100755 --- a/_ALL_SITES/terradellavisione.app/.env.development +++ b/_ALL_SITES/terradellavisione.app/.env.development @@ -1,4 +1,4 @@ -APP_VERSION="0.5.46" +APP_VERSION="0.5.49" SERVICE_WORKER_FILE="service-worker.js" APP_ID="14" DIRECTORY_LOCAL="newfreeplanet" diff --git a/public/images/badge-96x96.png b/public/images/badge-96x96.png new file mode 100644 index 00000000..d1a5cddf Binary files /dev/null and b/public/images/badge-96x96.png differ diff --git a/src-pwa/custom-service-worker.js b/src-pwa/custom-service-worker.js index 4633dcf8..974fac1d 100755 --- a/src-pwa/custom-service-worker.js +++ b/src-pwa/custom-service-worker.js @@ -617,7 +617,7 @@ self.addEventListener('push', (event) => { options = { body: data.content, icon: data.icon ? data.icon : '/images/android-chrome-192x192.png', - badge: data.badge ? data.badge : '/images/android-chrome-192x192.png', + badge: data.badge ? data.badge : '/images/badge-96x96.png', data: { url: data.url, }, @@ -633,7 +633,7 @@ self.addEventListener('push', (event) => { options = { body: text, icon: '/images/android-chrome-192x192.png', - badge: '/images/android-chrome-192x192.png', + badge: '/images/badge-96x96.png', data: { url: '/', }, diff --git a/src/components/CRegistration/CRegistration.vue b/src/components/CRegistration/CRegistration.vue index 14f8e785..42f32ead 100755 --- a/src/components/CRegistration/CRegistration.vue +++ b/src/components/CRegistration/CRegistration.vue @@ -14,15 +14,6 @@ :label="$t('reg.submit')" > - -
+
+ + + + +
+