Skip to content

Commit

Permalink
[timetable] updated builtin timetable patch sitVacationShift2024
Browse files Browse the repository at this point in the history
  • Loading branch information
liplum committed Apr 26, 2024
1 parent 6d00106 commit 4610e29
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions lib/timetable/patch.dart
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ class BuiltinTimetablePatchSets {
source: TimetableDayLoc.date(DateTime(2024, 5, 10)),
target: TimetableDayLoc.date(DateTime(2024, 5, 11)),
),
TimetableRemoveDayPatch(loc: TimetableDayLoc.date(DateTime(2024, 5, 1))),
TimetableRemoveDayPatch(loc: TimetableDayLoc.date(DateTime(2024, 5, 3))),
TimetableRemoveDayPatch(loc: TimetableDayLoc.date(DateTime(2024, 6, 10))),
TimetableMoveDayPatch(
source: TimetableDayLoc.date(DateTime(2024, 9, 16)),
Expand Down
2 changes: 1 addition & 1 deletion lib/timetable/widgets/patch/gallery.dart
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class TimetablePatchSetCard extends StatelessWidget {
),
subtitle: [
...patchSet.patches.mapIndexed((i, p) => "${i + 1}. ${p.l10n()}".text()),
].column(maa: MainAxisAlignment.start),
].column(caa: CrossAxisAlignment.start),
),
);
}
Expand Down

0 comments on commit 4610e29

Please sign in to comment.