Campo Citta di Nascita (nel profilo nuova maniera), manca ancora da sistemare l'edit

Se seleziono la Provincia , mi deve comparire la lista dei comuni
This commit is contained in:
paoloar77
2022-02-21 13:12:04 +01:00
parent 1aea88a1fa
commit bec191ccd8
22 changed files with 840 additions and 702 deletions

View File

@@ -27,22 +27,14 @@ export const costanti = {
color: 'red',
hint: '',
},
{
title: 'Luoghi',
to: '/places',
icon: 'fas fa-map-marker-alt',
color: 'blue',
hint: '',
disable: true,
},
{
title: 'Mobilità',
to: '/places',
icon: 'fas fa-taxi',
color: 'yellow-5',
textcolor: 'grey-10',
color: 'lime-7',
textcolor: '',
hint: '',
disable: true,
disable: false,
},
{
title: 'Scuola',
@@ -50,7 +42,7 @@ export const costanti = {
icon: 'fas fa-book-open',
color: 'orange',
hint: '',
disable: true,
disable: false,
},
{
title: 'Alimenti',
@@ -58,34 +50,42 @@ export const costanti = {
icon: 'fas fa-utensils',
color: 'green-5',
hint: '',
disable: true,
disable: false,
},
{
title: 'Tue_Idee',
title: 'Luoghi',
to: '/places',
icon: 'fas fa-map-marker-alt',
color: 'blue',
hint: '',
disable: false,
},
{
title: 'Tue Idee',
to: '/ideas',
icon: 'fas fa-lightbulb',
color: 'red-5',
textcolor: '',
hint: '',
disable: true,
disable: false,
small: true,
},
{
title: 'Aiuto',
title: 'Eventi',
to: '/bacheca',
icon: 'event',
color: 'pink-5',
hint: 'eventi, last minute, offerte di lavoro',
disable: true,
disable: false,
small: true,
},
{
title: 'Socializza',
title: 'Social',
to: '/socialising',
icon: 'fas fa-users',
color: 'purple-5',
hint: '',
disable: true,
disable: false,
small: true,
},
],