From 8f8decf263a5e9e435622b3bb3f05109356606c6 Mon Sep 17 00:00:00 2001 From: Jonas Date: Tue, 5 May 2026 12:29:21 +0200 Subject: [PATCH] Fix Galerie --- app/app2.vue | 6 - app/components/Embla.vue | 14 +- app/components/EmblaItem.vue | 27 ++- app/components/startseite/Bilderbuch.vue | 73 ++++--- app/components/startseite/Forms.vue | 26 +-- app/dto | 2 +- .../[event]/[year].vue} | 60 +----- app/pages/galerie.vue | 184 ++++++++---------- app/pages/index.vue | 52 ++--- app/plugins/graphql.ts | 2 +- app/plugins/my-fetch.ts | 15 ++ nuxt.config.ts | 4 +- 12 files changed, 187 insertions(+), 278 deletions(-) delete mode 100644 app/app2.vue rename app/pages/{bildvorschau.vue => bildvorschau/[event]/[year].vue} (66%) create mode 100644 app/plugins/my-fetch.ts diff --git a/app/app2.vue b/app/app2.vue deleted file mode 100644 index 09f935b..0000000 --- a/app/app2.vue +++ /dev/null @@ -1,6 +0,0 @@ - diff --git a/app/components/Embla.vue b/app/components/Embla.vue index 82f32f8..eb7079f 100644 --- a/app/components/Embla.vue +++ b/app/components/Embla.vue @@ -1,6 +1,5 @@ -