From 0e5811cf396561c9754c7c86616abce0524a371c Mon Sep 17 00:00:00 2001 From: Azalea Gui Date: Thu, 16 Feb 2023 17:49:31 -0500 Subject: [PATCH] [-] Remove api loading message --- src/App.tsx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index 2d6975f..4773c15 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -114,14 +114,15 @@ export default function App() { - - {api.loading && "Loading..."} + + {/*{api.loading && "Loading..."}*/} {/* Files */}
{/* For each file */} search() ? it.name.includes(search()) : true).slice(0, scrollIndex())} + loadingMessage={<>} hasMore={scrollIndex() < api()?.length} next={scrollNext}>{(f, i) => @@ -135,7 +136,7 @@ export default function App() { {/* File size */} - + {sizeFmt(f.size)}