refactor: rename external message to secondary message

This commit is contained in:
Carlos Valente
2025-06-21 20:17:22 +02:00
committed by Carlos Valente
parent 0aeec12ccd
commit 3cd6cd2f55
18 changed files with 49 additions and 48 deletions
@@ -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