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:
parent
575ef649ef
commit
8967cf7647
8 changed files with 328 additions and 151 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue