mirror of
https://github.com/austinried/subtracks.git
synced 2026-02-10 15:02:42 +01:00
fix artist alpha sorting using articles/etc
improve performance on list rendering to reduce requests
This commit is contained in:
@@ -89,6 +89,7 @@ const AlbumsList = () => {
|
||||
overScrollMode="never"
|
||||
onEndReached={fetchNextPage}
|
||||
onEndReachedThreshold={6}
|
||||
windowSize={5}
|
||||
/>
|
||||
<FilterButton
|
||||
data={filterOptions}
|
||||
|
||||
Reference in New Issue
Block a user