mirror of
https://github.com/Rigellute/spotify-tui.git
synced 2026-04-26 08:05:57 +03:00
[PR #133] [MERGED] Add support for page scrolling in Playlist #624
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#624
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?
📋 Pull Request Information
Original PR: https://github.com/Rigellute/spotify-tui/pull/133
Author: @ghost
Created: 11/4/2019
Status: ✅ Merged
Merged: 11/4/2019
Merged by: @Rigellute
Base:
master← Head:page-scroll📝 Commits (2)
3b6e380Removepush_push_navigation_stackfromget_current_user_saved_tracks0bab19cAdd support for scrolling pages in Playlist📊 Changes
5 files changed (+62 additions, -16 deletions)
View changed files
📝
src/app.rs(+49 -10)📝
src/handlers/library.rs(+1 -0)📝
src/handlers/playlist.rs(+3 -2)📝
src/handlers/search_results.rs(+3 -2)📝
src/handlers/track_table.rs(+6 -2)📄 Description
Fix #11
I tried to implement page scrolling in the Playlist and fixed
get_current_user_saved_tracksthat I pointed out in #128 .I added and changed filed and methods of
Appbut I'm not sure whether these changes are matched to what you expected. I would like to hear your opinion.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.