featuer change for calendar

This commit is contained in:
Matthias Hochmeister
2026-03-02 16:59:24 +01:00
parent 355163820f
commit 314b6c3bed
3 changed files with 1759 additions and 525 deletions

View File

@@ -14,8 +14,6 @@ import {
Build,
People,
Air,
Event,
BookOnline,
CalendarMonth,
} from '@mui/icons-material';
import { useNavigate, useLocation } from 'react-router-dom';
@@ -39,21 +37,11 @@ const navigationItems: NavigationItem[] = [
icon: <CalendarMonth />,
path: '/kalender',
},
{
text: 'Veranstaltungen',
icon: <Event />,
path: '/veranstaltungen',
},
{
text: 'Fahrzeuge',
icon: <DirectionsCar />,
path: '/fahrzeuge',
},
{
text: 'Fahrzeugbuchungen',
icon: <BookOnline />,
path: '/fahrzeugbuchungen',
},
{
text: 'Ausrüstung',
icon: <Build />,

File diff suppressed because it is too large Load Diff