[PR #133] [MERGED] Add support for page scrolling in Playlist #624

Closed
opened 2026-02-28 14:50:15 +03:00 by kerem · 0 comments
Owner

📋 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: masterHead: page-scroll


📝 Commits (2)

  • 3b6e380 Remove push_push_navigation_stack from get_current_user_saved_tracks
  • 0bab19c Add 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_tracks that I pointed out in #128 .

I added and changed filed and methods of App but 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.

## 📋 Pull Request Information **Original PR:** https://github.com/Rigellute/spotify-tui/pull/133 **Author:** [@ghost](https://github.com/ghost) **Created:** 11/4/2019 **Status:** ✅ Merged **Merged:** 11/4/2019 **Merged by:** [@Rigellute](https://github.com/Rigellute) **Base:** `master` ← **Head:** `page-scroll` --- ### 📝 Commits (2) - [`3b6e380`](https://github.com/Rigellute/spotify-tui/commit/3b6e380da740b799770ff11d0869f64f8c2d81ad) Remove `push_push_navigation_stack` from `get_current_user_saved_tracks` - [`0bab19c`](https://github.com/Rigellute/spotify-tui/commit/0bab19c28f7103fd0995b735a1a31956f5e989e6) Add support for scrolling pages in Playlist ### 📊 Changes **5 files changed** (+62 additions, -16 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description Fix #11 I tried to implement page scrolling in the Playlist and fixed `get_current_user_saved_tracks` that I pointed out in #128 . I added and changed filed and methods of `App` but I'm not sure whether these changes are matched to what you expected. I would like to hear your opinion. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-28 14:50:15 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/spotify-tui#624
No description provided.