mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-14 20:03:52 +00:00
End pause (#832)
* refactor: trigger ahead * refactor: refresh often * fix: handle empty rundown updates * fix: handle falsy values * style: avoid overlap of components * refactor: freeze end option
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
export enum EndAction {
|
||||
None = 'none',
|
||||
Stop = 'stop',
|
||||
LoadNext = 'load-next',
|
||||
None = 'none',
|
||||
PlayNext = 'play-next',
|
||||
Stop = 'stop',
|
||||
}
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
export type ViewSettings = {
|
||||
overrideStyles: boolean;
|
||||
endMessage: string;
|
||||
normalColor: string;
|
||||
warningColor: string;
|
||||
dangerColor: string;
|
||||
endMessage: string;
|
||||
freezeEnd: boolean;
|
||||
normalColor: string;
|
||||
overrideStyles: boolean;
|
||||
warningColor: string;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user