mirror of
https://github.com/Rigellute/spotify-tui.git
synced 2026-04-26 16:15:55 +03:00
[GH-ISSUE #603] Artists pagination is not implemented #246
Labels
No labels
bug
enhancement
good first issue
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-tui#246
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Utagai on GitHub (Oct 4, 2020).
Original GitHub issue: https://github.com/Rigellute/spotify-tui/issues/603
First off, great work on this. I was having some memory usage issues on my old laptop and this project shaved off an entire gigabyte of memory usage that the official Spotify desktop client was hogging!
Steps to reproduce
Artistspage from theLibrarysection.<ctrl+d>/<ctrl+u>to paginate theArtistspage.Looking at the code this seems to be because we have no handlers for the next and previous page actions. I'll have a PR up for this soon, but I thought that I should probably file the issue first.
@Rigellute commented on GitHub (Oct 11, 2020):
Great to hear that you managed to save some memory usage by using spotify-tui!
And pagination is one major problem at the moment. We don't yet have a nice abstraction for every view. @sputnick1124 has an interesting proposal for this https://github.com/Rigellute/spotify-tui/issues/527#issuecomment-700385162