[PR #155] [MERGED] Follow/unfollow artists #638

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

📋 Pull Request Information

Original PR: https://github.com/Rigellute/spotify-tui/pull/155
Author: @ghost
Created: 11/18/2019
Status: Merged
Merged: 11/22/2019
Merged by: @Rigellute

Base: masterHead: follow-artists


📝 Commits (6)

  • 5135675 Add user-follow-modify to the SCOPE
  • eace9c8 Add support for following/unfollowing artists
  • 4c6d644 Assign D to call user_unfollow_artists
  • bd62552 Assign w to call user_follow_artists
  • 7dd66d6 Fix calling push_navigation_stack many time
  • 3fdc1f5 Add follow an artist

📊 Changes

6 files changed (+40 additions, -2 deletions)

View changed files

📝 src/app.rs (+28 -1)
📝 src/handlers/artists.rs (+1 -0)
📝 src/handlers/library.rs (+1 -0)
📝 src/handlers/search_results.rs (+7 -0)
📝 src/main.rs (+2 -1)
📝 src/ui/help.rs (+1 -0)

📄 Description

Add support for following/unfollowing artists.

Considering #152, it seems that adding/following and deleting/unfollowing have common components and there may be more good abstraction. I will try this after adding and deleting were implemented in other type contents.


🔄 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/155 **Author:** [@ghost](https://github.com/ghost) **Created:** 11/18/2019 **Status:** ✅ Merged **Merged:** 11/22/2019 **Merged by:** [@Rigellute](https://github.com/Rigellute) **Base:** `master` ← **Head:** `follow-artists` --- ### 📝 Commits (6) - [`5135675`](https://github.com/Rigellute/spotify-tui/commit/51356758e7c25148f2f8e9fa1b075babfabdfff5) Add user-follow-modify to the SCOPE - [`eace9c8`](https://github.com/Rigellute/spotify-tui/commit/eace9c88c7a554d469283b653eadb98da91d8cd7) Add support for following/unfollowing artists - [`4c6d644`](https://github.com/Rigellute/spotify-tui/commit/4c6d64430abafa7ac9181011eb17c87c689ed7d2) Assign `D` to call user_unfollow_artists - [`bd62552`](https://github.com/Rigellute/spotify-tui/commit/bd62552632dd6b18adfa0316fea97620a11b11b5) Assign `w` to call user_follow_artists - [`7dd66d6`](https://github.com/Rigellute/spotify-tui/commit/7dd66d633af9a4c991b7228414a5f2f0501d7d0e) Fix calling push_navigation_stack many time - [`3fdc1f5`](https://github.com/Rigellute/spotify-tui/commit/3fdc1f5681748acfe88a1666e11bbfbd6d2eb0a9) Add follow an artist ### 📊 Changes **6 files changed** (+40 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `src/app.rs` (+28 -1) 📝 `src/handlers/artists.rs` (+1 -0) 📝 `src/handlers/library.rs` (+1 -0) 📝 `src/handlers/search_results.rs` (+7 -0) 📝 `src/main.rs` (+2 -1) 📝 `src/ui/help.rs` (+1 -0) </details> ### 📄 Description Add support for following/unfollowing artists. Considering #152, it seems that adding/following and deleting/unfollowing have common components and there may be more good abstraction. I will try this after adding and deleting were implemented in other type contents. --- <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:18 +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#638
No description provided.