v2 beta5 modals (#377)

* refactor: folder structure

* style: modal wrapper

* feat: add nordic translations
This commit is contained in:
Carlos Valente
2023-05-12 22:16:33 +02:00
committed by GitHub
parent 29a9167d61
commit 139b667e20
49 changed files with 1103 additions and 1500 deletions
@@ -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;
};