1
0
Commit Graph

13 Commits

Author SHA1 Message Date
9fd17aca18 fix: useTitle types (#2369)
Reviewed-on: https://kolaente.dev/vikunja/vikunja/pulls/2369
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Co-committed-by: Dominik Pschenitschni <mail@celement.de>
2024-06-11 20:36:47 +00:00
917cbf9cb6 fix(vue): toValue instead of unref 2024-06-10 13:53:13 +00:00
6e5b31f1e0 fix(filters): always persist filter or search in query path and load it correctly into filter query input when loading the page
Previously, when using the filter query as a search input, it would load the search as requested but the filter query parameter in the url would be empty, which meant the search would not be loaded correctly when reloading (or otherwise newly accessing) the page. We're now persisting the filter and search in the task loading logic, to make sure they are always populated correctly.
2024-04-13 23:34:25 +02:00
4b903c4f48 fix(views): lint 2024-03-19 00:47:52 +01:00
bc34a33922 fix(views): move to new project view when moving tasks 2024-03-19 00:47:49 +01:00
cf15cc6f12 feat(views): fetch tasks via view context when accessing them through views 2024-03-19 00:47:47 +01:00
e097721817 fix(tasks): use correct filter query when filtering 2024-03-11 16:39:27 +01:00
a66e26678e feat(filters): pass timezone down when filtering with relative date math
Resolves https://community.vikunja.io/t/my-vikunja-instance-creates-tasks-with-due-date-time-of-9am-for-tasks-with-the-word-today-word-in-it/2105/8
2024-03-11 16:28:25 +01:00
4e6e0608c7 fix(filters): lint 2024-03-09 20:08:17 +01:00
b35eb4adbf fix(filter): correctly pass down options 2024-03-09 19:07:30 +01:00
c162a5a457 feat(filter): add auto resize for filter query input 2024-03-09 19:06:52 +01:00
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
fc4676315d chore: move frontend files 2024-02-07 14:56:56 +01:00