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/views/list
konrad 7f56a3537c
Some checks failed
continuous-integration/drone/push Build is failing
fix: load the list tasks only after the list itself was loaded (#1251)
Currently, when opening a list sometimes the tasks are shown before the list itself is loaded. Because the list contains the rights, this means no edit buttons etc are available at that point which is pretty confusing.

This PR ensures the list-specific view is loaded only after the list itself is loaded.

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: #1251
2022-03-27 19:56:56 +00:00
..
settings fix: sharing components 2022-01-04 21:55:32 +01:00
ListGantt.vue feat: provide listId prop via router 2022-01-04 21:55:32 +01:00
ListKanban.vue fix: don't rotate kanban cards while dragging 2022-02-27 19:43:05 +01:00
ListList.vue fix: undo task done from list view 2022-02-26 13:18:44 +01:00
ListTable.vue feat: don't open task detail in modal for list and table view 2022-01-31 01:31:41 +01:00
ListWrapper.vue fix: load the list tasks only after the list itself was loaded (#1251) 2022-03-27 19:56:56 +00:00
NewList.vue fix: list loading 2022-01-04 21:55:30 +01:00