Closed geckoslair closed 7 years ago
ref #260
I'm not sure what you mean, @geckoslair ?
@jellegerbrandy
Playlists videos and search results have pagination. Each list need controllers for hasNextPage hasPrevPage, i call these controller "boundaries".
Playlists videos the controller (already implemented) it's easy because i know the total items within the playlist (it's an array inside the playlist).
Search results it's hard because i'm subscribing to a pubblication passing the current page. I miss the total items number.
Known options:
I need help to manage pagination boundaries in search results. In playlist pagination it's easy because i know the length of videos.
Ideas?