feat: places in context search (#28768)
parent
13ecfc8876
commit
59750dad7d
|
|
@ -16,6 +16,7 @@ import {
|
|||
mdiLink,
|
||||
mdiLockOutline,
|
||||
mdiMagnify,
|
||||
mdiMapMarkerOutline,
|
||||
mdiMapOutline,
|
||||
mdiServer,
|
||||
mdiStateMachine,
|
||||
|
|
@ -93,6 +94,11 @@ export const getPagesProvider = ($t: MessageFormatter) => {
|
|||
onAction: () => goto(Route.people()),
|
||||
$if: () => authManager.authenticated && authManager.preferences.people.enabled,
|
||||
},
|
||||
{
|
||||
title: $t('places'),
|
||||
icon: mdiMapMarkerOutline,
|
||||
onAction: () => goto(Route.places()),
|
||||
},
|
||||
{
|
||||
title: $t('shared_links'),
|
||||
icon: mdiLink,
|
||||
|
|
|
|||
Loading…
Reference in New Issue