Add sharp image processing library and update dependencies in package.json and package-lock.json; enhance Navigation component with new 'Galerie' link for improved user navigation.

This commit is contained in:
Torsten Schulz (local)
2025-12-17 17:06:47 +01:00
parent b6f39f83a8
commit 220c337996
12 changed files with 1679 additions and 5 deletions

View File

@@ -100,6 +100,11 @@
active-class="text-white bg-primary-600">
Vereinsmeisterschaften
</NuxtLink>
<NuxtLink to="/verein/galerie"
class="px-2.5 py-1 text-xs text-gray-300 hover:text-white hover:bg-primary-700/50 rounded transition-all"
active-class="text-white bg-primary-600">
Galerie
</NuxtLink>
</template>
<!-- Mannschaften Submenu -->
@@ -314,6 +319,10 @@
class="block px-4 py-2 text-sm text-gray-400 hover:text-white hover:bg-primary-700/50 rounded-lg transition-colors">
Vereinsmeisterschaften
</NuxtLink>
<NuxtLink to="/verein/galerie" @click="isMobileMenuOpen = false"
class="block px-4 py-2 text-sm text-gray-400 hover:text-white hover:bg-primary-700/50 rounded-lg transition-colors">
Galerie
</NuxtLink>
</div>
</div>