mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-18 13:44:12 +00:00
Refactor: split runtime state (#1725)
* refactor: runtime types * refactor: runtimeState functions to use the split type * refactor: RuntimeService to use the new split data * refactor: use the split data in the UI * update comments * refactor: rename runtime to offset * fix utils test
This commit is contained in:
committed by
Carlos Valente
parent
ed93cf313a
commit
048a9c96ea
+10
-9
@@ -18,15 +18,16 @@ const staticAutocompleteOptions = [
|
||||
'{{timer.expectedFinish}}',
|
||||
'{{timer.secondaryTimer}}',
|
||||
'{{timer.startedAt}}',
|
||||
'{{runtime.selectedEventIndex}}',
|
||||
'{{runtime.numEvents}}',
|
||||
'{{runtime.offset}}',
|
||||
'{{runtime.plannedStart}}',
|
||||
'{{runtime.plannedEnd}}',
|
||||
'{{runtime.actualStart}}',
|
||||
'{{runtime.expectedEnd}}',
|
||||
'{{currentGroup.id}}',
|
||||
'{{currentGroup.startedAt}}',
|
||||
'{{rundown.selectedEventIndex}}',
|
||||
'{{rundown.numEvents}}',
|
||||
'{{rundown.plannedStart}}',
|
||||
'{{rundown.plannedEnd}}',
|
||||
'{{rundown.actualStart}}',
|
||||
'{{offset.absolute}}',
|
||||
'{{offset.relative}}',
|
||||
'{{offset.expectedRundownEnd}}',
|
||||
'{{offset.expectedGroupEnd}}',
|
||||
'{{offset.expectedFlagStart}}',
|
||||
];
|
||||
|
||||
const eventStaticPropertiesNow = [
|
||||
|
||||
Reference in New Issue
Block a user