Paolo Arena
|
fa17de24f0
|
- Update the way to use the data records on Vuex with Getters!
- Fix: mongodb call passing array todos and categiroes already splitted
|
2019-02-27 02:58:41 +01:00 |
|
Paolo Arena
|
0e98ac1eaa
|
Show Button, when Upgrade Version is available ! (check from the server, the version number
- for debug: added led button to see when is calling the server and the IndexedDb.
|
2019-02-22 10:23:00 +01:00 |
|
Paolo Arena
|
e8d2d49829
|
fix: WebPush Notification
|
2019-02-13 18:48:30 +01:00 |
|
Paolo Arena
|
a024b78e95
|
- cleaned some code.
- routing offline
- pushNotification
|
2019-02-12 12:06:01 +01:00 |
|
Paolo Arena
|
4d5cea1c17
|
- Manage multiple login, in different browsers... Multi Token...
- visualization of the Connection State (Online, Offline) using fetch.
|
2019-02-09 18:04:49 +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
|
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
|
818a7a4289
|
- dialog confirm delete item
- fix: context-menu (right click) declared only once and using twice using:
@click.native="$refs.popover.$refs.popup.show()"
|
2019-01-29 23:13:28 +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
|
7a217c3ca9
|
.env.production file eliminated ! (-> .env)
.env.production worked in local
added myconfig
messagepopup working (but not ready yet)
added Graphql (only module)
|
2018-12-26 21:02:16 +01:00 |
|
paolo
|
45be1e02c5
|
Sistemato menu laterale... getters, state....
|
2018-11-26 00:53:05 +01:00 |
|
paolo
|
794e7088e7
|
Ancora sistemazioni Typescript... getters, mutations, actions... "@" alias.
|
2018-11-17 20:32:28 +01:00 |
|