Paolo Arena
cb62d46048
- updated SendReq
...
- If Server Down the login msg error corrected.
2019-02-06 18:47:54 +01:00
Paolo Arena
cb941568e2
- add: createPushSubscription :
...
'Subscribed to FreePlanet.app!',
'You can now receive Notification and Messages.'
2019-02-05 18:17:36 +01:00
Paolo Arena
b2e760faa9
- 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...
- fix: created 2 separate tables for POST and PATCH request.
2019-02-04 03:09:15 +01:00
Paolo Arena
602eb6bc20
- fix: updated from Store to Component: using Watch with 'immediate' parameters! @Watch('todos_changed', { immediate: true, deep: true })
2019-02-03 14:40:20 +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
2984f20b58
- todo: added priority, expired, pos fields.
...
- todo: delete item.
- sorted by fields.
2019-01-14 22:40:30 +01:00
Paolo Arena
fd2321cd20
- starting add Categories
...
- improved layout drawer
2019-01-05 20:11:41 +01:00
Paolo Arena
f01a3445f7
- VerifiedEmail OK
...
- Toolbar now save leftDrawerOpen state
- Use LocalStorage to Autologin
2019-01-02 18:01:36 +01:00
Paolo Arena
802f34a893
- Fix: setlang
...
- Completed work: page '/vref' (Verify registration) OK
2019-01-02 01:58:47 +01:00
paolo
02e5725ba9
Building in Production -> put to the Server
...
give an error: Vuex handler functions must not be anonymous.
Resolve:
npm cache clean --force
npm install
npm i npm@latest -g
2018-12-22 23:30:02 +01:00
paolo
056dfc16f4
Risolto problema che non loggava correttamente
2018-12-06 20:07:51 +01:00
paolo
45be1e02c5
Sistemato menu laterale... getters, state....
2018-11-26 00:53:05 +01:00
paolo
48c8c742b0
Risistemazione: Signup...
2018-11-17 21:07:07 +01:00
paolo
794e7088e7
Ancora sistemazioni Typescript... getters, mutations, actions... "@" alias.
2018-11-17 20:32:28 +01:00