Commit Graph

16 Commits

Author SHA1 Message Date
Paolo Arena
eda9a8514f - starting project list...
- ordering some functions
- fix error TS2339

quasar.extensions.json was the problem !
inside had:
{
  "@quasar/typescript": {
    "webpack": "plugin",
    "rename": true
  }
}
2019-03-21 20:43:15 +01:00
Paolo Arena
cb7868c6db HomePage Description Project 2019-03-08 02:04:56 +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
a024b78e95 - cleaned some code.
- routing offline
- pushNotification
2019-02-12 12:06:01 +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
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
fd2321cd20 - starting add Categories
- improved layout drawer
2019-01-05 20:11:41 +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
056dfc16f4 Risolto problema che non loggava correttamente 2018-12-06 20:07:51 +01:00
paolo
6522a88eb7 corretto altro ts...
ora manca ancora il vuelidate
2018-11-08 01:09:33 +01:00