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
kolaente 2e537f6d63
All checks were successful
continuous-integration/drone/push Build is passing
fix: loading list views would sometimes not get loaded
To make sure the tasks of a list are only loaded after the list itself is fetched from the server, we hide the list view until the list is fully loaded. When switching between different views of the same list, this would cause the list view to not be loaded at all because the list was already loaded at that point.

closes #1732
2022-04-02 12:47:13 +02:00
..
settings fix: make sure a list background is set in store when adding one 2022-03-27 21:06:30 +00: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: loading list views would sometimes not get loaded 2022-04-02 12:47:13 +02:00
NewList.vue fix: list loading 2022-01-04 21:55:30 +01:00