183 Commits

Author SHA1 Message Date
Matouš Volf
962b68d446 feat: trim values from text input fields 2024-09-19 20:41:50 +02:00
Matouš Volf
92dc7a7c88
fix: project selection getting reset in on category change in the task form (#56) 2024-09-19 20:23:34 +02:00
Matouš Volf
6bbe39b913 fix: project selection getting reset in on category change in the task form 2024-09-19 20:05:53 +02:00
Matouš Volf
d84de9fcb6
feat: progressive web app support (#48) 2024-09-15 18:33:13 +02:00
Matouš Volf
99dc95c122 feat: make the theme color darker 2024-09-13 20:09:27 +02:00
Matouš Volf
148c673dad feat: update the icon 2024-09-13 17:57:36 +02:00
Matouš Volf
1df1a198c5 feat: the webmanifest 2024-09-13 16:34:06 +02:00
Matouš Volf
677906ec2c feat: the app icon 2024-09-13 16:34:00 +02:00
Matouš Volf
2e39250d30 feat: a custom index.html 2024-09-13 16:33:50 +02:00
Matouš Volf
14f62bad5d
feat: deployment (#46) 2024-09-13 12:42:20 +02:00
Matouš Volf
0f3a691d29 build: optimize the production Dockerfile 2024-09-13 12:34:52 +02:00
Matouš Volf
b98f3d00d6 build: pin the package version in the production Dockerfile 2024-09-13 11:15:49 +02:00
Matouš Volf
d868b6a143 build: connect the app and database Docker compose services in the production 2024-09-13 10:13:17 +02:00
Matouš Volf
ba3c955b49 build: optimize the production Dockerfile 2024-09-13 10:11:04 +02:00
Matouš Volf
76dc47fcdb fix: only run the pending migrations on server 2024-09-13 10:10:20 +02:00
Matouš Volf
16dad65ed7 feat: do not map the local port to the production database Docker container 2024-09-13 10:09:20 +02:00
Matouš Volf
baa8ce6bab feat: run pending migrations on app start 2024-09-13 08:41:25 +02:00
Matouš Volf
27148de77c build: add diesel_migrations to dependencies 2024-09-13 08:40:38 +02:00
Matouš Volf
bbda8a4eea feat: do not map the local port to the production app Docker container 2024-09-13 07:24:01 +02:00
Matouš Volf
cccfc9671b feat: connect the production Docker compose stack to the web server network 2024-09-13 07:22:33 +02:00
Matouš Volf
7438083a7c feat: create a Docker compose stack for production 2024-09-12 20:26:23 +02:00
Matouš Volf
144905369e
feat: internationalization (#43) 2024-09-10 16:44:47 +02:00
Matouš Volf
94ea49b76f feat: internationalize the app interface 2024-09-10 16:15:47 +02:00
Matouš Volf
d2dd7c78b9 feat: create a server function for getting the language identifier 2024-09-10 16:14:28 +02:00
Matouš Volf
a8d78f63ba style: formatting 2024-09-10 16:13:51 +02:00
Matouš Volf
587ed9e2d7 refactor: panic on an unsuccessful .env load on a database connection 2024-09-10 16:13:29 +02:00
Matouš Volf
1c6d735d52 refactor: implement Deref for ReverseOrdOption 2024-09-10 16:12:14 +02:00
Matouš Volf
f7dad0bd0a feat: create a module for internationalization 2024-09-10 16:11:46 +02:00
Matouš Volf
c8b7753256 build: add dependencies 2024-09-10 16:10:24 +02:00
Matouš Volf
52180132d8 feat: add the LANGUAGE_CODE environment variable 2024-09-10 16:10:05 +02:00
Matouš Volf
fa68b05738
feat: list sorting (#42) 2024-09-09 19:09:21 +02:00
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
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