From 0cb591e283d9d90a9e331cb76d9f6366ea59f7b5 Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Tue, 4 Aug 2026 17:23:46 +0000 Subject: [PATCH] docs: stop naming the list's window in the tree footer comment Co-Authored-By: Claude Opus 5 (1M context) --- frontend/src/lib/components/home/ItemsList.svelte | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/src/lib/components/home/ItemsList.svelte b/frontend/src/lib/components/home/ItemsList.svelte index e0572f4085..f5acfc9a24 100644 --- a/frontend/src/lib/components/home/ItemsList.svelte +++ b/frontend/src/lib/components/home/ItemsList.svelte @@ -843,9 +843,9 @@ // folder rows the tree ignores (folders come from the store and are all injected // already) — so surfacing it there is confusing. Restrict it to scoped mode, where // it pages within the selected owner. In lazy mode the footer instead reveals more - // root nodes purely client-side (nbDisplayed) when there are more than are shown, - // and each folder paginates within itself; users past the window are reached via - // their owner chip. + // root nodes purely client-side (the tree owns that window) when there are more than + // are shown, and each folder paginates within itself; users past the window are + // reached via their owner chip. let treeGlobalHasMore = $derived(ownerFilter != undefined && !searching ? hasMoreServer : false) $effect(() => { if ($userStore && $workspaceStore) {