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
|
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
|
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
|
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
|
bd832d3f92
|
Setting MultiLanguage using Typescript : adding i18n.d.ts for the compiler
|
2018-12-22 18:42:00 +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 |
|