-
- Downloads
refactor: rework calendar day view
Unfortunately, this commit combines a few changes: * the calendar day view now uses the /program endpoint like the week view and therefore no longer needs to generate slots that fill empty spots in the program * the visual presentation has been reworked so that it is more in line with the changes to the week view * the look has been changed to a continuous timelime giving users clear feedback on what has been broadcasted, what is being broadcasted and what will be broadcasted refs #128
Showing
- src/components/CalendarDayView.vue 47 additions, 325 deletionssrc/components/CalendarDayView.vue
- src/components/calendar/ACalendarDayEntry.vue 150 additions, 0 deletionssrc/components/calendar/ACalendarDayEntry.vue
- src/components/generic/ATimeline.vue 5 additions, 0 deletionssrc/components/generic/ATimeline.vue
- src/components/generic/ATimelineContent.vue 5 additions, 0 deletionssrc/components/generic/ATimelineContent.vue
- src/components/generic/ATimelineHeader.vue 5 additions, 0 deletionssrc/components/generic/ATimelineHeader.vue
- src/components/generic/ATimelineIcon.vue 26 additions, 0 deletionssrc/components/generic/ATimelineIcon.vue
- src/components/generic/ATimelineItem.vue 78 additions, 0 deletionssrc/components/generic/ATimelineItem.vue
- src/i18n/de.js 6 additions, 0 deletionssrc/i18n/de.js
- src/i18n/en.js 6 additions, 0 deletionssrc/i18n/en.js
- src/util/index.ts 7 additions, 2 deletionssrc/util/index.ts
Loading
Please register or sign in to comment