From 1599371df5fddb1ba7c33b09fa28581e54a12f47 Mon Sep 17 00:00:00 2001 From: grngxd <36968271+grngxd@users.noreply.github.com> Date: Thu, 31 Jul 2025 12:32:38 +0100 Subject: [PATCH] oops --- src/routes/dashboard/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/routes/dashboard/index.tsx b/src/routes/dashboard/index.tsx index b601c8d..22461fb 100644 --- a/src/routes/dashboard/index.tsx +++ b/src/routes/dashboard/index.tsx @@ -130,7 +130,7 @@ const Files = component$(() => { console.log("Loading more files..."); debounce(async () => { - const newFiles = await api.list(page.value, 4); // gotta be a multiple of 4 so pages dont look weird + const newFiles = await api.list(page.value, 12); // gotta be a multiple of 4 so pages dont look weird if (newFiles.length === 0) { hasMore.value = false; if (sentinel.value) observer.unobserve(sentinel.value); @@ -160,7 +160,7 @@ const Files = component$(() => { {hasMore.value && (