74ecc4f278
- Converting all to Typescript - Installing 1.0.0.beta Quasar Upgrade - (Part 1 - Upgrade Components)
Paolo Arena
2019-03-11 19:21:10 +01:00
bb3be0ec16
- Converting all to Typescript - Installing 1.0.0.beta Quasar Upgrade - (Part 1 - Upgrade Components)
Paolo Arena
2019-03-11 19:16:39 +01:00
58967a1650
HomePage FreePlanet: Italian description
Paolo Arena
2019-03-09 02:56:02 +01:00
cb7868c6db
HomePage Description Project
Paolo Arena
2019-03-08 02:04:56 +01:00
fd864ce637
Delete .env.development
Paolo Arena
2019-03-05 23:47:00 +01:00
ed35ea78ff
Merge pull request #18 from paoloar77/PushNofit2
Paolo Arena
2019-03-05 23:46:00 +01:00
41edd96c8c
fix "Todo Completati" statics instead of assets
Paolo Arena
2019-03-05 23:44:48 +01:00
6686e44297
Fix: At registration, ff in Italian, it show english email verified... added spanish
Paolo Arena
2019-03-04 21:28:27 +01:00
08e2fe879a
Fix: At registration, ff in Italian, it show english email verified...
Paolo Arena
2019-03-04 21:15:53 +01:00
0181708fc9
- Update Menu User Account: Login/SignUp
Paolo Arena
2019-03-04 20:29:30 +01:00
c1ff996d4a
LOGIN: Accessing by Username or Email
Paolo Arena
2019-03-04 19:19:05 +01:00
a63f744869
Fix: first elem added not working...
Paolo Arena
2019-03-04 18:48:07 +01:00
9803c451f9
Popupmenu Todo: - Show Task Completed
Paolo Arena
2019-03-04 17:28:29 +01:00
fa17de24f0
- Update the way to use the data records on Vuex with Getters! - Fix: mongodb call passing array todos and categiroes already splitted
Paolo Arena
2019-02-27 02:58:41 +01:00
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.
Paolo Arena
2019-02-22 10:23:00 +01:00
1623a5c35d
fix: problem scrolling with touch... sometimes dragged... and it should't do it
Paolo Arena
2019-02-20 20:59:18 +01:00
c77fe5b2f9
FIXIT modify error during moving items ... The problem was the forEach and inside ad await... it doesn't WORK ! RESOLVE: using normal FOR: for (const myelem of myarray) { await myfuncasync(...) }
Paolo Arena
2019-02-20 19:17:29 +01:00
77568f02f5
fix: DRAG Only possible with Button component or in edit description component.
Paolo Arena
2019-02-20 17:54:48 +01:00
6a99f22bf3
improve: Drag & Drop (work in progress) fix: - Axios: login error msg
Paolo Arena
2019-02-20 11:53:56 +01:00
1eca13c27f
Drag & Drop hand made... but don't working with the touch
Paolo Arena
2019-02-19 18:44:48 +01:00
ec49343556
Added Axios and removed fetch... Axios has CSXF integrated.
Paolo Arena
2019-02-19 02:33:02 +01:00
ea18c4e5b9
- Fix: choose language : added flags
Paolo Arena
2019-02-16 02:01:17 +01:00
ffe3fce52b
fix: ask updated dbLoadTodo (if something to process) only when is connected...
Paolo Arena
2019-02-15 14:54:56 +01:00
fac16d2d52
Corrected some logic problems... 4 storing: - Array in Memory Global state.todos - Array temporary filtered arr_todos - IndexedDb - Database
Paolo Arena
2019-02-15 01:37:42 +01:00
cd0ec40441
Corrected some logic problems... 4 storing: - Array in Memory Global state.todos - Array temporary filtered arr_todos - IndexedDb - Database
Paolo Arena
2019-02-15 01:25:44 +01:00
1af2c86067
cleaned some code Promise...
Paolo Arena
2019-02-14 21:36:16 +01:00
1f830b3e98
cleaned some code Promise...
Paolo Arena
2019-02-14 20:08:22 +01:00
aac3bf7cd6
Merge pull request #17 from paoloar77/PushNofit2
Paolo Arena
2019-02-14 19:02:19 +01:00
bfa8a48211
Fix: Todo Multi refresh ... fix some promises problem
Paolo Arena
2019-02-14 19:01:32 +01:00
6931d57005
Fix: Todo Multi refresh ... fix some promises problem
Paolo Arena
2019-02-14 18:38:23 +01:00
e8d2d49829
fix: WebPush Notification
Paolo Arena
2019-02-13 18:48:30 +01:00
06635c87d4
- Created Test Environment un Server test.freeplanet.app - mongodb open 2 connections port (3000 and 3001) - 27017 and 27018
Paolo Arena
2019-02-13 01:51:59 +01:00
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
Paolo Arena
2019-02-12 19:09:43 +01:00
a024b78e95
- cleaned some code. - routing offline - pushNotification
Paolo Arena
2019-02-12 12:06:01 +01:00
e755ada1ff
- fix: Date problems... (it was a bad "copy" function, the object date was not valid... - fix: error fetch on loading... (offline appeared)
Paolo Arena
2019-02-11 02:58:53 +01:00
4d5cea1c17
- Manage multiple login, in different browsers... Multi Token... - visualization of the Connection State (Online, Offline) using fetch.
Paolo Arena
2019-02-09 18:04:49 +01:00
9e16f5ebc6
Merge pull request #16 from paoloar77/Precache
Paolo Arena
2019-02-08 17:14:31 +01:00
b65d0a2386
- creating Alternative to SyncManager - fix: refreshing with FF now it works!
Paolo Arena
2019-02-08 17:10:25 +01:00
5ee0d8e171
- updated SendReq - If Server Down the login msg error corrected.
Paolo Arena
2019-02-07 00:53:10 +01:00
cb62d46048
- updated SendReq - If Server Down the login msg error corrected.
Paolo Arena
2019-02-06 18:47:54 +01:00
cb941568e2
- add: createPushSubscription : 'Subscribed to FreePlanet.app!', 'You can now receive Notification and Messages.'
Paolo Arena
2019-02-05 18:17:36 +01:00
d8e0ff0bc3
- PUSH Notification
Paolo Arena
2019-02-05 03:39:56 +01:00
a66d83cb23
- add: perimssion and Send Notification to a Service Worker... -> and finally to the App
Paolo Arena
2019-02-04 16:47:15 +01:00
fb099322d4
- fix: check if need refresh.. part 1 - keytab in todo...
Paolo Arena
2019-02-04 04:17:50 +01:00
b2e760faa9
- fix: updated from Store to Component: using Watch with 'immediate' parameters! @Watch('todos_changed', { immediate: true, deep: true }) - fix immediate only if you need to change something very quickly... otherwise it not need. - fix: modified become FALSE when is sent, otherwise infinite loop... - fix: created 2 separate tables for POST and PATCH request.
Paolo Arena
2019-02-04 03:09:15 +01:00
13a4a0ba90
- fix: updated from Store to Component: using Watch with 'immediate' parameters! @Watch('todos_changed', { immediate: true, deep: true }) - fix immediate only if you need to change something very quickly... otherwise it not need. - fix: modified become FALSE when is sent, otherwise infinite loop...
Paolo Arena
2019-02-03 19:28:06 +01:00
602eb6bc20
- fix: updated from Store to Component: using Watch with 'immediate' parameters! @Watch('todos_changed', { immediate: true, deep: true })
Paolo Arena
2019-02-03 14:40:20 +01:00
990955b6c2
- fix: objectId in javascript, and not created by Mongodb
Paolo Arena
2019-02-03 03:44:25 +01:00
5d987013c5
- fix: update on Insert - fix: update on Edit
Paolo Arena
2019-02-03 02:40:24 +01:00
5db5fb7dd0
- fix Indexdb: 1) ReadAllData 'GET' : OK 2) InsertTodo 'POST' : OK 3) DeleteItem 'DELETE': OK 4) Modify 'PATCH' : OK
Paolo Arena
2019-02-03 00:51:58 +01:00
185bd2657d
- fix Indexdb: 1) InsertTodo OK
Paolo Arena
2019-02-02 21:16:49 +01:00
3c6b2c7bef
- Service Worker - Indexdb
Paolo Arena
2019-02-02 20:13:06 +01:00
484439efe0
- Service Worker: Save on IndexDb and Sync to send after to the DB. - Insert record on MongoDb, POST, GET.
Paolo Arena
2019-02-01 04:10:31 +01:00
f52eb65284
- regular expression for precache new RegExp(/.*\/(?:css|font).*/),
Paolo Arena
2019-01-31 17:08:10 +01:00
c3739e2b32
Merge pull request #13 from paoloar77/Categories
Paolo Arena
2019-01-30 02:07:17 +01:00
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>
Paolo Arena
2019-01-30 02:01:04 +01:00
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!
Paolo Arena
2019-01-30 01:05:31 +01:00
818a7a4289
- dialog confirm delete item - fix: context-menu (right click) declared only once and using twice using: @click.native="$refs.popover.$refs.popup.show()"
Paolo Arena
2019-01-29 23:13:28 +01:00
e029f6165e
- added Categories to the Task List. - Drawer added SubMenu : Personal / Work Todo list categories.
Paolo Arena
2019-01-29 03:12:18 +01:00
0225f27535
- adding Progress %
Paolo Arena
2019-01-29 00:48:04 +01:00
e087bdcef5
- adding Progress %
Paolo Arena
2019-01-29 00:47:27 +01:00
0161e6c7e9
- fix: width to 100%
Paolo Arena
2019-01-28 20:39:40 +01:00
d8f0ead522
- fix: width to 100%
Paolo Arena
2019-01-28 13:31:41 +01:00
3f678e28a6
- fix: focus on Edit Description
Paolo Arena
2019-01-28 11:39:02 +01:00
e46e93de61
- if last character is ':' then is like a Title.
Paolo Arena
2019-01-28 03:13:04 +01:00
0733e92acd
- Settings label priority as Title - If drag down, the task become completed
Paolo Arena
2019-01-27 21:49:10 +01:00
83420447d3
- fix it: Order List Todo - Split Todo List by Priority and by Completed - Animation drag
Paolo Arena
2019-01-27 19:09:48 +01:00
a9298e47df
Merge pull request #12 from paoloar77/Categories
Paolo Arena
2019-01-16 12:24:18 +01:00
3613560c97
- created favicons logo
Paolo Arena
2019-01-09 00:31:16 +01:00
95e54e7c01
- created logo FreePlanet in SVG animation !
Paolo Arena
2019-01-08 01:23:25 +01:00
f715aab9d5
- created logo FreePlanet in SVG animation !
Paolo Arena
2019-01-08 01:22:09 +01:00
c98c1e595d
Merge pull request #11 from paoloar77/Categories
Paolo Arena
2019-01-07 01:20:54 +01:00
24e6f47801
- q-table component, - delete item in indexdb
Paolo Arena
2019-01-07 01:18:58 +01:00
1b9a89b4f5
- fix: to export a Component in typescript, you need to create index.ts in each subfolder of the components folder !
Paolo Arena
2019-01-06 23:03:45 +01:00
3b13e66f87
- Added VueIdb plugins: $db.mytable.add({myelem:'value'}) to insert a record, and $db.mytable.toArray() to receive the array.
Paolo Arena
2019-01-05 23:59:47 +01:00
ac75215106
Merge pull request #10 from paoloar77/localstorage-1
Paolo Arena
2019-01-05 23:37:40 +01:00
46609baef8
- Added VueIdb plugins: $db.mytable.add({myelem:'value'}) to insert a record, and $db.mytable.toArray() to receive the array.
Paolo Arena
2019-01-05 23:34:29 +01:00
f01a3445f7
- VerifiedEmail OK - Toolbar now save leftDrawerOpen state - Use LocalStorage to Autologin
Paolo Arena
2019-01-02 18:01:36 +01:00
7c7bf57282
Merge pull request #9 from paoloar77/developing
Paolo Arena
2019-01-02 02:10:36 +01:00
802f34a893
- Fix: setlang - Completed work: page '/vref' (Verify registration) OK
Paolo Arena
2019-01-02 01:58:47 +01:00
d0de816ceb
When Registration OK, go to Login and show message to verify email.
Paolo Arena
2019-01-01 03:22:01 +01:00
ae08b62b93
Merge pull request #8 from paoloar77/0.03
Paolo Arena
2018-12-26 21:17:54 +01:00
7a217c3ca9
.env.production file eliminated ! (-> .env) .env.production worked in local added myconfig messagepopup working (but not ready yet) added Graphql (only module)
Paolo Arena
2018-12-26 21:02:16 +01:00