mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-07 14:02:48 +00:00
feat: add catalog menu entry and rearrange
This commit is contained in:
@@ -52,19 +52,6 @@ const config: Partial<SCConfigFile> = {
|
||||
icon: 'menu',
|
||||
id: 'main',
|
||||
items: [
|
||||
{
|
||||
icon: 'calendar',
|
||||
route: '/schedule',
|
||||
title: 'schedule',
|
||||
translations: {
|
||||
de: {
|
||||
title: 'Stundenplan',
|
||||
},
|
||||
en: {
|
||||
title: 'schedule',
|
||||
},
|
||||
},
|
||||
},
|
||||
{
|
||||
icon: 'newspaper',
|
||||
route: '/',
|
||||
@@ -92,15 +79,15 @@ const config: Partial<SCConfigFile> = {
|
||||
},
|
||||
},
|
||||
{
|
||||
icon: 'map',
|
||||
route: '/map',
|
||||
title: 'campus map',
|
||||
icon: 'calendar',
|
||||
route: '/schedule',
|
||||
title: 'schedule',
|
||||
translations: {
|
||||
de: {
|
||||
title: 'Campus Karte',
|
||||
title: 'Stundenplan',
|
||||
},
|
||||
en: {
|
||||
title: 'campus map',
|
||||
title: 'schedule',
|
||||
},
|
||||
},
|
||||
},
|
||||
@@ -117,6 +104,32 @@ const config: Partial<SCConfigFile> = {
|
||||
},
|
||||
},
|
||||
},
|
||||
{
|
||||
icon: 'folder',
|
||||
route: '/catalog',
|
||||
title: 'course catalog',
|
||||
translations: {
|
||||
de: {
|
||||
title: 'Vorlesungsverzeichnis',
|
||||
},
|
||||
en: {
|
||||
title: 'course catalog',
|
||||
},
|
||||
},
|
||||
},
|
||||
{
|
||||
icon: 'map',
|
||||
route: '/map',
|
||||
title: 'campus map',
|
||||
translations: {
|
||||
de: {
|
||||
title: 'Campus Karte',
|
||||
},
|
||||
en: {
|
||||
title: 'campus map',
|
||||
},
|
||||
},
|
||||
},
|
||||
],
|
||||
name: 'main menu',
|
||||
translations: {
|
||||
|
||||
Reference in New Issue
Block a user