Commit Graph

26 Commits

Author SHA1 Message Date
Paolo Arena
8dc26269cd add some env 2019-03-15 02:01:03 +01:00
Paolo Arena
527da316da - fix Header and Drawer Right
- fix Drawer Menu Left
- add icon on the Header
- fix lang if is different language: set to English.
2019-03-14 21:09:41 +01:00
Paolo Arena
41642853d1 Insert Carosel (3 images to the HomePage) 2019-03-14 01:24:59 +01:00
Paolo Arena
4f94cfcac5 HomePage English Version 2019-03-13 20:15:30 +01:00
Paolo Arena
1be96c06dd fix page verify registration 2019-03-13 18:11:26 +01:00
Paolo Arena
cb7868c6db HomePage Description Project 2019-03-08 02:04:56 +01:00
Paolo Arena
41edd96c8c fix "Todo Completati"
statics instead of assets
2019-03-05 23:44:48 +01:00
Paolo Arena
0181708fc9 - Update Menu User Account: Login/SignUp 2019-03-04 20:29:30 +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
1623a5c35d fix: problem scrolling with touch... sometimes dragged... and it should't do it 2019-02-20 20:59:18 +01:00
Paolo Arena
1eca13c27f Drag & Drop hand made... but don't working with the touch 2019-02-19 18:44:48 +01:00
Paolo Arena
fac16d2d52 Corrected some logic problems...
4 storing:
  - Array in Memory Global state.todos
  - Array temporary filtered arr_todos
  - IndexedDb
  - Database
2019-02-15 01:37:42 +01:00
Paolo Arena
1af2c86067 cleaned some code Promise... 2019-02-14 21:36:16 +01:00
Paolo Arena
6931d57005 Fix: Todo Multi refresh ...
fix some promises problem
2019-02-14 18:38:23 +01:00
Paolo Arena
e755ada1ff - fix: Date problems... (it was a bad "copy" function, the object date was not valid...
- fix: error fetch on loading... (offline appeared)
2019-02-11 02:58:53 +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
d8e0ff0bc3 - PUSH Notification 2019-02-05 03:39:56 +01:00
Paolo Arena
3c6b2c7bef - Service Worker
- Indexdb
2019-02-02 20:13:06 +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
f715aab9d5 - created logo FreePlanet in SVG animation ! 2019-01-08 01:22:09 +01:00
Paolo Arena
fd2321cd20 - starting add Categories
- improved layout drawer
2019-01-05 20:11:41 +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
01d5f3cec1 Prima del salvataggio USER 2018-10-14 22:10:00 +02:00
paolo
43f2484e54 Iniziato il SignUp 2018-10-13 19:14:58 +02:00