19 Commits

Author SHA1 Message Date
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