Paolo Arena
f23f60e540
++ Open Web Analytics
...
https://test.freeplanet.app/owa
2019-03-16 23:47:13 +01:00
Paolo Arena
8dc26269cd
add some env
2019-03-15 02:01:03 +01:00
Paolo Arena
9877344b4d
fix menu ShowTask
2019-03-15 01:06:40 +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
542a6d3e7f
HomePage English Version
2019-03-13 20:14:57 +01:00
Paolo Arena
213330564d
Spanish Version to the HomePage
2019-03-13 19:35:02 +01:00
Paolo Arena
313963d14b
fix fields registration
2019-03-13 14:23:25 +01:00
Paolo Arena
9376b397d7
fix fields login
2019-03-13 13:40:17 +01:00
Paolo Arena
67748ce94f
- (Part 2 - Upgrade Components Quasar)
2019-03-13 01:53:53 +01:00
Paolo Arena
74ecc4f278
- Converting all to Typescript
...
- Installing 1.0.0.beta Quasar Upgrade
- (Part 1 - Upgrade Components)
2019-03-11 19:21:10 +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
77568f02f5
fix: DRAG Only possible with Button component or in edit description component.
2019-02-20 17:54:48 +01:00
Paolo Arena
ec49343556
Added Axios and removed fetch...
...
Axios has CSXF integrated.
2019-02-19 02:33:02 +01:00
Paolo Arena
ee6cf47c29
fixed UI dropdown menu.
...
- eliminate contextmenu.
2019-02-16 03:49:16 +01:00
Paolo Arena
ea18c4e5b9
- Fix: choose language : added flags
2019-02-16 02:01:17 +01:00
Paolo Arena
cd0ec40441
Corrected some logic problems...
...
4 storing:
- Array in Memory Global state.todos
- Array temporary filtered arr_todos
- IndexedDb
- Database
2019-02-15 01:25:44 +01:00
Paolo Arena
6931d57005
Fix: Todo Multi refresh ...
...
fix some promises problem
2019-02-14 18:38:23 +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
5ee0d8e171
- updated SendReq
...
- If Server Down the login msg error corrected.
2019-02-07 00:53:10 +01:00
Paolo Arena
cb62d46048
- updated SendReq
...
- If Server Down the login msg error corrected.
2019-02-06 18:47:54 +01:00
Paolo Arena
a66d83cb23
- add: perimssion and Send Notification to a Service Worker... -> and finally to the App
2019-02-04 16:47:15 +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