better invite icon, fix conditional
This commit is contained in:
parent
851d2b0f66
commit
6e9c62a1a2
@ -95,7 +95,7 @@ const menuDef = $computed(() => [{
|
|||||||
action: lookup,
|
action: lookup,
|
||||||
}, ...(instance.disableRegistration ? [{
|
}, ...(instance.disableRegistration ? [{
|
||||||
type: 'button',
|
type: 'button',
|
||||||
icon: 'ph-user-bold ph-lg',
|
icon: 'ph-user-plus-bold ph-lg',
|
||||||
text: i18n.ts.invite,
|
text: i18n.ts.invite,
|
||||||
action: invite,
|
action: invite,
|
||||||
}] : [])],
|
}] : [])],
|
||||||
@ -147,7 +147,7 @@ const menuDef = $computed(() => [{
|
|||||||
to: '/admin/abuses',
|
to: '/admin/abuses',
|
||||||
active: currentPage?.route.name === 'abuses',
|
active: currentPage?.route.name === 'abuses',
|
||||||
}],
|
}],
|
||||||
}, ...(instance.disableRegistration ? [{
|
}, ...($i?.isAdmin ? [{
|
||||||
title: i18n.ts.settings,
|
title: i18n.ts.settings,
|
||||||
items: [{
|
items: [{
|
||||||
icon: 'ph-gear-six-bold ph-lg',
|
icon: 'ph-gear-six-bold ph-lg',
|
||||||
|
Loading…
Reference in New Issue
Block a user