Paolo Arena
13a4a0ba90
- fix: updated from Store to Component: using Watch with 'immediate' parameters! @Watch('todos_changed', { immediate: true, deep: true })
...
- fix immediate only if you need to change something very quickly... otherwise it not need.
- fix: modified become FALSE when is sent, otherwise infinite loop...
2019-02-03 19:28:06 +01:00
Paolo Arena
5d987013c5
- fix: update on Insert
...
- fix: update on Edit
2019-02-03 02:40:24 +01:00
Paolo Arena
5db5fb7dd0
- fix Indexdb:
...
1) ReadAllData 'GET' : OK
2) InsertTodo 'POST' : OK
3) DeleteItem 'DELETE': OK
4) Modify 'PATCH' : OK
2019-02-03 00:51:58 +01:00
Paolo Arena
185bd2657d
- fix Indexdb: 1) InsertTodo OK
2019-02-02 21:16:49 +01:00
Paolo Arena
3c6b2c7bef
- Service Worker
...
- Indexdb
2019-02-02 20:13:06 +01:00