vikunja/frontend/src/views/project
kolaente 2d5c496397
Some checks failed
continuous-integration/drone/push Build is failing
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
..
helpers chore: move frontend files 2024-02-07 14:56:56 +01:00
settings chore: move frontend files 2024-02-07 14:56:56 +01:00
ListProjects.vue chore: move frontend files 2024-02-07 14:56:56 +01:00
NewProject.vue chore: move frontend files 2024-02-07 14:56:56 +01:00
ProjectGantt.vue chore: move frontend files 2024-02-07 14:56:56 +01:00
ProjectInfo.vue chore: move frontend files 2024-02-07 14:56:56 +01:00
ProjectKanban.vue fix(kanban): pass active filters down to task lazy loading 2024-02-27 16:10:19 +01:00
ProjectList.vue chore: move frontend files 2024-02-07 14:56:56 +01:00
ProjectTable.vue feat(tasks): make done at column available for selection in table view 2024-02-12 17:56:24 +01:00