diff --git a/.env.development b/.env.development index ce344c5f..afaccfb1 100755 --- a/.env.development +++ b/.env.development @@ -1,12 +1,4 @@ -<<<<<<< HEAD -<<<<<<< HEAD -APP_VERSION="0.5.84" -======= APP_VERSION="0.5.85" ->>>>>>> parent of 701e1f1 (Aggiornamento a 0.6.1) -======= -APP_VERSION="0.5.85" ->>>>>>> parent of 701e1f1 (Aggiornamento a 0.6.1) SERVICE_WORKER_FILE="service-worker.js" APP_ID="13" DIRECTORY_LOCAL="newfreeplanet" diff --git a/.env.example.production b/.env.example.production index 41bc8a2b..48ec60d6 100755 --- a/.env.example.production +++ b/.env.example.production @@ -1,12 +1,4 @@ -<<<<<<< HEAD -<<<<<<< HEAD -APP_VERSION="0.5.84" -======= APP_VERSION="0.5.85" ->>>>>>> parent of 701e1f1 (Aggiornamento a 0.6.1) -======= -APP_VERSION="0.5.85" ->>>>>>> parent of 701e1f1 (Aggiornamento a 0.6.1) SERVICE_WORKER_FILE="service-worker.js" APP_ID="13" DIRECTORY_LOCAL=newfreeplanet diff --git a/.env.test.risosrv b/.env.test.risosrv index 97f3a0f0..c62be2ae 100755 --- a/.env.test.risosrv +++ b/.env.test.risosrv @@ -1,12 +1,4 @@ -<<<<<<< HEAD -<<<<<<< HEAD -APP_VERSION="0.5.84" -======= APP_VERSION="0.5.85" ->>>>>>> parent of 701e1f1 (Aggiornamento a 0.6.1) -======= -APP_VERSION="0.5.85" ->>>>>>> parent of 701e1f1 (Aggiornamento a 0.6.1) 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 ce344c5f..afaccfb1 100755 --- a/_ALL_SITES/riso.app/.env.development +++ b/_ALL_SITES/riso.app/.env.development @@ -1,12 +1,4 @@ -<<<<<<< HEAD -<<<<<<< HEAD -APP_VERSION="0.5.84" -======= APP_VERSION="0.5.85" ->>>>>>> parent of 701e1f1 (Aggiornamento a 0.6.1) -======= -APP_VERSION="0.5.85" ->>>>>>> parent of 701e1f1 (Aggiornamento a 0.6.1) 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 f0976b62..06b8074e 100644 --- a/_ALL_SITES/riso.app/.env.production +++ b/_ALL_SITES/riso.app/.env.production @@ -1,12 +1,4 @@ -<<<<<<< HEAD -<<<<<<< HEAD -APP_VERSION="0.5.84" -======= -APP_VERSION="0.5.85" ->>>>>>> parent of 701e1f1 (Aggiornamento a 0.6.1) -======= -APP_VERSION="0.5.85" ->>>>>>> parent of 701e1f1 (Aggiornamento a 0.6.1) +APP_VERSION="0.6.2" 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 81dfe631..b1847e5c 100755 --- a/_ALL_SITES/terradellavisione.app/.env.development +++ b/_ALL_SITES/terradellavisione.app/.env.development @@ -1,12 +1,4 @@ -<<<<<<< HEAD -<<<<<<< HEAD -APP_VERSION="0.5.84" -======= -APP_VERSION="0.5.85" ->>>>>>> parent of 701e1f1 (Aggiornamento a 0.6.1) -======= -APP_VERSION="0.5.85" ->>>>>>> parent of 701e1f1 (Aggiornamento a 0.6.1) +APP_VERSION="0.6.2" SERVICE_WORKER_FILE="service-worker.js" APP_ID="14" DIRECTORY_LOCAL="newfreeplanet" diff --git a/src/components/CGridTableRec/CGridTableRec.vue b/src/components/CGridTableRec/CGridTableRec.vue index 19aa0ed5..8e645d27 100755 --- a/src/components/CGridTableRec/CGridTableRec.vue +++ b/src/components/CGridTableRec/CGridTableRec.vue @@ -1103,22 +1103,7 @@ :prop_myrec="myrecdialog" > - >>>>>> parent of 701e1f1 (Aggiornamento a 0.6.1) - :table="mytable" :prop_myrec="myrecdialog"> - - - - >>>>>> parent of 701e1f1 (Aggiornamento a 0.6.1) -======= ->>>>>>> parent of 701e1f1 (Aggiornamento a 0.6.1) + diff --git a/src/components/CMyCardService/CMyCardService.vue b/src/components/CMyCardService/CMyCardService.vue index 8682c34a..aaee5d22 100644 --- a/src/components/CMyCardService/CMyCardService.vue +++ b/src/components/CMyCardService/CMyCardService.vue @@ -146,15 +146,31 @@ }} -<<<<<<< HEAD -<<<<<<< HEAD - -======= -======= ->>>>>>> parent of 701e1f1 (Aggiornamento a 0.6.1) + + + + + + + + + {{tools.getstrDateMonthTimeLong(myrec.dateTimeStart)}} + + + + + + + + + + + {{tools.getstrDateMonthTimeLong(myrec.dateTimeEnd)}} + + + ->>>>>>> parent of 701e1f1 (Aggiornamento a 0.6.1) diff --git a/src/css/app.scss b/src/css/app.scss index b73db84a..09ebc083 100755 --- a/src/css/app.scss +++ b/src/css/app.scss @@ -1595,8 +1595,6 @@ h3 { text-align: right; color: grey; } -<<<<<<< HEAD -======= .buttons_bottom { max-width: 400px; @@ -1630,7 +1628,21 @@ h3 { color: grey; font-size: 0.8rem; } -<<<<<<< HEAD ->>>>>>> parent of 701e1f1 (Aggiornamento a 0.6.1) -======= ->>>>>>> parent of 701e1f1 (Aggiornamento a 0.6.1) + +.butt_rounded{ + border-radius: 12px; +} + +.body--light { + .butt_rounded{ + background-color: rgb(234, 241, 244); + } +}.body--dark { + .butt_rounded{ + background-color: black; + } +} + +.q-mx-xxs { + margin-left: 2px; +} diff --git a/src/statics/lang/it.js b/src/statics/lang/it.js index f991fb4d..188681a1 100755 --- a/src/statics/lang/it.js +++ b/src/statics/lang/it.js @@ -1488,16 +1488,8 @@ const msg_it = { favorite_unset: 'Rimosso dai Preferiti', bookmark_set: 'Aggiunto ai Segnalibri', bookmark_unset: 'Rimosso dai Segnalibri', -<<<<<<< HEAD -<<<<<<< HEAD -======= favorite: 'Utenti Favoriti', bookmark: 'Utenti Segnalibri', ->>>>>>> parent of 701e1f1 (Aggiornamento a 0.6.1) -======= - favorite: 'Utenti Favoriti', - bookmark: 'Utenti Segnalibri', ->>>>>>> parent of 701e1f1 (Aggiornamento a 0.6.1) }, },