new features

This commit is contained in:
Matthias Hochmeister
2026-03-23 15:07:17 +01:00
parent 34ee80b8c1
commit bfcf1556da
22 changed files with 397 additions and 75 deletions

View File

@@ -2172,6 +2172,8 @@ export default function Kalender() {
value={activeTab}
onChange={(_, v) => { setActiveTab(v); navigate(`/kalender?tab=${v}`, { replace: true }); }}
sx={{ mb: 2, borderBottom: 1, borderColor: 'divider' }}
variant="scrollable"
scrollButtons="auto"
>
<Tab icon={<EventIcon />} iconPosition="start" label="Dienste & Veranstaltungen" />
<Tab icon={<CarIcon />} iconPosition="start" label="Fahrzeugbuchungen" />