|  | 3f67a5a887 | feat: increase the bottom panel height when the task form is opened | 2024-09-09 18:48:32 +02:00 |  | 
			
				
					|  | ca8816b5ef | feat: create a utility struct for reversing Optionordering | 2024-09-09 18:48:10 +02:00 |  | 
			
				
					|  | cbe9aafe40 | feat: subtask count in task lists (#41) | 2024-09-09 08:50:29 +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 |  | 
			
				
					|  | 196ffbf82b | feat: create a model for tasks with subtasks | 2024-09-08 22:19:53 +02:00 |  | 
			
				
					|  | e8b6af1492 | feat: ability to manage subtasks (#40) | 2024-09-08 20:38:51 +02:00 |  | 
			
				
					|  | 0f841fb01e | feat: create a from for subtasks | 2024-09-08 19:53:01 +02:00 |  | 
			
				
					|  | b5589860f8 | feat: restore subtasks on a reoccurring task completion | 2024-09-08 19:52:36 +02:00 |  | 
			
				
					|  | 5e714a6485 | chore: remove an unused import | 2024-09-08 19:51:59 +02:00 |  | 
			
				
					|  | a5a67792d7 | feat: create a model for subtasks | 2024-09-08 19:51:52 +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 |  | 
			
				
					|  | 13eae40e35 | feat: ability to delete a task (#39) | 2024-09-08 10:07:42 +02:00 |  | 
			
				
					|  | dbf5462cdb | feat: add the ability to delete a task | 2024-09-08 09:56:37 +02:00 |  | 
			
				
					|  | a526045509 | feat: create a server function for deleting a task permanently | 2024-09-08 09:56:23 +02:00 |  | 
			
				
					|  | 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 |  | 
			
				
					|  | f9358ae227 | feat: ability to delete a project (#37) | 2024-09-08 08:39:56 +02:00 |  | 
			
				
					|  | 0cddc3c205 | feat: update a migration to make the task-project foreign key set null on delete | 2024-09-08 08:35:06 +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 Selfin error enumimpls | 2024-09-08 08:21:33 +02:00 |  | 
			
				
					|  | ac97deb996 | feat: ability to complete a task (#35) | 2024-09-07 14:58:36 +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>forNewTask | 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 PartialEqfor the reoccurrence interval model | 2024-09-07 14:48:22 +02:00 |  | 
			
				
					|  | 8aa62a0fa5 | build: add time to dependencies | 2024-09-07 14:43:22 +02:00 |  | 
			
				
					|  | e1982d9aa6 | feat: ability to edit a task (#32) | 2024-09-07 10:26:42 +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 |  | 
			
				
					|  | f582151f3b | feat: ability to edit a project (#30) | 2024-09-06 22:50:30 +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 |  | 
			
				
					|  | 239d85da78 | feat: time of models' of creation and update (#22) | 2024-09-06 18:09:10 +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 |  | 
			
				
					|  | b27f7d08c4 | feat: ability to view tasks in a category (#19) | 2024-09-06 08:07:35 +02:00 |  | 
			
				
					|  | 29d74d231e | chore: update .idea | 2024-09-06 07:40:50 +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 |  | 
			
				
					|  | 5088f8bdb5 | style: CSS formatting | 2024-09-06 07:10:42 +02:00 |  | 
			
				
					|  | 0fe8ee503d | fix: implement HashforCategorymanually | 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 |  | 
			
				
					|  | f226234bfe | style: CSS formatting | 2024-09-05 19:56:10 +02:00 |  |