{{ paper.name }}
-{{ paper.published_at }}: FIXME von {{ paper.originator }}
- -Ergebnisse für „{{ search.value }}/{{ search.type }}“
+{{ paper.published_at }}: {{ paper.paper_type}} von {{ paper.originator }}
+Für dieses Anfrage liegen uns keine Ergebnisse vor. +
+Da scheint etwas schief gelaufen zu sein. +
+ \ No newline at end of file diff --git a/src/components/Search.vue b/src/components/Search.vue index 7076269..6f2a754 100644 --- a/src/components/Search.vue +++ b/src/components/Search.vue @@ -1,15 +1,51 @@ - \ No newline at end of file diff --git a/src/main.ts b/src/main.ts index d6e276e..9d78d66 100644 --- a/src/main.ts +++ b/src/main.ts @@ -9,7 +9,8 @@ app.config.globalProperties = { ...app.config.globalProperties, apiUri: 'https://joergreichert.de/srm/input.json', applicationName: 'Stadtratmonitor', - menuEntries: { + cityName: 'Leipzig', + mainMenuEntries: { 0: { name: 'Startseite', uri: '/', @@ -23,6 +24,16 @@ app.config.globalProperties = { uri: '/glossar' } }, + footerMenuEntries: { + 0: { + name: 'Impressum', + uri: '/impressum', + }, + 1: { + name: 'Über diese Seite', + uri: '/über' + }, + }, } app.mount('#app')