🌐 Add 'all-meetups' route and update sidebar to include global meetup view

- Introduced `all-meetups` route (`meetups.index-all`) for accessing meetups globally.
- Updated sidebar with a new navigation item for global meetups, including icon and dynamic badge count.
- Enhanced backend logic to handle country-specific and global meetup filtering based on the current route.
This commit is contained in:
HolgerHatGarKeineNode
2025-11-24 02:45:13 +01:00
parent ac720a0753
commit ae7479eac0
9 changed files with 44 additions and 13 deletions

View File

@@ -452,5 +452,7 @@
"Öffnen/RSVP": "Megnyitás/RSVP",
"Über den Dozenten": "Az oktatóról",
"Über den Kurs": "A kurzusról",
"Über uns": "Rólunk"
}
"Über uns": "Rólunk",
"Alle Meetups": "Minden meetup",
"Welt-Karte": "Világtérkép"
}