1
0

9 Commits

Author SHA1 Message Date
kolaente
0c411fd1e9
fix(kanban): remove leftovers of kanban_position property
This might fix a bug where the kanban position would not be saved correctly.
2024-06-06 16:22:51 +02:00
kolaente
5a84d37fca
fix(kanban): do not focus on task list in bucket when clicking on a task 2024-04-14 11:21:59 +02:00
kolaente
144a6e4140
fix(kanban): do not add bottom spacing to view 2024-04-14 11:15:53 +02:00
kolaente
a7aa74227a
fix(kanban): do not focus kanban board 2024-04-14 11:12:26 +02:00
kolaente
ec1ff80791
fix(kanban): save done and default bucket on the view and not on the project
The frontend was still trying to update the two in the project which won't work since they are now saved at the view level, not the project.
2024-04-06 13:32:54 +02:00
kolaente
5e9edef3b3
fix: lint 2024-03-19 16:33:23 +01:00
kolaente
7c30b00668
fix(views): correctly pass project id when loading more tasks in kanban views 2024-03-19 13:55:05 +01:00
kolaente
4b903c4f48
fix(views): lint 2024-03-19 00:47:52 +01:00
kolaente
f6485be9e2
chore(views): move actual project views into their own folder 2024-03-19 00:47:50 +01:00