Commit Graph

10 Commits

Author SHA1 Message Date
7c30b00668
fix(views): correctly pass project id when loading more tasks in kanban views 2024-03-19 13:55:05 +01:00
4b903c4f48
fix(views): lint 2024-03-19 00:47:52 +01:00
27cb6e3372
fix(views): make bucket edit work 2024-03-19 00:47:50 +01:00
ca0550acea
fix(views): fetch buckets through view 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
49ab90fc19
fix: lint 2024-03-11 17:24:40 +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
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
fc4676315d
chore: move frontend files 2024-02-07 14:56:56 +01:00