feat: list sorting #42

Merged
matous-volf merged 9 commits from feat/list-sorting into main 2024-09-09 17:09:22 +00:00

9 Commits

Author SHA1 Message Date
Matouš Volf
63e2b20d96 feat: sort the subtask list 2024-09-09 18:52:18 +02:00
Matouš Volf
580138c32e feat: sort the task lists 2024-09-09 18:51:29 +02:00
Matouš Volf
a0d4d1c6d7 feat: sort the project list 2024-09-09 18:51:15 +02:00
Matouš Volf
253fb4f8e3 feat: set the updated at timestamp of tasks when updating their subtasks 2024-09-09 18:50:52 +02:00
Matouš Volf
9b8ef405c6 feat: implement Ord for the subtask model 2024-09-09 18:49:28 +02:00
Matouš Volf
6e6d15de5c feat: implement Ord for the task model 2024-09-09 18:49:21 +02:00
Matouš Volf
8614c33810 feat: implement Ord for the project model 2024-09-09 18:49:06 +02:00
Matouš Volf
6fd78a041f feat: increase the bottom panel height when the task form is opened 2024-09-09 18:48:32 +02:00
Matouš Volf
f251c7cce5 feat: create a utility struct for reversing Option ordering 2024-09-09 18:48:10 +02:00