1
0
Commit Graph

17 Commits

Author SHA1 Message Date
df415f97a9 fix(views): make table view load tasks again 2024-03-19 00:47:48 +01:00
86039b1dd2 fix(views): make gantt view load tasks again 2024-03-19 00:47:48 +01:00
cf15cc6f12 feat(views): fetch tasks via view context when accessing them through views 2024-03-19 00:47:47 +01:00
fc4eed6eb4 fix(filters): lint 2024-03-13 17:21:20 +01:00
15215b30a0 fix(filters): rework filter popup button 2024-03-13 17:19:15 +01:00
659de54db1 feat(kanban): do not remove focus from the input after creating a new bucket 2024-03-11 17:29:28 +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
3896c680d3 fix(filters): do not require string for in comparator 2024-03-11 14:36:59 +01:00
3b77fff4c9 fix(project): correctly show the number of tasks and projects when deleting a project 2024-03-11 14:21:42 +01:00
009e9b5455 fix(filters): correctly use date filters in gantt chart 2024-03-10 12:16:21 +01:00
38985a8318 fix(filters): pass correct filter query to kanban and gantt loading 2024-03-09 19:07:31 +01:00
a22652b737 feat(filter): remove now unused code 2024-03-09 19:07:30 +01:00
2d5c496397 fix(kanban): pass active filters down to task lazy loading
Before this change, applying a filter and then scrolling a bucket would not use that filter when lazy loading the tasks in that bucket. That resulted in all tasks being loaded, regardless if the filter applied to them.
2024-02-27 16:10:19 +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
8c6d98bb02 feat(kanban): debounce bucket limit setting 2024-02-12 17:05:48 +01:00
fc4676315d chore: move frontend files 2024-02-07 14:56:56 +01:00