mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40:13 +01:00
Speed up board loading, skip loading the full sidebar
- only load the sidebar when viewing
This commit is contained in:
parent
42fad8fb98
commit
f483b162ce
3 changed files with 4 additions and 2 deletions
|
|
@ -218,6 +218,8 @@ BlazeComponent.extendComponent({
|
|||
if (Utils.canModifyBoard() && currentBoard.lists().length === 0) {
|
||||
boardComponent.openNewListForm();
|
||||
}
|
||||
|
||||
Utils.setBackgroundImage();
|
||||
},
|
||||
|
||||
notDisplayThisBoard() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue