diff --git a/.env.development b/.env.development index 1e360e6d..33af2d0c 100755 --- a/.env.development +++ b/.env.development @@ -1,4 +1,8 @@ +<<<<<<< HEAD APP_VERSION="0.5.84" +======= +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 988e6318..d24bae8a 100755 --- a/.env.example.production +++ b/.env.example.production @@ -1,4 +1,8 @@ +<<<<<<< HEAD APP_VERSION="0.5.84" +======= +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 cdb610ed..73ab0ee0 100755 --- a/.env.test.risosrv +++ b/.env.test.risosrv @@ -1,4 +1,8 @@ +<<<<<<< HEAD APP_VERSION="0.5.84" +======= +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 1e360e6d..33af2d0c 100755 --- a/_ALL_SITES/riso.app/.env.development +++ b/_ALL_SITES/riso.app/.env.development @@ -1,4 +1,8 @@ +<<<<<<< HEAD APP_VERSION="0.5.84" +======= +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 b277947d..2f6b179d 100644 --- a/_ALL_SITES/riso.app/.env.production +++ b/_ALL_SITES/riso.app/.env.production @@ -1,4 +1,8 @@ +<<<<<<< HEAD APP_VERSION="0.5.84" +======= +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/terradellavisione.app/.env.development b/_ALL_SITES/terradellavisione.app/.env.development index 20545fc3..da18efc3 100755 --- a/_ALL_SITES/terradellavisione.app/.env.development +++ b/_ALL_SITES/terradellavisione.app/.env.development @@ -1,4 +1,8 @@ +<<<<<<< HEAD APP_VERSION="0.5.84" +======= +APP_VERSION="0.5.85" +>>>>>>> parent of 701e1f1 (Aggiornamento a 0.6.1) SERVICE_WORKER_FILE="service-worker.js" APP_ID="14" DIRECTORY_LOCAL="newfreeplanet" diff --git a/src/components/CAccomodation/CAccomodation.ts b/src/components/CAccomodation/CAccomodation.ts index 80048498..cf83ccfb 100755 --- a/src/components/CAccomodation/CAccomodation.ts +++ b/src/components/CAccomodation/CAccomodation.ts @@ -68,7 +68,7 @@ export default defineComponent({ }) function created() { - console.log('created CAccomodation', props.mylist) + // console.log('created CAccomodation', props.mylist) if (isValid(props.mylist)) { // @ts-ignore let myarr: any = props.mylist diff --git a/src/components/CGridTableRec/CGridTableRec.vue b/src/components/CGridTableRec/CGridTableRec.vue index cf7846c8..0a8d7e95 100755 --- a/src/components/CGridTableRec/CGridTableRec.vue +++ b/src/components/CGridTableRec/CGridTableRec.vue @@ -1104,6 +1104,15 @@ > + + + + >>>>>> parent of 701e1f1 (Aggiornamento a 0.6.1) :table="mytable" :prop_myrec="myrecdialog"> diff --git a/src/components/CMyActivities/CMyActivities.vue b/src/components/CMyActivities/CMyActivities.vue index 69810cb5..38fbcbb8 100755 --- a/src/components/CMyActivities/CMyActivities.vue +++ b/src/components/CMyActivities/CMyActivities.vue @@ -91,6 +91,7 @@ myclass="myshad" :canopen="true" > +<<<<<<< HEAD
@@ -104,6 +105,75 @@ + + + + + + + +
+ +
+ + + + + + +
+
+
{{ card.title }}
+ + + + + + +
+
+ >>>>>> parent of 701e1f1 (Aggiornamento a 0.6.1) :noaut="true" > diff --git a/src/components/CMyCardService/CMyCardService.ts b/src/components/CMyCardService/CMyCardService.ts index 14b78622..392fc5c2 100644 --- a/src/components/CMyCardService/CMyCardService.ts +++ b/src/components/CMyCardService/CMyCardService.ts @@ -110,6 +110,57 @@ export default defineComponent({ return false } +<<<<<<< HEAD +======= + function getRecGoodSkillByRec(rec: any) { + if (props.table === 'myskills') + return rec.recSkill + else if (props.table === 'mygoods') + return rec.recGood + + return null + } + + function getSectorByRec(rec: any) { + if (props.table === 'myskills') + return rec.sector + else if (props.table === 'mygoods') + return rec.sectorGood + + return null + } + + function clicca(tipo: any, set: any, title: string) { + if (set && myrec.value.username !== userStore.my.username && tipo === costanti.TIPOFAVBOOK.FAVORITE) { + userStore.setFavorite($q, t, myrec.value._id, props.table, myrec.value); + } + if (set && myrec.value.username !== userStore.my.username && tipo === costanti.TIPOFAVBOOK.BOOKMARK) { + userStore.setBookmark($q, t, myrec.value._id, props.table, myrec.value); + } + + if (!set) { + usersList.value.show = true; + usersList.value.title = title; + usersList.value.list = myrec.value.myfav; + } + } + + function naviga(path: string) { + $router.push(path) + } + + function getTypeHosps() { + let obj = null + if (myrec.value.typeHosp) { + obj = globalStore.getRecordByTableSingle(toolsext.TABTYPEHOSP, myrec.value.typeHosp) + if (obj) + return obj.label + } + + return obj + } + +>>>>>>> parent of 701e1f1 (Aggiornamento a 0.6.1) onMounted(mounted) return { diff --git a/src/components/CMyCardService/CMyCardService.vue b/src/components/CMyCardService/CMyCardService.vue index 91852f64..5d070e35 100644 --- a/src/components/CMyCardService/CMyCardService.vue +++ b/src/components/CMyCardService/CMyCardService.vue @@ -9,6 +9,7 @@ :alt="myrec.descr"> +<<<<<<< HEAD +======= +
+ + + +
+
+ + + +
+
+ +
+
+ + + + + + + + + {{ $t('event.openpage') }} + + + + + + + + + {{ $t('cmd.favorite') }} + + + + + + + + {{ $t('cmd.bookmark') }} + + + + + +
+>>>>>>> parent of 701e1f1 (Aggiornamento a 0.6.1)
@@ -42,7 +146,12 @@ }} +<<<<<<< HEAD +======= + + +>>>>>>> parent of 701e1f1 (Aggiornamento a 0.6.1) @@ -184,6 +293,38 @@ /> +<<<<<<< HEAD +======= +
+ + +
+>>>>>>> parent of 701e1f1 (Aggiornamento a 0.6.1)
diff --git a/src/css/app.scss b/src/css/app.scss index 7905a7ad..b2d06326 100755 --- a/src/css/app.scss +++ b/src/css/app.scss @@ -1595,3 +1595,39 @@ h3 { text-align: right; color: grey; } +<<<<<<< HEAD +======= + +.buttons_bottom { + max-width: 400px; + margin-left: auto; + justify-content: space-around; + margin-right: auto; + text-align: center; + padding-top: 8px; + padding-bottom: 8px; +} + +.body--light { + .buttons_bottom { + background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(15%, rgba(255, 255, 255, .7))); + background: linear-gradient(180deg, transparent, rgba(255, 255, 255, .7) 15%) + } +} +.body--dark { + .buttons_bottom { + background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(15%, rgba(0, 0, 0, .6))); + background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .6) 15%) + } +} + +.fulldiv { + min-height: 100% !important; +} + +.numfav_text{ + text-align: center; + color: grey; + font-size: 0.8rem; +} +>>>>>>> parent of 701e1f1 (Aggiornamento a 0.6.1) diff --git a/src/statics/lang/it.js b/src/statics/lang/it.js index 8e29b865..679529fc 100755 --- a/src/statics/lang/it.js +++ b/src/statics/lang/it.js @@ -1488,6 +1488,11 @@ const msg_it = { favorite_unset: 'Rimosso dai Preferiti', bookmark_set: 'Aggiunto ai Segnalibri', bookmark_unset: 'Rimosso dai Segnalibri', +<<<<<<< HEAD +======= + favorite: 'Utenti Favoriti', + bookmark: 'Utenti Segnalibri', +>>>>>>> parent of 701e1f1 (Aggiornamento a 0.6.1) }, },