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:
@@ -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,
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user