Mostrare il Bene, Servizio, solo ai Propri Gruppi.

Nella pagina profilo, i "Gruppi" personali non si vedevano !
This commit is contained in:
Paolo Arena
2022-06-16 20:34:17 +02:00
parent bb2604d430
commit f1c89483ff
62 changed files with 1249 additions and 431 deletions

View File

@@ -116,15 +116,27 @@ export const costanti = {
disable: true,
small: true,
},
{
visible: true,
title: 'Sostieni il Progetto',
to: '/fundraising',
icon: 'fas fa-hand-holding-heart',
color: 'purple',
hint: '',
disable: false,
small: false,
link: true,
},
{
visible: true,
title: 'Help (Faq)',
to: '/faq',
icon: 'fas fa-users',
color: 'green-6',
icon: 'fas fa-question',
color: 'yellow',
hint: '',
disable: false,
small: true,
link: true,
},
{
visible: false,
@@ -136,20 +148,10 @@ export const costanti = {
disable: true,
small: true,
},
{
visible: true,
title: 'Per sostienere il Progetto?',
to: '/fundraising',
icon: 'fas fa-hand-holding',
color: 'blue-6',
hint: '',
disable: false,
small: false,
},
{
visible: false,
title: 'Gruppi',
to: '',
to: '/groups',
table: 'mygroups',
icon: 'fas fa-users',
color: 'blue-6',
@@ -186,6 +188,7 @@ export const costanti = {
ASK_SENT_GROUP: 16,
FIND_GROUP: 20,
MY_GROUPS: 21,
USER_GROUPS: 22,
CREATE_GROUP: 30,
MANAGE_GROUPS: 31,