This repository has been archived on 2024-02-08. You can view files and clone it, but cannot push or open issues or pull requests.
frontend/src
konrad 4e42810522
All checks were successful
continuous-integration/drone/push Build is passing
Update tasks in kanban board after editing them in task detail view (#130)
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
..
components Update tasks in kanban board after editing them in task detail view (#130) 2020-05-09 17:00:54 +00:00
helpers Fix parsing nested array with non-objects when updating 2020-04-30 23:45:22 +02:00
http-common Make api url configurable in index.html 2020-05-05 22:44:58 +02:00
message Add undo button to notification when marking a task as done 2020-03-02 21:19:26 +01:00
models Fix avatar url 2020-05-05 23:30:15 +02:00
router Vuex (#126) 2020-05-08 18:43:51 +00:00
services Make api url configurable in index.html 2020-05-05 22:44:58 +02:00
ServiceWorker Fix id params not being named correctly 2020-04-17 12:19:53 +02:00
store Update tasks in kanban board after editing them in task detail view (#130) 2020-05-09 17:00:54 +00:00
styles Highlight the current list when something list related is called 2020-05-08 21:07:33 +02:00
App.vue Highlight the current list when something list related is called 2020-05-08 21:07:33 +02:00
main.js Vuex (#126) 2020-05-08 18:43:51 +00:00
registerServiceWorker.js Vuex (#126) 2020-05-08 18:43:51 +00:00