Paolo Arena
41edd96c8c
fix "Todo Completati"
...
statics instead of assets
2019-03-05 23:44:48 +01:00
Paolo Arena
08e2fe879a
Fix: At registration, ff in Italian, it show english email verified...
2019-03-04 21:15:53 +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
6a99f22bf3
improve: Drag & Drop (work in progress)
...
fix: - Axios: login error msg
2019-02-20 11:53:56 +01:00
Paolo Arena
ec49343556
Added Axios and removed fetch...
...
Axios has CSXF integrated.
2019-02-19 02:33:02 +01:00
Paolo Arena
ea18c4e5b9
- Fix: choose language : added flags
2019-02-16 02:01:17 +01:00
Paolo Arena
6931d57005
Fix: Todo Multi refresh ...
...
fix some promises problem
2019-02-14 18:38:23 +01:00
Paolo Arena
e8d2d49829
fix: WebPush Notification
2019-02-13 18:48:30 +01:00
Paolo Arena
259e2dc4e2
++ If press DELETE or BACKSPACE and is blank description, delete the Todos.
...
- fix: if offline, doesn't save to cache?? if I refresh page, the data disappear
- ++ field to the percent progress
- fix: Refreshing 2 times the array todos.. because there is a filter
2019-02-12 19:09:43 +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
cb62d46048
- updated SendReq
...
- If Server Down the login msg error corrected.
2019-02-06 18:47:54 +01:00
Paolo Arena
cb941568e2
- add: createPushSubscription :
...
'Subscribed to FreePlanet.app!',
'You can now receive Notification and Messages.'
2019-02-05 18:17:36 +01:00
Paolo Arena
185bd2657d
- fix Indexdb: 1) InsertTodo OK
2019-02-02 21:16:49 +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
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
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
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
Paolo Arena
d0de816ceb
When Registration OK, go to Login and show message to verify email.
2019-01-01 03:22:01 +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
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
290045939c
Creating GitHub project FreePlanet
2018-12-11 11:08:50 +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
7c49a97217
Ancora sistemazioni con typescript....
2018-11-15 19:48:37 +01:00
paolo
f5b73414b1
Bottone Registrati: manca getlang che non funziona....
2018-11-12 18:08:06 +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
6811202571
ancora su Typescript...
...
suddiviso i ts dai html e scss
2018-11-07 22:42:22 +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
5b56636ba2
Altra conversione in Typescript (3).
...
primo test semplice...
2018-11-03 01:23:39 +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
6b00f242ee
Altra conversione in Typescript , partendo da un progetto di esempio funzionante...
2018-11-02 20:30:53 +01:00