From 2974ebeef83a810ce276d0c354c3ed3bf53d662c Mon Sep 17 00:00:00 2001 From: outfoxxed Date: Tue, 19 Mar 2024 05:40:40 -0700 Subject: [PATCH] overview: update lazy loading section to reference new LazyLoader --- content/docs/configuration/qml-overview.md | 9 +++------ flake.lock | 8 ++++---- 2 files changed, 7 insertions(+), 10 deletions(-) diff --git a/content/docs/configuration/qml-overview.md b/content/docs/configuration/qml-overview.md index 5b132c7..58076c8 100644 --- a/content/docs/configuration/qml-overview.md +++ b/content/docs/configuration/qml-overview.md @@ -798,12 +798,9 @@ it will not be updated further by the binding. Often not all of your interface needs to load immediately. By default the QML engine initializes every object in the scene before showing anything onscreen. -For parts of the interface you don't need to load immediately, you should -load them lazily to make your interface load faster. - -The [Loader](https://doc.qt.io/qt-6/qml-qtquick-loader.html) type can help with -this, by loading in external files or creating components at runtime. Check its -documentation for more information. +For parts of the interface you don't need to be immediately visible, load them +asynchronously using a [LazyLoader](/docs/types/quickshell/lazyloader). +See its documentation for more information. #### Components diff --git a/flake.lock b/flake.lock index 5e39de1..8fb6eae 100644 --- a/flake.lock +++ b/flake.lock @@ -22,11 +22,11 @@ ] }, "locked": { - "lastModified": 1710416907, - "narHash": "sha256-prul6TG6uCKedEq3X4MGErzjWTRRAWsTDnCuCgQtDNY=", + "lastModified": 1710851744, + "narHash": "sha256-chglsLRxjBDgnI53NNdiPdFbKxOy/NF75uDTurApao0=", "ref": "refs/heads/master", - "rev": "41803ee2355d081f446c335339060e4f060949cf", - "revCount": 117, + "rev": "518977932d2d774b26ee339c13c8dc60ac7c0b66", + "revCount": 121, "type": "git", "url": "https://git.outfoxxed.me/outfoxxed/quickshell" },