Paginate/infinite scroll for albums, playlists (#1234)

* Infinite scroll, pagination to album, playlists

* move pagination below tracks

* Make page size configurable

* remove renderer
This commit is contained in:
Kendall Garner 2022-07-26 15:52:13 +00:00 committed by GitHub
parent 575ef649ef
commit 8967cf7647
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 328 additions and 151 deletions

View file

@ -153,11 +153,16 @@ export class Store {
"size": "normal"
},
"albums": {
"scroll": "infinite",
"sort": "name",
"sortOrder": "asc",
"viewAs": "covers"
},
"localPaths": []
"playlists": {
"scroll": "infinite"
},
"localPaths": [],
"pageSize": 250
},
"audio": {
"volume": 1,