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)}