Cut/Paste project and todos

This commit is contained in:
Paolo Arena
2019-04-29 01:01:31 +02:00
parent 2ba3cd6b3f
commit d6d527e1a8
14 changed files with 218 additions and 71 deletions

View File

@@ -51,7 +51,12 @@ const state: IGlobalState = {
downloading_server: 0,
downloading_indexeddb: 0
},
arrConfig: []
arrConfig: [],
lastaction: {
table: '',
type: 0,
_id: 0
}
}
async function getConfig(id) {