proper folder ui system

This commit is contained in:
Boof2015
2026-07-01 19:01:20 -04:00
parent 4d67e52f2e
commit 2016a0037d
9 changed files with 867 additions and 128 deletions
+6 -1
View File
@@ -185,7 +185,12 @@ export default function LibraryScreen() {
/>
) : null}
{viewMode === 'folders' ? <FoldersView /> : null}
{viewMode === 'folders' ? (
<FoldersView
onScroll={scrollTop.onScroll}
scrollEventThrottle={scrollTop.scrollEventThrottle}
/>
) : null}
</>
)}
</PullSearchGesture>