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 b2897545e4
Some checks failed
continuous-integration/drone/push Build is failing
fix: properly set list backgrounds when switching between lists
Probably caused by the blur hash feature, switching between lists would not work if the list background was set via unsplash. I've refactored the whole decision tree which checks if a background should be loaded or not. It actually does not matter where the background is from (unsplash or upload) or if we had one in the last list - we only need to know if the current list has a background or if we just changed it and need to update right away.
2022-04-03 14:20:16 +02:00
..
settings fix: properly set list backgrounds when switching between lists 2022-04-03 14:20:16 +02:00
ListGantt.vue feat: provide listId prop via router 2022-01-04 21:55:32 +01:00
ListKanban.vue feat: use defineComponent wrapper 2022-04-02 17:16:57 +02:00
ListList.vue feat: add lang ts to script block 2022-04-02 17:15:46 +02: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: properly set list backgrounds when switching between lists 2022-04-03 14:20:16 +02:00
NewList.vue feat: use defineComponent wrapper 2022-04-02 17:16:57 +02:00