Paolo Arena
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(...)
}
2019-02-20 19:17:29 +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
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
ffe3fce52b
fix: ask updated dbLoadTodo (if something to process) only when is connected...
2019-02-15 14:54:56 +01:00
Paolo Arena
fac16d2d52
Corrected some logic problems...
...
4 storing:
- Array in Memory Global state.todos
- Array temporary filtered arr_todos
- IndexedDb
- Database
2019-02-15 01:37:42 +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
1af2c86067
cleaned some code Promise...
2019-02-14 21:36:16 +01:00
Paolo Arena
1f830b3e98
cleaned some code Promise...
2019-02-14 20:08:22 +01:00
Paolo Arena
bfa8a48211
Fix: Todo Multi refresh ...
...
fix some promises problem
2019-02-14 19:01:32 +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
a024b78e95
- cleaned some code.
...
- routing offline
- pushNotification
2019-02-12 12:06:01 +01:00
Paolo Arena
e755ada1ff
- fix: Date problems... (it was a bad "copy" function, the object date was not valid...
...
- fix: error fetch on loading... (offline appeared)
2019-02-11 02:58:53 +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
cb941568e2
- add: createPushSubscription :
...
'Subscribed to FreePlanet.app!',
'You can now receive Notification and Messages.'
2019-02-05 18:17:36 +01:00
Paolo Arena
fb099322d4
- fix: check if need refresh.. part 1
...
- keytab in todo...
2019-02-04 04:17:50 +01:00
Paolo Arena
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.
2019-02-04 03:09:15 +01:00
Paolo Arena
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...
2019-02-03 19:28:06 +01:00
Paolo Arena
602eb6bc20
- fix: updated from Store to Component: using Watch with 'immediate' parameters! @Watch('todos_changed', { immediate: true, deep: true })
2019-02-03 14:40:20 +01:00
Paolo Arena
990955b6c2
- fix: objectId in javascript, and not created by Mongodb
2019-02-03 03:44:25 +01:00
Paolo Arena
5d987013c5
- fix: update on Insert
...
- fix: update on Edit
2019-02-03 02:40:24 +01:00
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
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
d8f0ead522
- fix: width to 100%
...
flex: 1; // get all space
order: 1;
2019-01-28 13:31:41 +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
2984f20b58
- todo: added priority, expired, pos fields.
...
- todo: delete item.
- sorted by fields.
2019-01-14 22:40:30 +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
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
02e5725ba9
Building in Production -> put to the Server
...
give an error: Vuex handler functions must not be anonymous.
Resolve:
npm cache clean --force
npm install
npm i npm@latest -g
2018-12-22 23:30:02 +01:00
paolo
bd832d3f92
Setting MultiLanguage using Typescript : adding i18n.d.ts for the compiler
2018-12-22 18:42:00 +01:00
paolo
056dfc16f4
Risolto problema che non loggava correttamente
2018-12-06 20:07:51 +01:00
paolo
45be1e02c5
Sistemato menu laterale... getters, state....
2018-11-26 00:53:05 +01:00
paolo
48c8c742b0
Risistemazione: Signup...
2018-11-17 21:07:07 +01:00
paolo
794e7088e7
Ancora sistemazioni Typescript... getters, mutations, actions... "@" alias.
2018-11-17 20:32:28 +01:00