Refactor navigation and game schedule components; remove 'Spielplan' links from Navigation.vue, update links to point to '/mannschaften/spielplaene' in Spielplan.vue, and enhance date and time formatting for improved display. Add PDF metadata and security headers in the API for better document handling.

This commit is contained in:
Torsten Schulz (local)
2025-10-24 01:36:58 +02:00
parent f80a1e5ea9
commit b866ccc215
4 changed files with 153 additions and 85 deletions

View File

@@ -57,12 +57,6 @@
Termine
</NuxtLink>
<NuxtLink to="/spielplan" @click="currentSubmenu = null"
class="px-4 py-2 text-gray-300 hover:text-white font-medium transition-all rounded-lg hover:bg-primary-700/50"
active-class="text-white bg-primary-600">
Spielplan
</NuxtLink>
<NuxtLink
v-if="hasGalleryImages"
to="/galerie"
@@ -414,11 +408,6 @@
Termine
</NuxtLink>
<NuxtLink to="/spielplan" @click="isMobileMenuOpen = false"
class="block px-4 py-3 text-gray-300 hover:text-white hover:bg-primary-700/50 rounded-lg font-medium transition-colors">
Spielplan
</NuxtLink>
<NuxtLink
v-if="hasGalleryImages"
to="/galerie"