This commit is contained in:
1ilit
2023-11-24 18:28:39 +02:00
parent 045715cff9
commit 76ef62d13f
3 changed files with 116 additions and 30 deletions

View File

@@ -103,6 +103,13 @@ const Action = {
PAN: 4,
};
const State = {
NONE: 0,
SAVING: 1,
SAVED: 2,
LOADING: 3,
};
export {
bgBlue,
sqlDataTypes,
@@ -116,4 +123,5 @@ export {
Tab,
ObjectType,
Action,
State,
};