custom login implementation, period-based timetable layout with overlap handling, enhanced error dialogs, and unified bottom sheets

This commit is contained in:
2026-05-06 20:42:09 +02:00
parent 50d2941e52
commit 86d12884fc
32 changed files with 1038 additions and 377 deletions
+1 -1
View File
@@ -127,7 +127,7 @@ class _OverhangState extends State<Overhang> {
},
onError: (error) {
if (!context.mounted) return;
InfoDialog.show(context, error.toString());
InfoDialog.show(context, error.toString(), copyable: true, title: 'Fehler');
},
);
},