Commit Graph

9 Commits

Author SHA1 Message Date
Paolo Arena
d02044ae17 Ordini 2021-01-18 00:48:53 +01:00
Paolo Arena
ad99211571 Lista Doni Navi 2020-03-21 10:33:11 +01:00
Paolo Arena
3f6ffc973a - Nave
- Requirements
- Send Msg to Passeggeri
2020-03-10 21:42:30 +01:00
Paolo Arena
5153c143dd fix Registrazione data
fix linkref
fix controllo login
fix pagination CGridTableRec
2020-01-20 01:50:21 +01:00
Paolo Arena
1be96c06dd fix page verify registration 2019-03-13 18:11:26 +01:00
Paolo Arena
6931d57005 Fix: Todo Multi refresh ...
fix some promises problem
2019-02-14 18:38:23 +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
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