From ee5235549ea6ec3a8b6be59d7770dcce225d4168 Mon Sep 17 00:00:00 2001 From: Surya Paolo Date: Thu, 30 Nov 2023 01:48:29 +0100 Subject: [PATCH] Riso: Ris Italia, altre modifiche grafiche Lista Utenti da Verificare --- .env.development | 6 +- _ALL_SITES/piuchebuono.app/.env.development | 6 +- _ALL_SITES/piuchebuono.app/.env.test | 2 +- _ALL_SITES/piuchebuono.app/db/lang/ws_enUs.js | 4 +- _ALL_SITES/piuchebuono.app/db/lang/ws_it.js | 9 +- _ALL_SITES/riso.app/.env.development | 6 +- _ALL_SITES/riso.app/db/lang/ws_it.js | 18 +- _ALL_SITES/riso.app/db/static_data.ts | 221 +++++++++++++++++- _ALL_SITES/riso.app/package.json | 8 +- _ALL_SITES/riso.app/quasar.conf.js | 30 +-- package.json | 8 +- quasar.conf.js | 28 +-- src/common/shared_vuejs.ts | 1 + src/components/CBigBtn/CBigBtn.ts | 5 + src/components/CDashboard/CDashboard.vue | 9 +- src/components/CMainView/CMainView.vue | 4 +- .../CMyCardService/CMyCardService.ts | 1 + src/components/CMyPageElem/CMyPageElem.vue | 6 +- src/components/CMyPopupEdit/CMyPopupEdit.vue | 7 + .../CMyProfileTutorial/CMyProfileTutorial.ts | 12 +- .../CMyProfileTutorial/CMyProfileTutorial.vue | 51 +++- src/components/CMyUser/CMyUser.vue | 8 +- .../CMyUserOnlyView/CMyUserOnlyView.vue | 6 +- src/components/CNotifAtTop/CNotifAtTop.ts | 11 + src/components/CNotifAtTop/CNotifAtTop.vue | 135 +++++++---- src/components/CSendRISTo/CSendRISTo.ts | 7 +- src/components/CSendRISTo/CSendRISTo.vue | 19 +- .../CUserInfoAccount/CUserInfoAccount.ts | 5 + .../CUserInfoAccount/CUserInfoAccount.vue | 61 ++++- src/css/app.scss | 2 +- src/db/lang/ws_it.js | 11 +- src/db/static_data.ts | 221 +++++++++++++++++- src/mixins/mixin-users.ts | 4 +- src/model/UserStore.ts | 1 + src/statics/lang/it.js | 15 +- src/store/CircuitStore.ts | 23 +- src/store/Modules/costanti.ts | 12 +- src/store/Modules/tools.ts | 33 ++- src/store/UserStore.ts | 12 + src/views/user/mycircuit/mycircuit.ts | 12 +- src/views/user/mycircuit/mycircuit.vue | 19 +- src/views/user/myfriends/myfriends.ts | 1 + 42 files changed, 863 insertions(+), 197 deletions(-) diff --git a/.env.development b/.env.development index 68c3cf88..5324bf5c 100755 --- a/.env.development +++ b/.env.development @@ -1,6 +1,6 @@ -APP_VERSION="1.0.21" +APP_VERSION="1.0.20" SERVICE_WORKER_FILE="service-worker.js" -APP_ID="17" +APP_ID="13" DIRECTORY_LOCAL="newfreeplanet" DIRECTORY_SERVER="freeplanet_serverside" SERVERDIR_WEBSITE="" @@ -12,7 +12,7 @@ LANG_DEFAULT="it" PAO_APP_ID="KKPPAA5KJK435J3KSS9F9D8S9F8SD98F9SDF" MASTER_KEY="KKPPSS5KJK435J3KSS9F9D8S9F8SD3CR3T" MONGODB_HOST="https://localhost:3000" -LOGO_REG='piuchebuono-logo-full.png' +LOGO_REG='riso-logo-full.png' TEST_NAME="Paolo" TEST_SURNAME="Arena" TEST_EMAIL="" diff --git a/_ALL_SITES/piuchebuono.app/.env.development b/_ALL_SITES/piuchebuono.app/.env.development index a0155a60..5324bf5c 100755 --- a/_ALL_SITES/piuchebuono.app/.env.development +++ b/_ALL_SITES/piuchebuono.app/.env.development @@ -1,6 +1,6 @@ -APP_VERSION="1.0.21" +APP_VERSION="1.0.20" SERVICE_WORKER_FILE="service-worker.js" -APP_ID="16" +APP_ID="13" DIRECTORY_LOCAL="newfreeplanet" DIRECTORY_SERVER="freeplanet_serverside" SERVERDIR_WEBSITE="" @@ -12,7 +12,7 @@ LANG_DEFAULT="it" PAO_APP_ID="KKPPAA5KJK435J3KSS9F9D8S9F8SD98F9SDF" MASTER_KEY="KKPPSS5KJK435J3KSS9F9D8S9F8SD3CR3T" MONGODB_HOST="https://localhost:3000" -LOGO_REG='piuchebuono-logo-full.png' +LOGO_REG='riso-logo-full.png' TEST_NAME="Paolo" TEST_SURNAME="Arena" TEST_EMAIL="" diff --git a/_ALL_SITES/piuchebuono.app/.env.test b/_ALL_SITES/piuchebuono.app/.env.test index b78ba923..4cf1ba86 100755 --- a/_ALL_SITES/piuchebuono.app/.env.test +++ b/_ALL_SITES/piuchebuono.app/.env.test @@ -1,6 +1,6 @@ APP_VERSION="1.0.21" SERVICE_WORKER_FILE="service-worker.js" -APP_ID="16" +APP_ID="17" DIRECTORY_LOCAL=newfreeplanet DIRECTORY_SERVER=test.freeplanet_serverside SERVERDIR_WEBSITE="test.piuchebuono.app" diff --git a/_ALL_SITES/piuchebuono.app/db/lang/ws_enUs.js b/_ALL_SITES/piuchebuono.app/db/lang/ws_enUs.js index 8e96b0c5..4b20853c 100755 --- a/_ALL_SITES/piuchebuono.app/db/lang/ws_enUs.js +++ b/_ALL_SITES/piuchebuono.app/db/lang/ws_enUs.js @@ -1,7 +1,7 @@ const msg_website_enUs = { ws: { - sitename: 'Più che Buono', - siteshortname: 'Più che Buono', + sitename: 'Fiore Della Vita', + siteshortname: 'Fiore Della Vita', description: '', keywords: '', }, diff --git a/_ALL_SITES/piuchebuono.app/db/lang/ws_it.js b/_ALL_SITES/piuchebuono.app/db/lang/ws_it.js index 752ef0e1..65ee5f22 100755 --- a/_ALL_SITES/piuchebuono.app/db/lang/ws_it.js +++ b/_ALL_SITES/piuchebuono.app/db/lang/ws_it.js @@ -5,14 +5,6 @@ const msg_website_it = { description: '', keywords: '', }, - products: { - quantity: 'Quantità', - quantityAvailable: 'Disponibili', - weight: 'Peso', - stars: 'Voto', - color: 'Colore', - theme: 'Tema', - }, hours: { descr: 'Descrizione', date: 'Data', @@ -40,6 +32,7 @@ const msg_website_it = { products: 'Prodotti', productslist: 'Lista Prodotti', collabora: 'Collabora', + categories: 'Categorie', storehouses: 'Magazzino', departments: 'Uffici', orders: 'Ordini Ricevuti', diff --git a/_ALL_SITES/riso.app/.env.development b/_ALL_SITES/riso.app/.env.development index a0155a60..9390b91c 100755 --- a/_ALL_SITES/riso.app/.env.development +++ b/_ALL_SITES/riso.app/.env.development @@ -1,6 +1,6 @@ -APP_VERSION="1.0.21" +APP_VERSION="1.0.17" SERVICE_WORKER_FILE="service-worker.js" -APP_ID="16" +APP_ID="13" DIRECTORY_LOCAL="newfreeplanet" DIRECTORY_SERVER="freeplanet_serverside" SERVERDIR_WEBSITE="" @@ -12,7 +12,7 @@ LANG_DEFAULT="it" PAO_APP_ID="KKPPAA5KJK435J3KSS9F9D8S9F8SD98F9SDF" MASTER_KEY="KKPPSS5KJK435J3KSS9F9D8S9F8SD3CR3T" MONGODB_HOST="https://localhost:3000" -LOGO_REG='piuchebuono-logo-full.png' +LOGO_REG='riso-logo-full.png' TEST_NAME="Paolo" TEST_SURNAME="Arena" TEST_EMAIL="" diff --git a/_ALL_SITES/riso.app/db/lang/ws_it.js b/_ALL_SITES/riso.app/db/lang/ws_it.js index 015979cf..c7366e95 100755 --- a/_ALL_SITES/riso.app/db/lang/ws_it.js +++ b/_ALL_SITES/riso.app/db/lang/ws_it.js @@ -1,17 +1,9 @@ const msg_website_it = { ws: { - sitename: 'Fiore Della Vita', - siteshortname: 'Fiore Della Vita', - description: '', - keywords: '', - }, - products: { - quantity: 'Quantità', - quantityAvailable: 'Disponibili', - weight: 'Peso', - stars: 'Voto', - color: 'Colore', - theme: 'Tema', + sitename: 'Riso', + siteshortname: 'RISO', + description: 'Siamo la Rete Italiana di Scambio Orizzontale, abbiamo creato questa piattaforma per metterla al servizio di chi vuole riscoprire il valore della condivisione e della cooperazione. Valori semplici e profondi che ci aiutano a ritrovare il Senso della Vita, perduto in questa società consumista, e riporti quei Sani Pricìpi Naturali ed Umani di Fratellanza che intere popolazioni antiche conoscevano bene.', + keywords: 'riso, piattaforma di scambio, rete italiana scambio orizzontale, riso app, riso piattaforma, scambio e baratto, momenta RIS', }, hours: { descr: 'Descrizione', @@ -131,7 +123,7 @@ const msg_website_it = { color: 'Colore', }, msg: { - myAppName: 'Fiore della Vita', + myAppName: 'Riso', myAppDescription: 'Il primo Vero Social Libero, Equo e Solidale, dove Vive Consapevolezza e Aiuto Comunitario. Gratuito', underconstruction: 'App in costruzione...', myDescriz: '', diff --git a/_ALL_SITES/riso.app/db/static_data.ts b/_ALL_SITES/riso.app/db/static_data.ts index c47396b6..9fab8506 100755 --- a/_ALL_SITES/riso.app/db/static_data.ts +++ b/_ALL_SITES/riso.app/db/static_data.ts @@ -7,6 +7,30 @@ import { import { func } from '@store/Modules/fieldsTable' +// const SHOW_PROJINTHEMENU = false +// +// let arrlistafavourite = [] +// let arrlistaprojtutti = [] +// let arrlistaprojmiei = [] +// if (SHOW_PROJINTHEMENU) { +// arrlistaprojtutti = Projects.getters.listaprojects(RouteNames.projectsall) +// arrlistaprojmiei = Projects.getters.listaprojects(RouteNames.myprojects) +// arrlistafavourite = Projects.getters.listaprojects(RouteNames.favouriteprojects) +// } +// PROGETTI -> FAVORITI : + +// if (arrlistafavourite.length > 0) { +// arrMenu.push({ +// icon: 'favorite_border', +// nametranslate: 'pages.' + RouteNames.favouriteprojects, +// urlroute: RouteNames.favouriteprojects, +// level_parent: 0.0, +// level_child: 0.5, +// routes2: arrlistafavourite, +// idelem: '' +// }) +// } + const firstPage = { active: true, order: 5, @@ -22,7 +46,7 @@ const firstPage = { function getDynamicPages(site: ISites): IListRoutes[] { const baseroutes: IListRoutes[] = [ - /*{ + { active: true, order: 5, path: '/', @@ -33,6 +57,61 @@ function getDynamicPages(site: ISites): IListRoutes[] { inmenu: true, infooter: true, }, + { + active: true, + order: 12, + path: '/goods', + materialIcon: 'fas fa-tshirt', + name: 'mypages.goods', + component: () => import('@/root/goods/goods.vue'), + meta: { requiresAuth: true }, + inmenu: true, + infooter: true, + }, + { + active: true, + order: 15, + path: '/services', + materialIcon: 'fas fa-house-user', + name: 'mypages.services', + component: () => import('@/root/services/services.vue'), + meta: { requiresAuth: true }, + inmenu: true, + infooter: true, + }, + { + active: true, + order: 15, + path: '/provapao', + materialIcon: 'fas fa-house-user', + name: 'mypages.provapao', + component: () => import('@/root/provapao/provapao.vue'), + meta: { requiresAuth: true }, + inmenu: false, + infooter: false, + }, + { + active: true, + order: 15, + path: '/hosps', + materialIcon: 'fas fa-bed', + name: 'mypages.hosp', + component: () => import('@/root/hosp/hosp.vue'), + meta: { requiresAuth: true }, + inmenu: true, + infooter: true, + }, + { + active: site.confpages && site.confpages.enableCircuits, + order: 16, + path: '/circuits', + materialIcon: 'fas fa-coins', + name: 'mypages.circuits', + component: () => import('@/views/user/mycircuits/mycircuits.vue'), + meta: { requiresAuth: true }, + inmenu: true, + infooter: true, + }, { active: true, order: 20, @@ -43,7 +122,145 @@ function getDynamicPages(site: ISites): IListRoutes[] { meta: { requiresAuth: true }, inmenu: true, infooter: true, - },*/ + }, + { + active: true, + order: 120, + path: '/myprofile', + materialIcon: 'fas fa-user', + name: 'pages.profile', + component: () => import('@/views/user/myprofile/myprofile.vue'), + meta: { requiresAuth: true }, + inmenu: true, + infooter: true, + }, + { + active: true, + order: 120, + path: '/editprofile', + materialIcon: 'fas fa-user', + name: 'pages.profile3', + component: () => import('@/views/user/editprofile/editprofile.vue'), + meta: { requiresAuth: true }, + inmenu: false, + infooter: false, + }, + { + active: true, + order: 130, + path: '/friends', + materialIcon: 'fas fa-user-friends', + name: 'mypages.iscritti', + component: () => import('@/views/user/myfriends/myfriends.vue'), + meta: { requiresAuth: true }, + inmenu: true, + infooter: true, + }, + { + active: site.confpages && site.confpages.enableGroups, + order: 132, + path: '/groups', + materialIcon: 'fas fa-users', + name: 'mypages.groups', + component: () => import('@/views/user/mygroups/mygroups.vue'), + meta: { requiresAuth: true }, + inmenu: true, + infooter: false, + }, + { + active: true, + order: 136, + path: '/grp/:groupname', + materialIcon: 'fas fa-user', + name: 'proj.group2', + component: () => import('@/views/user/mygroup/mygroup.vue'), + meta: { requiresAuth: true, newpage: true }, + inmenu: false, + infooter: false, + }, { + active: true, + order: 137, + path: '/circuit/:path', + materialIcon: 'fas fa-user', + name: 'proj.circuit2', + component: () => import('@/views/user/mycircuit/mycircuit.vue'), + meta: { requiresAuth: true, newpage: true }, + inmenu: false, + infooter: false, + }, + { + active: true, + path: '/separator', + name: 'separator', + order: 140, + isseparator: true, + inmenu: true, + }, + { + active: true, + order: 130, + path: '/mypage/:idBacheca', + materialIcon: 'fas fa-user', + name: 'pages.mypage2', + component: () => import('@/views/user/mypagebacheca/mypagebacheca.vue'), + meta: { requiresAuth: true, newpage: true }, + inmenu: false, + infooter: false, + }, + { + active: true, + order: 130, + path: '/myservice/:idSkill', + materialIcon: '', + name: 'pages.myservice2', + component: () => import('@/views/user/myservice/myservice.vue'), + meta: { requiresAuth: true, newpage: true }, + inmenu: false, + infooter: false, + }, + { + active: true, + order: 135, + path: '/myhosps/:idHosp', + materialIcon: '', + name: 'pages.myhosps2', + component: () => import('@/views/user/mypagehosp/mypagehosp.vue'), + meta: { requiresAuth: true, newpage: true }, + inmenu: false, + infooter: false, + }, + { + active: true, + order: 132, + path: '/mygood/:idGood', + materialIcon: '', + name: 'pages.mygood2', + component: () => import('@/views/user/mypagegood/mypagegood.vue'), + meta: { requiresAuth: true, newpage: true }, + inmenu: false, + infooter: false, + }, + { + active: true, + order: 150, + path: '/fundraising', + materialIcon: 'fas fa-hand-holding-heart', + name: 'pages.fundraising', + component: () => import('@src/root/fundraising/fundraising.vue'), + inmenu: false, + infooter: false, + }, + { + active: true, + order: 80, + path: '/calendario-eventi', + materialIcon: 'event', + name: 'ris.calendario_eventi_riso', + component: () => import('@/root/calendarioeventi/calendarioeventi.vue'), + extraclass: 'isCalendar', + inmenu: false, + infooter: false + }, ] return baseroutes diff --git a/_ALL_SITES/riso.app/package.json b/_ALL_SITES/riso.app/package.json index 0e270b75..e760c1ab 100755 --- a/_ALL_SITES/riso.app/package.json +++ b/_ALL_SITES/riso.app/package.json @@ -1,8 +1,8 @@ { - "name": "piuchebuono", - "version": "2.0.1", - "description": "PiuCheBuono", - "productName": "PiuCheBuono", + "name": "riso", + "version": "0.6.1", + "description": "Siamo la Rete Italiana di Scambio Orizzontale, abbiamo creato questa piattaforma per metterla al servizio di chi vuole riscoprire il valore della condivisione e della cooperazione. Valori semplici e profondi che ci aiutano a ritrovare il Senso della Vita, perduto in questa società consumista, e riporti quei Sani Pricìpi Naturali ed Umani di Fratellanza che intere popolazioni antiche conoscevano bene.", + "productName": "Riso", "author": "Paolo Arena", "private": true, "keywords": [], diff --git a/_ALL_SITES/riso.app/quasar.conf.js b/_ALL_SITES/riso.app/quasar.conf.js index 716171a6..4fe00ed6 100755 --- a/_ALL_SITES/riso.app/quasar.conf.js +++ b/_ALL_SITES/riso.app/quasar.conf.js @@ -147,7 +147,7 @@ module.exports = configure((ctx) => ({ }, devServer: { https: false, - port: 8088, + port: 8084, open: false, // opens browser window automatically headers: { 'Access-Control-Allow-Origin': '*', @@ -305,9 +305,9 @@ module.exports = configure((ctx) => ({ }, manifest: { - name: 'Più che Buono', - short_name: 'PiuCheBuono', - description: 'PiuCheBuono è un GAS e Bottega', + name: 'Riso', + short_name: 'Riso', + description: 'Siamo la Rete Italiana di Scambio Orizzontale, abbiamo creato questa piattaforma per metterla al servizio di chi vuole riscoprire il valore della condivisione e della cooperazione. Valori semplici e profondi che ci aiutano a ritrovare il Senso della Vita, perduto in questa società consumista, e riporti quei Sani Pricìpi Naturali ed Umani di Fratellanza che intere popolazioni antiche conoscevano bene.', display: 'standalone', orientation: 'portrait', background_color: '#fff', @@ -317,54 +317,54 @@ module.exports = configure((ctx) => ({ start_url: "/?homescreen=1", icons: [ { - src: 'images/fv-android-icon-512x512.png', + src: 'images/riso-android-icon-512x512.png', sizes: '512x512', type: 'image/png', }, { - src: 'images/fv-android-icon-384x384.png', + src: 'images/riso-android-icon-384x384.png', sizes: '384x384', type: 'image/png', }, { - src: 'images/fv-android-icon-192x192.png', + src: 'images/riso-android-icon-192x192.png', sizes: '192x192', type: 'image/png', }, { - src: 'images/fv-android-icon-144x144.png', + src: 'images/riso-android-icon-144x144.png', sizes: '144x144', type: 'image/png', }, { - src: 'images/fv-android-icon-96x96.png', + src: 'images/riso-android-icon-96x96.png', sizes: '96x96', type: 'image/png', }, { - src: 'images/fv-apple-icon-120x120.png', + src: 'images/riso-apple-icon-120x120.png', sizes: '120x120', type: 'image/png', }, { - src: 'images/fv-apple-icon-144x144.png', + src: 'images/riso-apple-icon-144x144.png', sizes: '144x144', type: 'image/png', }, { - src: 'images/fv-apple-icon-152x152.png', + src: 'images/riso-apple-icon-152x152.png', sizes: '152x152', type: 'image/png', }, { - src: 'images/fv-apple-icon-180x180.png', + src: 'images/riso-apple-icon-180x180.png', sizes: '180x180', type: 'image/png', }, ], related_applications: [{ "platform": "webapp", - "url": "https://www.piuchebuono.app/manifest.json" + "url": "https://www.riso.app/manifest.json" }] }, }, @@ -399,7 +399,7 @@ module.exports = configure((ctx) => ({ builder: { // https://www.electron.build/configuration/configuration - appId: 'PiuCheBuono', + appId: 'Riso', }, // "chain" is a webpack-chain object https://github.com/neutrinojs/webpack-chain diff --git a/package.json b/package.json index 0e270b75..e760c1ab 100755 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { - "name": "piuchebuono", - "version": "2.0.1", - "description": "PiuCheBuono", - "productName": "PiuCheBuono", + "name": "riso", + "version": "0.6.1", + "description": "Siamo la Rete Italiana di Scambio Orizzontale, abbiamo creato questa piattaforma per metterla al servizio di chi vuole riscoprire il valore della condivisione e della cooperazione. Valori semplici e profondi che ci aiutano a ritrovare il Senso della Vita, perduto in questa società consumista, e riporti quei Sani Pricìpi Naturali ed Umani di Fratellanza che intere popolazioni antiche conoscevano bene.", + "productName": "Riso", "author": "Paolo Arena", "private": true, "keywords": [], diff --git a/quasar.conf.js b/quasar.conf.js index b4bf3510..4fe00ed6 100755 --- a/quasar.conf.js +++ b/quasar.conf.js @@ -147,7 +147,7 @@ module.exports = configure((ctx) => ({ }, devServer: { https: false, - port: 8088, + port: 8084, open: false, // opens browser window automatically headers: { 'Access-Control-Allow-Origin': '*', @@ -305,9 +305,9 @@ module.exports = configure((ctx) => ({ }, manifest: { - name: 'Più che Buono', - short_name: 'PiuCheBuono', - description: 'PiuCheBuono è un GAS e Bottega', + name: 'Riso', + short_name: 'Riso', + description: 'Siamo la Rete Italiana di Scambio Orizzontale, abbiamo creato questa piattaforma per metterla al servizio di chi vuole riscoprire il valore della condivisione e della cooperazione. Valori semplici e profondi che ci aiutano a ritrovare il Senso della Vita, perduto in questa società consumista, e riporti quei Sani Pricìpi Naturali ed Umani di Fratellanza che intere popolazioni antiche conoscevano bene.', display: 'standalone', orientation: 'portrait', background_color: '#fff', @@ -317,47 +317,47 @@ module.exports = configure((ctx) => ({ start_url: "/?homescreen=1", icons: [ { - src: 'images/fv-android-icon-512x512.png', + src: 'images/riso-android-icon-512x512.png', sizes: '512x512', type: 'image/png', }, { - src: 'images/fv-android-icon-384x384.png', + src: 'images/riso-android-icon-384x384.png', sizes: '384x384', type: 'image/png', }, { - src: 'images/fv-android-icon-192x192.png', + src: 'images/riso-android-icon-192x192.png', sizes: '192x192', type: 'image/png', }, { - src: 'images/fv-android-icon-144x144.png', + src: 'images/riso-android-icon-144x144.png', sizes: '144x144', type: 'image/png', }, { - src: 'images/fv-android-icon-96x96.png', + src: 'images/riso-android-icon-96x96.png', sizes: '96x96', type: 'image/png', }, { - src: 'images/fv-apple-icon-120x120.png', + src: 'images/riso-apple-icon-120x120.png', sizes: '120x120', type: 'image/png', }, { - src: 'images/fv-apple-icon-144x144.png', + src: 'images/riso-apple-icon-144x144.png', sizes: '144x144', type: 'image/png', }, { - src: 'images/fv-apple-icon-152x152.png', + src: 'images/riso-apple-icon-152x152.png', sizes: '152x152', type: 'image/png', }, { - src: 'images/fv-apple-icon-180x180.png', + src: 'images/riso-apple-icon-180x180.png', sizes: '180x180', type: 'image/png', }, @@ -399,7 +399,7 @@ module.exports = configure((ctx) => ({ builder: { // https://www.electron.build/configuration/configuration - appId: 'PiuCheBuono', + appId: 'Riso', }, // "chain" is a webpack-chain object https://github.com/neutrinojs/webpack-chain diff --git a/src/common/shared_vuejs.ts b/src/common/shared_vuejs.ts index 8d617ca9..628e5285 100755 --- a/src/common/shared_vuejs.ts +++ b/src/common/shared_vuejs.ts @@ -1827,6 +1827,7 @@ export const shared_consts = { comune: 1, mycities: 1, lang: 1, + verified_by_aportador: 1, 'profile.img': 1, 'profile.mygroups': 1, 'profile.mycircuits': 1, diff --git a/src/components/CBigBtn/CBigBtn.ts b/src/components/CBigBtn/CBigBtn.ts index 1572522d..327ddb77 100755 --- a/src/components/CBigBtn/CBigBtn.ts +++ b/src/components/CBigBtn/CBigBtn.ts @@ -34,6 +34,11 @@ export default defineComponent({ required: false, default: false }, + flat: { + type: Boolean, + required: false, + default: false + }, numcol: { type: Number, required: false, diff --git a/src/components/CDashboard/CDashboard.vue b/src/components/CDashboard/CDashboard.vue index 0716889c..3f647b57 100755 --- a/src/components/CDashboard/CDashboard.vue +++ b/src/components/CDashboard/CDashboard.vue @@ -1,7 +1,7 @@