Commit Graph

10 Commits

Author SHA1 Message Date
e44be61d2a Fix loading states for unrelated components (#370)
All checks were successful
continuous-integration/drone/push Build is passing
Co-authored-by: kolaente <k@knt.li>
Reviewed-on: #370
Co-authored-by: konrad <konrad@kola-entertainments.de>
Co-committed-by: konrad <konrad@kola-entertainments.de>
2021-01-09 14:24:06 +00:00
ddd24825a3
Fix removing a kanban bucket
All checks were successful
continuous-integration/drone/push Build is passing
2020-12-28 23:42:09 +01:00
0f77ad2d58
Add task filter for kanban
Some checks failed
continuous-integration/drone/push Build is failing
2020-12-22 12:49:43 +01:00
82d54b0751
Remove the focus of the bucket title element after saving the title
All checks were successful
continuous-integration/drone/push Build is passing
2020-10-24 17:23:13 +02:00
a8a7f70a3c
Cleanup code & make sure it has a common code style
All checks were successful
continuous-integration/drone/push Build is passing
2020-09-05 22:35:52 +02:00
7ad24c6d45
Make sure to make the list id from the route an int to not fail the comparison
All checks were successful
continuous-integration/drone/push Build is passing
2020-07-24 18:47:33 +02:00
a4bc95902a
Fix trying to load kanban buckets if the kanban board is not in focus
All checks were successful
continuous-integration/drone/push Build is passing
2020-05-21 11:35:09 +02:00
687b8dc824
Remove task in kanban state when removing in task detail view
All checks were successful
continuous-integration/drone/push Build is passing
2020-05-11 17:25:04 +02:00
bd351550ee
Fix loading state for kanban board
Some checks failed
continuous-integration/drone/push Build is failing
2020-05-09 22:08:18 +02:00
4e42810522 Update tasks in kanban board after editing them in task detail view (#130)
All checks were successful
continuous-integration/drone/push Build is passing
Fix due date disappearing after moving it

Fix removing labels not being updated in store

Fix adding labels not being updated in store

Fix removing assignees not being updated in store

Fix adding assignees not being updated in store

Fix due date not resetting

Fix task attachments not updating in store after being modified in popup view

Fix due date not updating in store after being modified in popup view

Fix using filters for overview views

Fix not re-loading tasks when switching between overviews

Only show undone tasks on task overview page

Update task in bucket when updating in task detail view

Put all bucket related stuff in store

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: #130
2020-05-09 17:00:54 +00:00