implemented recurrence exception (EXDATE) support for custom events, refactored timetable break and holiday generation logic, and refined RRule editor UI/theming and tile layouts
This commit is contained in:
@@ -33,9 +33,10 @@ class TimeRegionTile extends StatelessWidget {
|
||||
child: Column(
|
||||
children: [
|
||||
const SizedBox(height: 15),
|
||||
const Icon(Icons.cake),
|
||||
const Text('FREI'),
|
||||
const SizedBox(height: 10),
|
||||
Icon(region.iconData ?? Icons.event_outlined),
|
||||
const SizedBox(height: 5),
|
||||
const Text('Schulfrei'),
|
||||
const SizedBox(height: 15),
|
||||
RotatedBox(
|
||||
quarterTurns: 1,
|
||||
child: Text(
|
||||
|
||||
Reference in New Issue
Block a user