++ If press DELETE or BACKSPACE and is blank description, delete the Todos.

- fix: if offline, doesn't save to cache??  if I refresh page, the data disappear
- ++ field to the percent progress
- fix: Refreshing 2 times the array todos.. because there is a filter
This commit is contained in:
Paolo Arena
2019-02-12 19:09:43 +01:00
parent a024b78e95
commit 259e2dc4e2
17 changed files with 252 additions and 188 deletions

View File

@@ -105,7 +105,7 @@ let idbKeyval = (() => {
});
},
async clearalldata(table) {
console.log('clearalldata', table)
// console.log('clearalldata', table)
return await withStore('readwrite', table, store => {
store.clear();
});