mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-13 19:33:46 +00:00
refactor: rename external message to secondary message
This commit is contained in:
committed by
Carlos Valente
parent
0aeec12ccd
commit
3cd6cd2f55
@@ -1,4 +1,4 @@
|
||||
export type SecondarySource = 'aux' | 'external' | null;
|
||||
export type SecondarySource = 'aux' | 'secondary' | null;
|
||||
|
||||
export type TimerMessage = {
|
||||
text: string;
|
||||
@@ -10,5 +10,5 @@ export type TimerMessage = {
|
||||
|
||||
export type MessageState = {
|
||||
timer: TimerMessage;
|
||||
external: string;
|
||||
secondary: string;
|
||||
};
|
||||
|
||||
@@ -27,7 +27,7 @@ export const runtimeStorePlaceholder: Readonly<RuntimeStore> = {
|
||||
blackout: false,
|
||||
secondarySource: null,
|
||||
},
|
||||
external: '',
|
||||
secondary: '',
|
||||
},
|
||||
runtime: {
|
||||
selectedEventIndex: null, // changes if rundown changes or we load a new event
|
||||
|
||||
Reference in New Issue
Block a user