21 Commits

Author SHA1 Message Date
f081238e33 Prompt the user for a project name if it can't find the database file 2023-06-08 17:26:01 +07:00
bc81c05f1f Using clap to parse path to database 2023-06-08 15:54:39 +07:00
b2bf10f260 Scroll columns with a lot of tasks 2023-06-08 10:31:54 +07:00
6a323d06c1 Create or open file. Save on add/remove/edit task 2023-06-07 23:34:40 +07:00
e7564f8f82 Take DB path from cli arg, marker emoji for currently selected task 2023-06-07 13:26:39 +07:00
88990089c2 Move task state getter to column methods 2023-06-07 11:22:19 +07:00
78cb7fe84a You can now edit an existing task 2023-06-06 21:59:18 +07:00
bef0836184 WIP: Edit an existing task 2023-06-06 21:38:36 +07:00
da10719250 Fix task edit border and rename some symbols 2023-06-06 21:03:19 +07:00
fc237b9f29 Remove task with D, move methods to column struct, select next/previous 2023-06-06 12:49:34 +07:00
be4fc3566d Buttons to create or cancel the task entry 2023-06-06 11:17:13 +07:00
ef90532d12 WIP: TextArea form to add a new TODO item, switch to ratatui 2023-06-05 11:24:18 +07:00
167f506291 NewTask state to manage adding a new task 2023-06-04 14:51:47 +07:00
d3a9679910 Refactoring. Save on quit. 2022-12-11 02:11:40 +04:00
001652a63a Moving out of state and into the respective impl. Fix bugs 2022-12-10 23:04:55 +04:00
7889c2358c Appeased the Almighty Borrow Checker 2022-12-09 04:40:45 +04:00
c999764a28 WIP: Refactor data types 2022-12-09 04:25:50 +04:00
9b4341ccf1 Formatting 2022-12-07 04:41:25 +04:00
2e2145b2ab Show new popup screen for adding a task. Basic state added 2022-12-06 00:21:01 +04:00
52097aed09 Save changes when moving tasks 2022-12-05 15:50:31 +04:00
ae99fa193c Added task shifting up and down and left and right.
Francesco added some stuff as well.
2022-12-05 02:37:18 +04:00