mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-18 05:34:09 +00:00
refactor: improve editor and cuesheet headers
- consistent behaviour for app mode - improve navigation
This commit is contained in:
committed by
Carlos Valente
parent
79bcc179ba
commit
6facd6a666
@@ -4,3 +4,13 @@ export const tooltipDelayFast = 300;
|
||||
|
||||
export const queryRefetchInterval = 60000; // 60 seconds
|
||||
export const queryRefetchIntervalSlow = 120000; // 120 seconds
|
||||
|
||||
export const sessionKeys = {
|
||||
cuesheetMode: 'cuesheet-mode',
|
||||
editorMode: 'editor-mode',
|
||||
};
|
||||
|
||||
export enum AppMode {
|
||||
Run = 'run',
|
||||
Edit = 'edit',
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user