Commit Graph

24 Commits

Author SHA1 Message Date
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
b65d0a2386 - creating Alternative to SyncManager
- fix: refreshing with FF now it works!
2019-02-08 17:10:25 +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
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
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
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
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 Arena
6e023753dc Fixed: in production (with Android phone) -> click on menu doesn't work well 2018-12-25 19:44:39 +01:00
paolo
bd832d3f92 Setting MultiLanguage using Typescript : adding i18n.d.ts for the compiler 2018-12-22 18:42:00 +01:00
paolo
7198b07bb6 -> Settings the packages: "quasar-framework": "0.17.17" because with "0.17.18" gives an error!
-> the Build now works! But actually nothing is visible in the website remote.
2018-12-15 01:30:21 +01:00
paolo
ab8e4327f0 Creating GitHub project FreePlanet 2018-12-10 11:38:22 +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
7c1d07797e ok, ora sistemare SignUp 2018-11-06 00:21:22 +01:00
paolo
03d57ba50e sistemare class type boolean.... 2018-11-05 22:28:59 +01:00
paolo
444dfc3384 Altra conversione in Typescript , partendo da un progetto di esempio funzionante... 2 2018-11-02 23:22:16 +01:00
paolo
42b5afd40a Altra conversione in Typescript , partendo da un progetto di esempio funzionante... 2018-11-02 20:10:45 +01:00
paolo
338a8a4107 Login e Token OK 2018-10-26 22:25:35 +02:00
paolo
1d42b184bb Login (1) 2018-10-26 00:30:10 +02:00
paolo
7d61b947ba Aggiunta la Autenticazione con x-auth 2018-10-20 18:56:31 +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