33 Commits

Author SHA1 Message Date
1a484bdc77 feat: sort the subtask list 2024-09-09 18:52:18 +02:00
d38b50c54d feat: sort the task lists 2024-09-09 18:51:29 +02:00
2d08f82822 feat: sort the project list 2024-09-09 18:51:15 +02:00
3f67a5a887 feat: increase the bottom panel height when the task form is opened 2024-09-09 18:48:32 +02:00
c0fa655157 fix: handle changing a subtask's title to empty 2024-09-09 08:41:57 +02:00
47594deeaf feat: remove the non-functioning input autofocus 2024-09-09 07:33:09 +02:00
62be9eaa04 feat: display the subtask count in task lists 2024-09-08 22:20:31 +02:00
0f841fb01e feat: create a from for subtasks 2024-09-08 19:53:01 +02:00
1be1e8f65a feat: allow vertical scrolling in the bottom panel 2024-09-08 19:46:59 +02:00
f5e0bb1804 style: formatting 2024-09-08 19:46:19 +02:00
dbf5462cdb feat: add the ability to delete a task 2024-09-08 09:56:37 +02:00
e109886669 chore: remove an unused import 2024-09-08 09:55:46 +02:00
15e925118e feat: create a button to delete a project in the project form 2024-09-08 08:22:12 +02:00
0bf1ea5f54 feat: add the ability to complete a task 2024-09-07 14:50:14 +02:00
9c74b78dde feat: add the ability to edit a task upon clicking in a list 2024-09-07 09:55:12 +02:00
5d6c53b742 feat: polish project editing 2024-09-07 09:53:22 +02:00
efaf81b938 feat: allow clicking through the sticky bottom component 2024-09-06 20:28:39 +02:00
468742c53e feat: add the ability to edit a project upon clicking in the list 2024-09-06 20:22:36 +02:00
282f695c49 feat: make icons on the today page consistent 2024-09-06 07:40:31 +02:00
07647daeb5 docs: add explaining comments 2024-09-06 07:39:12 +02:00
8e895b4f89 fix: remove unused imports 2024-09-05 20:23:09 +02:00
4b74ad12d6 style: ignore a redundant closure warning 2024-09-05 20:19:33 +02:00
fe1837d6a1 feat: display a project form upon clicking the create button on the projects page 2024-09-05 18:18:03 +02:00
270e06de46 feat: use Dioxus query for fetching data 2024-09-05 17:19:35 +02:00
28143a7088 feat: ability to view tasks in different categories 2024-08-31 10:48:57 +02:00
83c98549a5 feat: create a form for tasks 2024-08-22 23:15:43 +02:00
4a68c34442 feat: make the main div span across the entire page 2024-08-22 23:15:43 +02:00
4f3d46646a feat: make the project title input required 2024-08-22 23:15:43 +02:00
a75252b4d5 fix: remove an unused import 2024-08-18 22:34:12 +02:00
9324d841fb refactor: make the project form component handle the server calls itself 2024-08-18 21:17:31 +02:00
f0f24d33ba refactor: make the serverside error handling more robust 2024-08-18 19:09:40 +02:00
0b74ca80bf refactor: rename the project form component 2024-08-17 12:42:46 +02:00
57705de44d feat: switch Dioxus to fullstack, add a form for creating a project 2024-08-17 12:42:46 +02:00