Commit Graph

8 Commits

Author SHA1 Message Date
kolaente 0f77ad2d58
Add task filter for kanban
continuous-integration/drone/push Build is failing Details
2020-12-22 12:49:43 +01:00
kolaente 82d54b0751
Remove the focus of the bucket title element after saving the title
continuous-integration/drone/push Build is passing Details
2020-10-24 17:23:13 +02:00
kolaente a8a7f70a3c
Cleanup code & make sure it has a common code style
continuous-integration/drone/push Build is passing Details
2020-09-05 22:35:52 +02:00
kolaente 7ad24c6d45
Make sure to make the list id from the route an int to not fail the comparison
continuous-integration/drone/push Build is passing Details
2020-07-24 18:47:33 +02:00
kolaente a4bc95902a
Fix trying to load kanban buckets if the kanban board is not in focus
continuous-integration/drone/push Build is passing Details
2020-05-21 11:35:09 +02:00
kolaente 687b8dc824
Remove task in kanban state when removing in task detail view
continuous-integration/drone/push Build is passing Details
2020-05-11 17:25:04 +02:00
kolaente bd351550ee
Fix loading state for kanban board
continuous-integration/drone/push Build is failing Details
2020-05-09 22:08:18 +02:00
konrad 4e42810522 Update tasks in kanban board after editing them in task detail view (#130)
continuous-integration/drone/push Build is passing Details
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