implemented dynamic module settings and configurable bottom bar, added all-day event support to timetable, and overhauled marianum dates UI with month grouping and search

This commit is contained in:
2026-05-06 22:37:41 +02:00
parent 86d12884fc
commit 95ef29fb09
19 changed files with 1114 additions and 253 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ class TimetableSettings {
TimetableSettings({
required this.connectDoubleLessons,
required this.timetableNameMode
required this.timetableNameMode,
});
factory TimetableSettings.fromJson(Map<String, dynamic> json) => _$TimetableSettingsFromJson(json);