mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2025-12-15 18:56:18 +00:00
feat: add favorites to personal menu
This commit is contained in:
@@ -132,6 +132,19 @@ const config: Partial<SCConfigFile> = {
|
||||
icon: 'person',
|
||||
id: 'personal',
|
||||
items: [
|
||||
{
|
||||
icon: 'star',
|
||||
route: '/favorites',
|
||||
title: 'favorites',
|
||||
translations: {
|
||||
de: {
|
||||
title: 'Favoriten',
|
||||
},
|
||||
en: {
|
||||
title: 'favorites',
|
||||
},
|
||||
},
|
||||
},
|
||||
{
|
||||
icon: 'settings',
|
||||
route: '/settings',
|
||||
|
||||
Reference in New Issue
Block a user