Paolo Arena
43a568bce7
++ Open Web Analytics
...
https://test.freeplanet.app/owa
2019-03-17 02:09:10 +01:00
Paolo Arena
f23f60e540
++ Open Web Analytics
...
https://test.freeplanet.app/owa
2019-03-16 23:47:13 +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
1be96c06dd
fix page verify registration
2019-03-13 18:11:26 +01:00
Paolo Arena
bb3be0ec16
- Converting all to Typescript
...
- Installing 1.0.0.beta Quasar Upgrade
- (Part 1 - Upgrade Components)
2019-03-11 19:16:39 +01:00
Paolo Arena
41edd96c8c
fix "Todo Completati"
...
statics instead of assets
2019-03-05 23:44:48 +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
1eca13c27f
Drag & Drop hand made... but don't working with the touch
2019-02-19 18:44:48 +01:00
Paolo Arena
06635c87d4
- Created Test Environment un Server test.freeplanet.app
...
- mongodb open 2 connections port (3000 and 3001) - 27017 and 27018
2019-02-13 01:51:59 +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
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
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
818a7a4289
- dialog confirm delete item
...
- fix: context-menu (right click) declared only once and using twice using:
@click.native="$refs.popover.$refs.popup.show()"
2019-01-29 23:13:28 +01:00
Paolo Arena
0225f27535
- adding Progress %
2019-01-29 00:48:04 +01:00
Paolo Arena
e46e93de61
- if last character is ':' then is like a Title.
2019-01-28 03:13:04 +01:00
Paolo Arena
83420447d3
- fix it: Order List Todo
...
- Split Todo List by Priority and by Completed
- Animation drag
2019-01-27 19:09:48 +01:00
Paolo Arena
ce9f901b0a
- todo: design: flexbox, dragging, icons, priority.
2019-01-16 02:26:43 +01:00
Paolo Arena
3613560c97
- created favicons logo
2019-01-09 00:31:16 +01:00
Paolo Arena
24e6f47801
- q-table component,
...
- delete item in indexdb
2019-01-07 01:18:58 +01:00
Paolo Arena
46609baef8
- Added VueIdb plugins: $db.mytable.add({myelem:'value'}) to insert a record, and $db.mytable.toArray() to receive the array.
2019-01-05 23:34:29 +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
6edb4c4f28
config change
2018-12-23 00:33:25 +01:00
paolo
ab8e4327f0
Creating GitHub project FreePlanet
2018-12-10 11:38:22 +01:00
paolo
056dfc16f4
Risolto problema che non loggava correttamente
2018-12-06 20:07:51 +01:00
paolo
794e7088e7
Ancora sistemazioni Typescript... getters, mutations, actions... "@" alias.
2018-11-17 20:32:28 +01:00
paolo
0e383f3493
Typescript Terminato! Funziona!
2018-11-11 19:27:04 +01:00
paolo
6522a88eb7
corretto altro ts...
...
ora manca ancora il vuelidate
2018-11-08 01:09:33 +01:00
paolo
03d57ba50e
sistemare class type boolean....
2018-11-05 22:28:59 +01:00
paolo
c81e816d97
Manca di includere il file .env
2018-11-04 14:33:01 +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
899e412949
Altra conversione in Typescript , partendo da un progetto di esempio funzionante...
2018-11-02 22:15:48 +01:00
paolo
42b5afd40a
Altra conversione in Typescript , partendo da un progetto di esempio funzionante...
2018-11-02 20:10:45 +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
3d2b951d93
Email Verificata !
2018-10-25 01:51:29 +02:00
paolo
7d61b947ba
Aggiunta la Autenticazione con x-auth
2018-10-20 18:56:31 +02: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
paolo
a2673c0502
Primo Committ
2018-10-12 16:42:54 +02:00