From ad7f70e38527b2d8b65da75afb57526d3105339c Mon Sep 17 00:00:00 2001 From: Wouter Born Date: Sun, 21 Aug 2022 16:56:53 +0200 Subject: [PATCH] Change lazy loading config (#1470) The add-on image downloading is a lot faster when using non-sequential lazy loading. Signed-off-by: Wouter Born Signed-off-by: Wouter Born --- bundles/org.openhab.ui/web/src/components/app.vue | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/bundles/org.openhab.ui/web/src/components/app.vue b/bundles/org.openhab.ui/web/src/components/app.vue index 7ac25ce00..077f34974 100644 --- a/bundles/org.openhab.ui/web/src/components/app.vue +++ b/bundles/org.openhab.ui/web/src/components/app.vue @@ -336,6 +336,11 @@ export default { }, touch: { tapHold: true + }, + // Lazy loading settings + lazy: { + threshold: 50, + sequential: false } // smartSelect: {