55 Commits

Author SHA1 Message Date
bd0244dcba style: formatting 2024-09-08 09:56:11 +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
b8c43d6a4a feat: create a server function for deleting a project 2024-09-08 08:21:56 +02:00
ac8d270df5 style: use Self in error enum impls 2024-09-08 08:21:33 +02:00
0bf1ea5f54 feat: add the ability to complete a task 2024-09-07 14:50:14 +02:00
ef8a0c804e feat: add a server function for completing a task 2024-09-07 14:49:59 +02:00
3da2698af2 feat: implement From<Task> for NewTask 2024-09-07 14:49:38 +02:00
9986e5eda4 feat: create a getter for the reoccurrence start date field 2024-09-07 14:48:44 +02:00
41dbac4746 feat: derive PartialEq for the reoccurrence interval model 2024-09-07 14:48:22 +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
4cf0e58cde feat: add a server function for editing a project 2024-09-06 20:10:54 +02:00
018d72f603 feat: add times of creation and update to the task model 2024-09-06 17:56:01 +02:00
e9adc4f1bf feat: add times of creation and update to the project model 2024-09-06 17:49:12 +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
0fe8ee503d fix: implement Hash for Category manually 2024-09-05 20:42:55 +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
250e374518 feat: create a module for Dioxus query 2024-09-05 17:15:31 +02:00
28143a7088 feat: ability to view tasks in different categories 2024-08-31 10:48:57 +02:00
765e0a1770 feat: add style assets 2024-08-31 10:44:55 +02:00
e0597de477 style: formatting 2024-08-23 18:54:11 +02:00
af6ba4a319 feat: use Inter as the default font 2024-08-23 18:44:15 +02:00
982897058e refactor: improve error handling for getting projects 2024-08-22 23:34:49 +02:00
3735bb6fdb feat: handle foreign key constraint fail on task creation 2024-08-22 23:15:43 +02:00
5ee8f0484f style: formatting 2024-08-22 23:15:43 +02:00
83c98549a5 feat: create a form for tasks 2024-08-22 23:15:43 +02:00
d9c79f0a08 feat: create a server function for creating a task 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
c4aa093022 feat: create a task model 2024-08-22 23:15:43 +02:00
1b1c849997 refactor: make the project model derive from Clone 2024-08-22 23:15:43 +02:00
4fce731b60 style: formatting 2024-08-22 23:15:43 +02:00
4f3d46646a feat: make the project title input required 2024-08-22 23:15:43 +02:00
2448dcf909 style: remove the attribute allowing non-snake-case names 2024-08-18 22:36:08 +02:00
a75252b4d5 fix: remove an unused import 2024-08-18 22:34:12 +02:00
5117fb2039 build: move the Tailwind config to the source directory 2024-08-18 22:26:13 +02:00
40985ca7bb chore: remove a testing function 2024-08-18 22:24:15 +02:00
75e134365f refactor: improve error mapping 2024-08-18 22:04:23 +02:00
7557b4ce4e style: macro formatting 2024-08-18 22:03:49 +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
b35b45787b style: disable stylelint for the Tailwind at rules 2024-08-17 21:41:43 +02:00
e39b6bca2a refactor: make the project model fields accessible by getters 2024-08-17 12:42:46 +02:00
0b74ca80bf refactor: rename the project form component 2024-08-17 12:42:46 +02:00