Paolo Arena
4a7c68fbd5
- fixed added meta tags "title, keywords and description"
...
- fixed height images in gallery
2019-10-18 01:47:36 +02:00
Paolo Arena
f23f60e540
++ Open Web Analytics
...
https://test.freeplanet.app/owa
2019-03-16 23:47:13 +01:00
Paolo Arena
41edd96c8c
fix "Todo Completati"
...
statics instead of assets
2019-03-05 23:44:48 +01:00
Paolo Arena
9803c451f9
Popupmenu Todo:
...
- Show Task Completed
2019-03-04 17:28:29 +01:00
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
6a99f22bf3
improve: Drag & Drop (work in progress)
...
fix: - Axios: login error msg
2019-02-20 11:53:56 +01:00
Paolo Arena
3c6b2c7bef
- Service Worker
...
- Indexdb
2019-02-02 20:13:06 +01:00
Paolo Arena
f52eb65284
- regular expression for precache
...
new RegExp(/.*\/(?:css|font).*/),
2019-01-31 17:08:10 +01:00
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
3613560c97
- created favicons logo
2019-01-09 00:31:16 +01:00
Paolo Arena
fd2321cd20
- starting add Categories
...
- improved layout drawer
2019-01-05 20:11:41 +01:00
paolo
bd832d3f92
Setting MultiLanguage using Typescript : adding i18n.d.ts for the compiler
2018-12-22 18:42:00 +01:00
paolo
0fd5bf5034
Conversione in Typescript completata.
...
Manca ancora qualche errore.
2018-11-02 15:56:29 +01:00
paolo
338a8a4107
Login e Token OK
2018-10-26 22:25:35 +02:00
paolo
43f2484e54
Iniziato il SignUp
2018-10-13 19:14:58 +02:00
paolo
a2673c0502
Primo Committ
2018-10-12 16:42:54 +02:00