Commit Graph

113 Commits

Author SHA1 Message Date
2152014b7e feat: add the ability to edit a task upon clicking in a list 2024-09-07 09:55:12 +02:00
6dcf00efe9 feat: polish project editing 2024-09-07 09:53:22 +02:00
ecf7164d46 feat: ability to edit a project (#30) 2024-09-06 22:50:30 +02:00
b4c346badc feat: allow clicking through the sticky bottom component 2024-09-06 20:28:39 +02:00
b111fd4953 feat: add the ability to edit a project upon clicking in the list 2024-09-06 20:22:36 +02:00
3aaea3661e feat: add a server function for editing a project 2024-09-06 20:10:54 +02:00
705be64397 feat: time of models' of creation and update (#22) 2024-09-06 18:09:10 +02:00
7beeac2ac4 feat: add times of creation and update to the task model 2024-09-06 17:56:01 +02:00
32e25a5f8b feat: add times of creation and update to the project model 2024-09-06 17:49:12 +02:00
32a0a4072a feat: ability to view tasks in a category (#19) 2024-09-06 08:07:35 +02:00
faf6f93f84 chore: update .idea 2024-09-06 07:40:50 +02:00
733fbb31cd feat: make icons on the today page consistent 2024-09-06 07:40:31 +02:00
fb66a19a09 docs: add explaining comments 2024-09-06 07:39:12 +02:00
50e375212c style: CSS formatting 2024-09-06 07:10:42 +02:00
2b39283bf5 fix: implement Hash for Category manually 2024-09-05 20:42:55 +02:00
f205af7563 fix: remove unused imports 2024-09-05 20:23:09 +02:00
c8eac5f550 style: ignore a redundant closure warning 2024-09-05 20:19:33 +02:00
528bf19541 style: CSS formatting 2024-09-05 19:56:10 +02:00
dfefeab69e feat: display a project form upon clicking the create button on the projects page 2024-09-05 18:18:03 +02:00
27ba44188e feat: use Dioxus query for fetching data 2024-09-05 17:19:35 +02:00
7c16bc4546 feat: create a module for Dioxus query 2024-09-05 17:15:31 +02:00
3379d9a070 build: add dependencies 2024-09-05 17:09:50 +02:00
d7c56b7d92 feat: ability to view tasks in different categories 2024-08-31 10:48:57 +02:00
1233325f0b feat: add style assets 2024-08-31 10:44:55 +02:00
7ebb780834 build: add async-std to dependencies 2024-08-31 10:44:06 +02:00
9e88c1657b feat: Inter font (#16) 2024-08-23 18:58:55 +02:00
f076f633eb style: formatting 2024-08-23 18:54:11 +02:00
96bf50ac9b feat: use Inter as the default font 2024-08-23 18:44:15 +02:00
557fec50f6 feat: ability to create a task (#14) 2024-08-22 23:40:47 +02:00
5d2c02cfd3 refactor: improve error handling for getting projects 2024-08-22 23:34:49 +02:00
c4c1962de1 feat: handle foreign key constraint fail on task creation 2024-08-22 23:15:43 +02:00
c107525eb7 style: formatting 2024-08-22 23:15:43 +02:00
c694a3d5d4 chore: update .idea 2024-08-22 23:15:43 +02:00
102cb5c77d feat: create a form for tasks 2024-08-22 23:15:43 +02:00
f989f0b9bf feat: create a server function for creating a task 2024-08-22 23:15:43 +02:00
a882f50f01 feat: make the main div span across the entire page 2024-08-22 23:15:43 +02:00
12ea8b5de2 feat: create a task model 2024-08-22 23:15:43 +02:00
73fe2bab8b refactor: make the project model derive from Clone 2024-08-22 23:15:43 +02:00
c92890305d style: formatting 2024-08-22 23:15:43 +02:00
53440e6afc feat: make the project title input required 2024-08-22 23:15:43 +02:00
2e17cdae83 build: add dependencies and features 2024-08-22 23:15:43 +02:00
61a3a3a765 ci: disable JSCPD validation (#15) 2024-08-22 23:15:05 +02:00
2bd99db145 ci: disable JSCPD validation in the linter GitHub action 2024-08-22 23:07:57 +02:00
02a67de32e build: bump Tailwind to 3.4.10 (#12) 2024-08-18 23:59:18 +02:00
b0ec1e2158 build: bump Tailwind to 3.4.10 2024-08-18 23:53:18 +02:00
e0a6dcd2ff feat: ability to create a project (#9) 2024-08-18 23:36:05 +02:00
3a6da62502 build: make the development Docker container entrypoint script executable 2024-08-18 23:28:24 +02:00
fa4476bbed style: use the correct notation for Dockerfile CMD 2024-08-18 23:08:23 +02:00
5ca35cc5f1 build: add a shebang to the development Docker container entrypoint script 2024-08-18 23:03:51 +02:00
b82b472206 build: run pending Diesel migrations on the Docker development container start 2024-08-18 22:51:12 +02:00