feat: schedule layout

This commit is contained in:
Thea Schöbl
2022-01-27 09:27:20 +00:00
parent 5bd0b50816
commit e4165901bb
9 changed files with 140 additions and 35 deletions

View File

@@ -109,15 +109,6 @@ export class SchedulePageComponent implements OnInit, AfterViewInit {
*/
tabChoreographer: SharedAxisChoreographer<string | null | undefined>;
/**
* Weekly config for schedule
*/
weeklyConfig: ScheduleResponsiveBreakpoint = {
until: Number.POSITIVE_INFINITY,
days: 7,
startOf: 'week',
};
/**
* Amount of days that should be shown according to current display width
*/