Speed up board loading, skip loading the full sidebar

- only load the sidebar when viewing
This commit is contained in:
Martin Filser 2023-03-05 17:35:30 +01:00
parent 42fad8fb98
commit f483b162ce
3 changed files with 4 additions and 2 deletions

View file

@ -333,7 +333,6 @@ BlazeComponent.extendComponent({
onRendered() {
this.setLoading(false);
Utils.setBackgroundImage();
},
setError(error) {