Paolo Arena
fa7247a338
- Activated Workbox precache PWA !
...
importScripts('https://storage.googleapis.com/workbox-cdn/releases/3.0.0/workbox-sw.js ');
if (!workbox) {
workbox = new self.WorkboxSW();
}
if (workbox) {
workbox.core.setCacheNameDetails({prefix: "freeplanet"});
/**
* The workboxSW.precacheAndRoute() method efficiently caches and responds to
* requests for URLs in the manifest.
* See https://goo.gl/S9QRab
*/
self.__precacheManifest = [].concat(self.__precacheManifest || []);
workbox.precaching.suppressWarnings();
workbox.precaching.precacheAndRoute(self.__precacheManifest, {});
workbox.routing.registerRoute(/^http/, workbox.strategies.networkFirst(), 'GET');
}
2019-01-31 13:52:52 +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
e029f6165e
- added Categories to the Task List.
...
- Drawer added SubMenu : Personal / Work Todo list categories.
2019-01-29 03:12:18 +01:00
Paolo Arena
0161e6c7e9
- fix: width to 100%
...
flex: 1; // get all space
order: 1;
- focus to InsertTask
2019-01-28 20:39:40 +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 Arena
d0de816ceb
When Registration OK, go to Login and show message to verify email.
2019-01-01 03:22:01 +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
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
794e7088e7
Ancora sistemazioni Typescript... getters, mutations, actions... "@" alias.
2018-11-17 20:32:28 +01:00
paolo
7c49a97217
Ancora sistemazioni con typescript....
2018-11-15 19:48:37 +01:00
paolo
6522a88eb7
corretto altro ts...
...
ora manca ancora il vuelidate
2018-11-08 01:09:33 +01:00
paolo
03d57ba50e
sistemare class type boolean....
2018-11-05 22:28:59 +01:00
paolo
42b5afd40a
Altra conversione in Typescript , partendo da un progetto di esempio funzionante...
2018-11-02 20:10:45 +01:00