Füge myTischtennis-Verbindung hinzu: Ergänze Navigationslinks, verbessere Fehlerbehandlung und aktualisiere Import-Logik
This commit is contained in:
@@ -443,6 +443,13 @@
|
||||
>
|
||||
Einstellungen
|
||||
</NuxtLink>
|
||||
<NuxtLink
|
||||
to="/cms/mytischtennis"
|
||||
class="block px-4 py-2 text-sm text-gray-300 hover:bg-primary-600 hover:text-white transition-colors"
|
||||
@click="showCmsDropdown = false"
|
||||
>
|
||||
myTischtennis
|
||||
</NuxtLink>
|
||||
<NuxtLink
|
||||
to="/cms/benutzer"
|
||||
class="block px-4 py-2 text-sm text-gray-300 hover:bg-primary-600 hover:text-white transition-colors"
|
||||
@@ -860,6 +867,13 @@
|
||||
>
|
||||
Einstellungen
|
||||
</NuxtLink>
|
||||
<NuxtLink
|
||||
to="/cms/mytischtennis"
|
||||
class="block px-4 py-2 text-sm text-yellow-300 hover:text-white hover:bg-primary-700/50 rounded-lg transition-colors"
|
||||
@click="isMobileMenuOpen = false"
|
||||
>
|
||||
myTischtennis
|
||||
</NuxtLink>
|
||||
<NuxtLink
|
||||
v-if="canManageUsers"
|
||||
to="/cms/benutzer"
|
||||
|
||||
Reference in New Issue
Block a user