Paolo Arena
5db5fb7dd0
- fix Indexdb:
...
1) ReadAllData 'GET' : OK
2) InsertTodo 'POST' : OK
3) DeleteItem 'DELETE': OK
4) Modify 'PATCH' : OK
2019-02-03 00:51:58 +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
484439efe0
- Service Worker: Save on IndexDb and Sync to send after to the DB.
...
- Insert record on MongoDb, POST, GET.
2019-02-01 04:10:31 +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
a3312e0d05
- Created component SubMenus to permit to call menu with:
...
- right click
<q-context-menu ref="contextMenu">
<SubMenus :menuPopupTodo="menuPopupTodo" :itemtodo="itemtodo" @clickMenu="clickMenu" @setPriority="setPriority"></SubMenus>
</q-context-menu>
- click on btn:
<q-btn flat
class="pos-item-popover"
icon="menu" >
<q-popover self="top right">
<SubMenus :menuPopupTodo="menuPopupTodo" :itemtodo="itemtodo" @clickMenu="clickMenu" @setPriority="setPriority"></SubMenus>
</q-popover>
</q-btn>
2019-01-30 02:01:04 +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
e029f6165e
- added Categories to the Task List.
...
- Drawer added SubMenu : Personal / Work Todo list categories.
2019-01-29 03:12:18 +01:00
Paolo Arena
0225f27535
- adding Progress %
2019-01-29 00:48:04 +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
d8f0ead522
- fix: width to 100%
...
flex: 1; // get all space
order: 1;
2019-01-28 13:31:41 +01:00
Paolo Arena
3f678e28a6
- fix: focus on Edit Description
2019-01-28 11:39:02 +01:00
Paolo Arena
e46e93de61
- if last character is ':' then is like a Title.
2019-01-28 03:13:04 +01:00
Paolo Arena
0733e92acd
- Settings label priority as Title
...
- If drag down, the task become completed
2019-01-27 21:49:10 +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
2984f20b58
- todo: added priority, expired, pos fields.
...
- todo: delete item.
- sorted by fields.
2019-01-14 22:40:30 +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
24e6f47801
- q-table component,
...
- delete item in indexdb
2019-01-07 01:18:58 +01:00
Paolo Arena
1b9a89b4f5
- fix: to export a Component in typescript, you need to create index.ts in each subfolder of the components folder !
2019-01-06 23:03:45 +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
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
3dc9465b7e
Update: Ignore some files
2018-12-12 12:55:46 +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
6b00f242ee
Altra conversione in Typescript , partendo da un progetto di esempio funzionante...
2018-11-02 20:30:53 +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
28eb3ff6a8
Login OK!
2018-10-26 14:50:50 +02:00
paolo
1d42b184bb
Login (1)
2018-10-26 00:30:10 +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
8e9cafc108
Validation dei campi di registrazione: OK
...
Invio al server e scrittura su DB: OK
2018-10-16 18:55:30 +02:00
paolo
e6808f6214
Validation dei campi di registrazione: OK
...
Invio al server e scrittura su DB: OK
2018-10-15 21:58:29 +02:00
paolo
d261ed8ea8
Reg con username
2018-10-15 21:04:28 +02:00
paolo
a6eb2d2aaa
Registrazione - fase 1
2018-10-15 02:50:06 +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