[PR #278] [MERGED] Implement 'Made For You' section of Library #728

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

📋 Pull Request Information

Original PR: https://github.com/Rigellute/spotify-tui/pull/278
Author: @amgassert
Created: 2/2/2020
Status: Merged
Merged: 2/7/2020
Merged by: @Rigellute

Base: masterHead: amgassert-madeforyou


📝 Commits (3)

  • ed3418b Implement Made For You
  • 9aa5376 Remove 'Made For You' from high-level requirements
  • e063401 Use get_results where possible. Add get_mut_results to ScrollableResultPages struct.

📊 Changes

7 files changed (+275 additions, -13 deletions)

View changed files

📝 README.md (+21 -10)
📝 src/app.rs (+90 -0)
📝 src/handlers/library.rs (+1 -0)
📝 src/handlers/made_for_you.rs (+57 -1)
📝 src/handlers/track_table.rs (+62 -0)
📝 src/ui/mod.rs (+43 -1)
📝 src/ui/util.rs (+1 -1)

📄 Description

No description provided


🔄 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/278 **Author:** [@amgassert](https://github.com/amgassert) **Created:** 2/2/2020 **Status:** ✅ Merged **Merged:** 2/7/2020 **Merged by:** [@Rigellute](https://github.com/Rigellute) **Base:** `master` ← **Head:** `amgassert-madeforyou` --- ### 📝 Commits (3) - [`ed3418b`](https://github.com/Rigellute/spotify-tui/commit/ed3418bb11f010ff228ffdb8a3e5d98897fa61ba) Implement Made For You - [`9aa5376`](https://github.com/Rigellute/spotify-tui/commit/9aa537672b011a8d988cfc0fb658989a2b7997e0) Remove 'Made For You' from high-level requirements - [`e063401`](https://github.com/Rigellute/spotify-tui/commit/e063401a0ce6780e2a56e389dd47b0d1cebe9745) Use get_results where possible. Add get_mut_results to ScrollableResultPages struct. ### 📊 Changes **7 files changed** (+275 additions, -13 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+21 -10) 📝 `src/app.rs` (+90 -0) 📝 `src/handlers/library.rs` (+1 -0) 📝 `src/handlers/made_for_you.rs` (+57 -1) 📝 `src/handlers/track_table.rs` (+62 -0) 📝 `src/ui/mod.rs` (+43 -1) 📝 `src/ui/util.rs` (+1 -1) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-28 14:53:09 +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#728
No description provided.