From 4e42772ca3788d3ee7af78266ee223e05fe6a8f3 Mon Sep 17 00:00:00 2001 From: Rainer Killinger Date: Wed, 4 Aug 2021 14:27:30 +0200 Subject: [PATCH] feat: add catalog menu entry and rearrange --- config/default.ts | 49 ++++++++++++++++++++++++++++++----------------- 1 file changed, 31 insertions(+), 18 deletions(-) diff --git a/config/default.ts b/config/default.ts index c291e66f..eefa72f4 100644 --- a/config/default.ts +++ b/config/default.ts @@ -52,19 +52,6 @@ const config: Partial = { 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 = { }, }, { - 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 = { }, }, }, + { + 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: {