Add CMS editors to desktop dropdown menu with proper grouping

This commit is contained in:
Torsten Schulz (local)
2025-10-22 12:13:01 +02:00
parent c0c8e4abc9
commit 71f4dea756
8 changed files with 203 additions and 180 deletions

View File

@@ -209,6 +209,28 @@
class="block px-4 py-2 text-sm text-gray-300 hover:bg-primary-600 hover:text-white transition-colors">
Übersicht
</NuxtLink>
<div class="border-t border-gray-700 my-1"></div>
<NuxtLink to="/cms/ueber-uns"
@click="showCmsDropdown = false"
class="block px-4 py-2 text-sm text-gray-300 hover:bg-primary-600 hover:text-white transition-colors">
Über uns
</NuxtLink>
<NuxtLink to="/cms/geschichte"
@click="showCmsDropdown = false"
class="block px-4 py-2 text-sm text-gray-300 hover:bg-primary-600 hover:text-white transition-colors">
Geschichte
</NuxtLink>
<NuxtLink to="/cms/tt-regeln"
@click="showCmsDropdown = false"
class="block px-4 py-2 text-sm text-gray-300 hover:bg-primary-600 hover:text-white transition-colors">
TT-Regeln
</NuxtLink>
<NuxtLink to="/cms/satzung"
@click="showCmsDropdown = false"
class="block px-4 py-2 text-sm text-gray-300 hover:bg-primary-600 hover:text-white transition-colors">
Satzung
</NuxtLink>
<div class="border-t border-gray-700 my-1"></div>
<NuxtLink to="/mitgliederbereich/news"
@click="showCmsDropdown = false"
class="block px-4 py-2 text-sm text-gray-300 hover:bg-primary-600 hover:text-white transition-colors">
@@ -224,6 +246,7 @@
class="block px-4 py-2 text-sm text-gray-300 hover:bg-primary-600 hover:text-white transition-colors">
Mitglieder
</NuxtLink>
<div class="border-t border-gray-700 my-1"></div>
<NuxtLink to="/cms/einstellungen"
@click="showCmsDropdown = false"
class="block px-4 py-2 text-sm text-gray-300 hover:bg-primary-600 hover:text-white transition-colors">