1
0

558 Commits

Author SHA1 Message Date
kolaente
ee065d9238
feat(tasks): make done at column available for selection in table view
This change adds the done at column of tasks to the table view. It also ensures it is possible to sort the tasks by that column.

https://community.vikunja.io/t/is-it-possible-to-list-done-tasks-with-their-completion-date/1922
2024-02-12 17:56:24 +01:00
kolaente
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
kolaente
8c6d98bb02
feat(kanban): debounce bucket limit setting 2024-02-12 17:05:48 +01:00
kolaente
25a03d1789
chore: remove unused import 2024-02-10 13:31:19 +01:00
kolaente
0f28767acc
feat: enable infinite nesting always, remove setting 2024-02-09 14:26:42 +01:00
kolaente
a0e770438d
feat: move sentry configuration from frontend to api 2024-02-09 14:24:29 +01:00
kolaente
4a66c2202f
chore: only use api version as it is coming from the same codebase 2024-02-09 13:42:03 +01:00
kolaente
fc4676315d
chore: move frontend files 2024-02-07 14:56:56 +01:00