Matouš Volf
|
72adfc7285
|
feat: subtask count in task lists (#41)
|
2024-09-09 08:50:29 +02:00 |
|
Matouš Volf
|
bdfc2bc945
|
fix: handle changing a subtask's title to empty
|
2024-09-09 08:41:57 +02:00 |
|
Matouš Volf
|
1445672dc9
|
feat: remove the non-functioning input autofocus
|
2024-09-09 07:33:09 +02:00 |
|
Matouš Volf
|
024c5a2258
|
feat: display the subtask count in task lists
|
2024-09-08 22:20:31 +02:00 |
|
Matouš Volf
|
b937d0bcb5
|
feat: create a model for tasks with subtasks
|
2024-09-08 22:19:53 +02:00 |
|
Matouš Volf
|
1479957916
|
feat: ability to manage subtasks (#40)
|
2024-09-08 20:38:51 +02:00 |
|
Matouš Volf
|
a05b4f9f66
|
feat: create a from for subtasks
|
2024-09-08 19:53:01 +02:00 |
|
Matouš Volf
|
11bab284d4
|
feat: restore subtasks on a reoccurring task completion
|
2024-09-08 19:52:36 +02:00 |
|
Matouš Volf
|
b79be6d7e2
|
chore: remove an unused import
|
2024-09-08 19:51:59 +02:00 |
|
Matouš Volf
|
6e0826c5ec
|
feat: create a model for subtasks
|
2024-09-08 19:51:52 +02:00 |
|
Matouš Volf
|
e1c553c5f1
|
feat: allow vertical scrolling in the bottom panel
|
2024-09-08 19:46:59 +02:00 |
|
Matouš Volf
|
dab62596d4
|
style: formatting
|
2024-09-08 19:46:19 +02:00 |
|
Matouš Volf
|
63ef7c817e
|
feat: ability to delete a task (#39)
|
2024-09-08 10:07:42 +02:00 |
|
Matouš Volf
|
7ac3c6e136
|
feat: add the ability to delete a task
|
2024-09-08 09:56:37 +02:00 |
|
Matouš Volf
|
7b98527882
|
feat: create a server function for deleting a task permanently
|
2024-09-08 09:56:23 +02:00 |
|
Matouš Volf
|
7b635ea372
|
style: formatting
|
2024-09-08 09:56:11 +02:00 |
|
Matouš Volf
|
823ae007e3
|
chore: remove an unused import
|
2024-09-08 09:55:46 +02:00 |
|
Matouš Volf
|
1c0b3a4196
|
feat: ability to delete a project (#37)
|
2024-09-08 08:39:56 +02:00 |
|
Matouš Volf
|
ca1f862499
|
feat: update a migration to make the task-project foreign key set null on delete
|
2024-09-08 08:35:06 +02:00 |
|
Matouš Volf
|
d63fb0f28d
|
feat: create a button to delete a project in the project form
|
2024-09-08 08:22:12 +02:00 |
|
Matouš Volf
|
b869181dcf
|
feat: create a server function for deleting a project
|
2024-09-08 08:21:56 +02:00 |
|
Matouš Volf
|
7827d7f722
|
style: use Self in error enum impl s
|
2024-09-08 08:21:33 +02:00 |
|
Matouš Volf
|
0299092fa7
|
feat: ability to complete a task (#35)
|
2024-09-07 14:58:36 +02:00 |
|
Matouš Volf
|
a12d558839
|
feat: add the ability to complete a task
|
2024-09-07 14:50:14 +02:00 |
|
Matouš Volf
|
c7990a9adf
|
feat: add a server function for completing a task
|
2024-09-07 14:49:59 +02:00 |
|
Matouš Volf
|
594d6c675b
|
feat: implement From<Task> for NewTask
|
2024-09-07 14:49:38 +02:00 |
|
Matouš Volf
|
6e1c7bd8c8
|
feat: create a getter for the reoccurrence start date field
|
2024-09-07 14:48:44 +02:00 |
|
Matouš Volf
|
cfb45a504d
|
feat: derive PartialEq for the reoccurrence interval model
|
2024-09-07 14:48:22 +02:00 |
|
Matouš Volf
|
68562cbf5c
|
build: add time to dependencies
|
2024-09-07 14:43:22 +02:00 |
|
Matouš Volf
|
58ed449252
|
feat: ability to edit a task (#32)
|
2024-09-07 10:26:42 +02:00 |
|
Matouš Volf
|
2152014b7e
|
feat: add the ability to edit a task upon clicking in a list
|
2024-09-07 09:55:12 +02:00 |
|
Matouš Volf
|
6dcf00efe9
|
feat: polish project editing
|
2024-09-07 09:53:22 +02:00 |
|
Matouš Volf
|
ecf7164d46
|
feat: ability to edit a project (#30)
|
2024-09-06 22:50:30 +02:00 |
|
Matouš Volf
|
b4c346badc
|
feat: allow clicking through the sticky bottom component
|
2024-09-06 20:28:39 +02:00 |
|
Matouš Volf
|
b111fd4953
|
feat: add the ability to edit a project upon clicking in the list
|
2024-09-06 20:22:36 +02:00 |
|
Matouš Volf
|
3aaea3661e
|
feat: add a server function for editing a project
|
2024-09-06 20:10:54 +02:00 |
|
Matouš Volf
|
705be64397
|
feat: time of models' of creation and update (#22)
|
2024-09-06 18:09:10 +02:00 |
|
Matouš Volf
|
7beeac2ac4
|
feat: add times of creation and update to the task model
|
2024-09-06 17:56:01 +02:00 |
|
Matouš Volf
|
32e25a5f8b
|
feat: add times of creation and update to the project model
|
2024-09-06 17:49:12 +02:00 |
|
Matouš Volf
|
32a0a4072a
|
feat: ability to view tasks in a category (#19)
|
2024-09-06 08:07:35 +02:00 |
|
Matouš Volf
|
faf6f93f84
|
chore: update .idea
|
2024-09-06 07:40:50 +02:00 |
|
Matouš Volf
|
733fbb31cd
|
feat: make icons on the today page consistent
|
2024-09-06 07:40:31 +02:00 |
|
Matouš Volf
|
fb66a19a09
|
docs: add explaining comments
|
2024-09-06 07:39:12 +02:00 |
|
Matouš Volf
|
50e375212c
|
style: CSS formatting
|
2024-09-06 07:10:42 +02:00 |
|
Matouš Volf
|
2b39283bf5
|
fix: implement Hash for Category manually
|
2024-09-05 20:42:55 +02:00 |
|
Matouš Volf
|
f205af7563
|
fix: remove unused imports
|
2024-09-05 20:23:09 +02:00 |
|
Matouš Volf
|
c8eac5f550
|
style: ignore a redundant closure warning
|
2024-09-05 20:19:33 +02:00 |
|
Matouš Volf
|
528bf19541
|
style: CSS formatting
|
2024-09-05 19:56:10 +02:00 |
|
Matouš Volf
|
dfefeab69e
|
feat: display a project form upon clicking the create button on the projects page
|
2024-09-05 18:18:03 +02:00 |
|
Matouš Volf
|
27ba44188e
|
feat: use Dioxus query for fetching data
|
2024-09-05 17:19:35 +02:00 |
|