kolaente
dbfe162cd2
fix(filters): label highlighting and autocomplete fields now work with in operator
...
Previously, when creating a filter query with the 'in' operator and multiple values, autocompletion and highlighting was not available. This change now implements a split for each value, seperated by a comma.
2024-03-11 15:41:06 +01:00
kolaente
3b77fff4c9
fix(project): correctly show the number of tasks and projects when deleting a project
2024-03-11 14:21:42 +01:00
waza-ari
ffa82556e0
feat(teams): add public flags to teams to allow easier sharing with other teams ( #2179 )
...
Resolves #2173
Co-authored-by: Daniel Herrmann <daniel.herrmann1@gmail.com>
Reviewed-on: https://kolaente.dev/vikunja/vikunja/pulls/2179
Reviewed-by: konrad <k@knt.li>
Co-authored-by: waza-ari <daniel.herrmann@makerspace-darmstadt.de>
Co-committed-by: waza-ari <daniel.herrmann@makerspace-darmstadt.de>
2024-03-10 14:04:32 +00:00
konrad
e95159a33c
feat(filters): query-based filter logic ( #2177 )
...
Reviewed-on: https://kolaente.dev/vikunja/vikunja/pulls/2177
2024-03-10 12:01:47 +00:00
Frederick [Bot]
d963667a29
chore(i18n): update translations via Crowdin
2024-03-10 00:07:19 +00:00
kolaente
d0b762d761
docs(filter): add filter query explanation
2024-03-09 19:07:31 +01:00
kolaente
533e778b93
fix(filter): bubble filter query changes up on blur only
2024-03-09 19:07:31 +01:00
kolaente
0c947790e8
feat(filter): add button to show filter results
2024-03-09 19:07:30 +01:00
kolaente
992d108bfa
feat(filters): add date values
2024-03-09 19:06:52 +01:00
kolaente
b978d344ca
feat(filter): add basic highlighting filter query component
2024-03-09 19:06:51 +01:00
Frederick [Bot]
f6204c307e
chore(i18n): update translations via Crowdin
2024-03-09 00:06:36 +00:00
kolaente
28d72d4d47
feat(i18n): add pt-br as selectable language in the frontend
2024-03-08 20:06:48 +01:00
kolaente
8a82093233
fix(project): don't allow archival or deletion of default projects in UI
2024-02-27 15:37:30 +01:00
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
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