28 Commits

Author SHA1 Message Date
a83b376f7b
refactor: import different dependencies only in the correct target binary
Some checks failed
actionlint check / actionlint check (pull_request) Successful in 7s
checkov check / checkov check (pull_request) Successful in 53s
conventional commit messages check / conventional commit messages check (pull_request) Successful in 4s
conventional pull request title check / conventional pull request title check (pull_request) Successful in 2s
dotenv-linter check / dotenv-linter check (pull_request) Successful in 6s
GitLeaks check / GitLeaks check (pull_request) Successful in 7s
hadolint check / hadolint check (pull_request) Successful in 9s
htmlhint check / htmlhint check (pull_request) Successful in 9s
markdownlint check / markdownlint check (pull_request) Successful in 9s
Prettier check / Prettier check (pull_request) Successful in 10s
Rust check / Rust check (pull_request) Failing after 7m40s
ShellCheck check / ShellCheck check (pull_request) Successful in 12s
Stylelint check / Stylelint check (pull_request) Successful in 11s
yamllint check / yamllint check (pull_request) Successful in 14s
2024-12-29 20:50:06 +01:00
3646aa91c4
style: fix the rustfmt linted files
Some checks failed
actionlint check / actionlint check (pull_request) Successful in 5s
checkov check / checkov check (pull_request) Successful in 52s
conventional commit messages check / conventional commit messages check (pull_request) Successful in 4s
conventional pull request title check / conventional pull request title check (pull_request) Successful in 2s
dotenv-linter check / dotenv-linter check (pull_request) Successful in 5s
GitLeaks check / GitLeaks check (pull_request) Successful in 6s
hadolint check / hadolint check (pull_request) Successful in 7s
htmlhint check / htmlhint check (pull_request) Successful in 9s
markdownlint check / markdownlint check (pull_request) Successful in 9s
Prettier check / Prettier check (pull_request) Successful in 10s
Rust check / Rust check (pull_request) Failing after 6m20s
ShellCheck check / ShellCheck check (pull_request) Successful in 12s
Stylelint check / Stylelint check (pull_request) Successful in 11s
yamllint check / yamllint check (pull_request) Successful in 13s
2024-12-29 19:30:35 +01:00
a3708198ce build: migrate to Dioxus 0.6 2024-12-12 21:02:09 +01:00
934b5176c1 feat: trim values from text input fields 2024-09-19 20:41:50 +02:00
f6034d8433 feat: run pending migrations on app start 2024-09-13 08:41:25 +02:00
d4ee2b4154 feat: create a server function for getting the language identifier 2024-09-10 16:14:28 +02:00
3c73a169d9 refactor: panic on an unsuccessful .env load on a database connection 2024-09-10 16:13:29 +02:00
a7e78ba628 feat: set the updated at timestamp of tasks when updating their subtasks 2024-09-09 18:50:52 +02:00
196ffbf82b feat: create a model for tasks with subtasks 2024-09-08 22:19:53 +02:00
b5589860f8 feat: restore subtasks on a reoccurring task completion 2024-09-08 19:52:36 +02:00
a5a67792d7 feat: create a model for subtasks 2024-09-08 19:51:52 +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
b8c43d6a4a feat: create a server function for deleting a project 2024-09-08 08:21:56 +02:00
ef8a0c804e feat: add a server function for completing a task 2024-09-07 14:49:59 +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
4cf0e58cde feat: add a server function for editing a project 2024-09-06 20:10:54 +02:00
28143a7088 feat: ability to view tasks in different categories 2024-08-31 10:48:57 +02:00
982897058e refactor: improve error handling for getting projects 2024-08-22 23:34:49 +02:00
3735bb6fdb feat: handle foreign key constraint fail on task creation 2024-08-22 23:15:43 +02:00
d9c79f0a08 feat: create a server function for creating a task 2024-08-22 23:15:43 +02:00
4fce731b60 style: formatting 2024-08-22 23:15:43 +02:00
40985ca7bb chore: remove a testing function 2024-08-18 22:24:15 +02:00
75e134365f refactor: improve error mapping 2024-08-18 22:04:23 +02:00
9324d841fb refactor: make the project form component handle the server calls itself 2024-08-18 21:17:31 +02:00
f0f24d33ba refactor: make the serverside error handling more robust 2024-08-18 19:09:40 +02:00
57705de44d feat: switch Dioxus to fullstack, add a form for creating a project 2024-08-17 12:42:46 +02:00