1
0
mirror of https://github.com/taigrr/wtf synced 2025-01-18 04:03:14 -08:00

10 Commits

Author SHA1 Message Date
Chris Cummer
7bf2ad88cf Clean up the Todo display code 2018-05-30 21:51:39 -07:00
Chris Cummer
89b1b0f517 Fixes #39: Todo crashes when space pressed with no selection 2018-05-14 21:04:37 -07:00
Chris Cummer
4a30de5d51 Rough draft of adding new items to Todo 2018-04-28 22:06:12 -07:00
Chris Cummer
c63d92a1f7 Can edit existing Todo items via modal 2018-04-28 16:17:45 -07:00
Chris Cummer
5a31de74fe Add Makefile support for 'make install' and version info 2018-04-23 17:35:14 -07:00
Chris Cummer
34dcdbbe66 Better keyboard support for todo 2018-04-23 17:05:37 -07:00
Chris Cummer
a92af549fe Remove the Index prop from Todo#Item. Don't need it 2018-04-23 10:18:33 -07:00
Chris Cummer
db162feddd Can promote/demote todo list items 2018-04-22 21:56:36 -07:00
Chris Cummer
4fb308c555 Can delete items from Todo list 2018-04-22 21:31:02 -07:00
Chris Cummer
a0ce5eb412 Basic selectable todo functionality working
Can:
- move between todo items
- toggle checked/unchecked state

Cannot:
- persiste changes to file
- add items
- delete items
2018-04-22 20:59:13 -07:00