feat: propper timeuntil calc in countdown view (#1765)

* fix error with is linked to loaded metadata

* pass down metadata

* create expected schedule

* expected start in sub info

* for singel subscribtions

* refactor

* add color to single events

* refactor: clean up subscribtion data

* show schedule and secondray data for single events

* improve subscribtion data display
This commit is contained in:
Alex Christoffer Rasmussen
2025-09-07 21:40:27 +02:00
parent 4385e0b9c9
commit 67e67d6a5d
15 changed files with 272 additions and 209 deletions
@@ -173,7 +173,7 @@ describe('initRundownMetadata()', () => {
isPast: false,
isNextDay: false,
totalGap: 10,
isLinkedToLoaded: false,
isLinkedToLoaded: true,
isLoaded: true,
groupId: 'group',
groupColour: 'red',