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
|
794e7088e7
|
Ancora sistemazioni Typescript... getters, mutations, actions... "@" alias.
|
2018-11-17 20:32:28 +01:00 |
|