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 |
|