migrated holidays module to MarianumConnect API, replaced local Holiday model.

This commit is contained in:
2026-05-24 17:49:25 +02:00
parent 93b9929f8f
commit 01b4b44010
15 changed files with 161 additions and 456 deletions
+1 -1
View File
@@ -115,7 +115,7 @@ class AppModule {
Modules.holidays: AppModule(
Modules.holidays,
name: 'Schulferien',
icon: () => Icon(Icons.flight),
icon: () => Icon(Icons.beach_access_outlined),
breakerArea: BreakerArea.more,
create: HolidaysView.new,
),