Settore se compariva "Tutti", veniva selezionato erroneamente di default -100

Risolto caricamento immagini
Cliccando sull'immagine del profilo, nella Card, non si apre il Profilo
Aggiunto "Estero" e "On Line" sul campo Comune.
Orientamento dell'Immagine. viene storta una volta ridimensionata.
Al momento della registrazione, dal BOT, in automatico viene presa l'immagine di Telegram e salvata sul proprio profilo della APP.
This commit is contained in:
paoloar77
2022-03-01 23:50:47 +01:00
parent d8b5bda0ce
commit 1c22d5e8d4
39 changed files with 467 additions and 282 deletions

View File

@@ -1,4 +1,4 @@
APP_VERSION="0.2.16"
APP_VERSION="0.2.18"
SERVICE_WORKER_FILE="service-worker.js"
APP_ID="1"
DIRECTORY_LOCAL="newfreeplanet"

View File

@@ -503,10 +503,10 @@ const baseroutes: IListRoutes[] = [
{
active: true,
order: 130,
path: '/mywork/:idSkill',
path: '/myservice/:idSkill',
materialIcon: '',
name: 'pages.mywork2',
component: () => import('@/views/user/mywork/mywork.vue'),
name: 'pages.myservice2',
component: () => import('@/views/user/myservice/myservice.vue'),
meta: { requiresAuth: true },
inmenu: false,
infooter: false,

View File

@@ -1,4 +1,4 @@
APP_VERSION="0.2.16"
APP_VERSION="0.2.18"
SERVICE_WORKER_FILE="service-worker.js"
APP_ID="13"
DIRECTORY_LOCAL="newfreeplanet"

View File

@@ -25,7 +25,7 @@ const msg_website_it = {
profile: 'Profilo',
profile2: 'ProfiloU',
mypage2: 'mypage2',
mywork2: 'mywork2',
myservice2: 'myservice2',
test: 'Test',
projects: 'Progetti',
report: 'Report Ore',

View File

@@ -503,10 +503,10 @@ const baseroutes: IListRoutes[] = [
{
active: true,
order: 130,
path: '/mywork/:idSkill',
path: '/myservice/:idSkill',
materialIcon: '',
name: 'pages.mywork2',
component: () => import('@/views/user/mywork/mywork.vue'),
name: 'pages.myservice2',
component: () => import('@/views/user/myservice/myservice.vue'),
meta: { requiresAuth: true },
inmenu: false,
infooter: false,

View File

@@ -1,4 +1,4 @@
APP_VERSION="0.2.16"
APP_VERSION="0.2.18"
SERVICE_WORKER_FILE="service-worker.js"
APP_ID="12"
DIRECTORY_LOCAL="newfreeplanet"

View File

@@ -439,6 +439,14 @@ export const Province = [
label: 'Viterbo',
value: 'VT',
},
{
label: 'Estero',
value: 'EST',
},
{
label: 'On Line',
value: 'ONL',
},
]
export const Comuni = [

View File

@@ -503,10 +503,10 @@ const baseroutes: IListRoutes[] = [
{
active: true,
order: 130,
path: '/mywork/:idSkill',
path: '/myservice/:idSkill',
materialIcon: '',
name: 'pages.mywork2',
component: () => import('@/views/user/mywork/mywork.vue'),
name: 'pages.myservice2',
component: () => import('@/views/user/myservice/myservice.vue'),
meta: { requiresAuth: true },
inmenu: false,
infooter: false,