mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-19 06:04:05 +00:00
v2 beta5 modals (#377)
* refactor: folder structure * style: modal wrapper * feat: add nordic translations
This commit is contained in:
@@ -14,5 +14,4 @@ export type DatabaseModel = {
|
||||
aliases: Alias[];
|
||||
userFields: UserFields;
|
||||
osc: OSCSettings;
|
||||
http: any;
|
||||
};
|
||||
|
||||
@@ -4,7 +4,8 @@ export type Settings = {
|
||||
app: 'ontime';
|
||||
version: 2;
|
||||
serverPort: 4001;
|
||||
lock: null | boolean;
|
||||
pinCode: null | number | string;
|
||||
editorKey: null | string;
|
||||
operatorKey: null | string;
|
||||
timeFormat: TimeFormat;
|
||||
language: string;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user