1
0
Commit Graph

255 Commits

Author SHA1 Message Date
8d5cb335bd fix(tasks): sort done tasks last in relations
When adding a new task relation, the task search input would previously show all tasks in a seemingly random order, including done tasks. Usually, you don't care about these done tasks when adding relations. This change modifies the sort order so that done tasks show up last in the search results.
2024-02-12 22:00:33 +01:00
390f71b0c6 feat(registration): improve username and password validation
Username and password are validated in the api for length and whitespaces. Previously, the api would tell the user "hey you got it wrong" but the error was not reflected properly in the UI. This change implements a client-side validation which mirrors the one from the api, allowing instant validation and better error UX.
2024-02-12 17:32:24 +01:00
25a03d1789 chore: remove unused import 2024-02-10 13:31:19 +01:00
0f28767acc feat: enable infinite nesting always, remove setting 2024-02-09 14:26:42 +01:00
fc4676315d chore: move frontend files 2024-02-07 14:56:56 +01:00