[PR #399] [MERGED] Add follow and unfollow playlist support #517

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

📋 Pull Request Information

Original PR: https://github.com/jpochyla/psst/pull/399
Author: @takanoro
Created: 5/2/2023
Status: Merged
Merged: 5/4/2023
Merged by: @Insprill

Base: masterHead: master


📝 Commits (10+)

  • 68fd43a Added playlist current sorting criteria indicator
  • f12f5eb Merge branch 'jpochyla:master' into master
  • 11d6bc7 Added support of following, unfollowing a playlist
  • 41976e5 Merge branch 'jpochyla:master' into master
  • c74b151 Added support of following, unfollowing a playlist
  • 92ed333 Added unfollow playlist confirmation dialog window
  • 8197c9e Added unfollow playlist confirmation dialog window
  • a36d82f Added unfollow playlist confirmation dialog window
  • 2fa6ab9 Refactoring and code cleanup
  • d7b0caa Refactoring and code cleanup

📊 Changes

6 files changed (+234 additions, -19 deletions)

View changed files

📝 psst-gui/src/data/mod.rs (+28 -0)
📝 psst-gui/src/delegate.rs (+4 -0)
📝 psst-gui/src/ui/home.rs (+8 -1)
📝 psst-gui/src/ui/playlist.rs (+172 -11)
📝 psst-gui/src/ui/search.rs (+6 -5)
📝 psst-gui/src/webapi/client.rs (+16 -2)

📄 Description

Users can now follow and unfollow playlists. Updated the UI [context menu] to include buttons for following and unfollowing playlists.


🔄 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/jpochyla/psst/pull/399 **Author:** [@takanoro](https://github.com/takanoro) **Created:** 5/2/2023 **Status:** ✅ Merged **Merged:** 5/4/2023 **Merged by:** [@Insprill](https://github.com/Insprill) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (10+) - [`68fd43a`](https://github.com/jpochyla/psst/commit/68fd43abeadd7709b15bb0a1881802e6b003fb6a) Added playlist current sorting criteria indicator - [`f12f5eb`](https://github.com/jpochyla/psst/commit/f12f5eb389195472f70511f6f52bd0520b2a9b2b) Merge branch 'jpochyla:master' into master - [`11d6bc7`](https://github.com/jpochyla/psst/commit/11d6bc7112dc0f63e8ce621b64b1ff5bf358d4cd) Added support of following, unfollowing a playlist - [`41976e5`](https://github.com/jpochyla/psst/commit/41976e5b03297f4887a327699ebd9627297d199f) Merge branch 'jpochyla:master' into master - [`c74b151`](https://github.com/jpochyla/psst/commit/c74b151dcb3f1a243a060adcfb16162657386b76) Added support of following, unfollowing a playlist - [`92ed333`](https://github.com/jpochyla/psst/commit/92ed333de1a3a5c8ce7335425f2bddb03fbe96cf) Added unfollow playlist confirmation dialog window - [`8197c9e`](https://github.com/jpochyla/psst/commit/8197c9e6c31f6fccd7b6f7f09c3f6bdf7c7243d0) Added unfollow playlist confirmation dialog window - [`a36d82f`](https://github.com/jpochyla/psst/commit/a36d82f7ad82fb1248546d9be0bc25ea969fcb36) Added unfollow playlist confirmation dialog window - [`2fa6ab9`](https://github.com/jpochyla/psst/commit/2fa6ab9c007e4b29a68b2d90452369e22feee432) Refactoring and code cleanup - [`d7b0caa`](https://github.com/jpochyla/psst/commit/d7b0caa43734d9e783a7e3a528529a33254919b9) Refactoring and code cleanup ### 📊 Changes **6 files changed** (+234 additions, -19 deletions) <details> <summary>View changed files</summary> 📝 `psst-gui/src/data/mod.rs` (+28 -0) 📝 `psst-gui/src/delegate.rs` (+4 -0) 📝 `psst-gui/src/ui/home.rs` (+8 -1) 📝 `psst-gui/src/ui/playlist.rs` (+172 -11) 📝 `psst-gui/src/ui/search.rs` (+6 -5) 📝 `psst-gui/src/webapi/client.rs` (+16 -2) </details> ### 📄 Description Users can now follow and unfollow playlists. Updated the UI [context menu] to include buttons for following and unfollowing playlists. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-28 14:33: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/psst#517
No description provided.