Add RSVP events and Unsplash image support

This commit is contained in:
t.indorf
2026-05-15 21:28:36 +02:00
parent ed6786b6ea
commit 9542def530
13 changed files with 1392 additions and 34 deletions
+7
View File
@@ -72,6 +72,13 @@ const navItems = [
exact: false,
allowedRoles: [UserRole.ADMIN],
},
{
href: "/dashboard/admin/kalender",
label: "Event-Anmeldungen",
icon: CalendarCheck2,
exact: false,
allowedRoles: [UserRole.ADMIN, UserRole.KOORDINATOR],
},
{
href: "/dashboard/admin/abwesenheiten",
label: "Abwesenheiten",