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

@ -125,6 +125,7 @@ export class BrowserWindow {
"components/hello-world",
"components/inline-collection-list",
"components/settings-window",
"components/pagination",
"components/settings-keybinds",
"components/settings-themes",
"components/settings-themes-github",