Paolo Arena
c77fe5b2f9
FIXIT modify error during moving items ...
...
The problem was the forEach and inside ad await... it doesn't WORK !
RESOLVE:
using normal FOR:
for (const myelem of myarray) {
await myfuncasync(...)
}
2019-02-20 19:17:29 +01:00
Paolo Arena
3c6b2c7bef
- Service Worker
...
- Indexdb
2019-02-02 20:13:06 +01:00
Paolo Arena
484439efe0
- Service Worker: Save on IndexDb and Sync to send after to the DB.
...
- Insert record on MongoDb, POST, GET.
2019-02-01 04:10:31 +01:00
Paolo Arena
2515bb598e
- fix: starting the app it doesn't loaded the SingleTodo correctly...
...
the problem was:
import { SingleTodo } from '@components' // doesn't work:
Resolve :
import { SingleTodo } from '../../SingleTodo' // correct!
2019-01-30 01:05:31 +01:00
Paolo Arena
ce9f901b0a
- todo: design: flexbox, dragging, icons, priority.
2019-01-16 02:26:43 +01:00
Paolo Arena
2984f20b58
- todo: added priority, expired, pos fields.
...
- todo: delete item.
- sorted by fields.
2019-01-14 22:40:30 +01:00
Paolo Arena
f715aab9d5
- created logo FreePlanet in SVG animation !
2019-01-08 01:22:09 +01:00
Paolo Arena
24e6f47801
- q-table component,
...
- delete item in indexdb
2019-01-07 01:18:58 +01:00
Paolo Arena
1b9a89b4f5
- fix: to export a Component in typescript, you need to create index.ts in each subfolder of the components folder !
2019-01-06 23:03:45 +01:00
Paolo Arena
46609baef8
- Added VueIdb plugins: $db.mytable.add({myelem:'value'}) to insert a record, and $db.mytable.toArray() to receive the array.
2019-01-05 23:34:29 +01:00
Paolo Arena
fd2321cd20
- starting add Categories
...
- improved layout drawer
2019-01-05 20:11:41 +01:00