refactor: extract rundown parsing

refactor: implement groups in editor
This commit is contained in:
Carlos Valente
2025-04-17 12:56:47 +02:00
parent 52358d75d3
commit e30b4fa8d5
36 changed files with 1170 additions and 772 deletions
@@ -179,6 +179,7 @@ export default function RundownEntry(props: RundownEntryProps) {
isPast={isPast}
isNext={isNext}
skip={data.skip}
parent={data.parent}
loaded={loaded}
hasCursor={hasCursor}
playback={playback}