mirror of
https://github.com/jpochyla/psst.git
synced 2026-04-27 07:25:52 +03:00
[PR #399] [MERGED] Add follow and unfollow playlist support #517
Labels
No labels
api
bug
build
documentation
duplicate
enhancement
good first issue
help wanted
idea
invalid
linux
lowprio
macos
pull-request
upstream
windows
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/psst#517
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/jpochyla/psst/pull/399
Author: @takanoro
Created: 5/2/2023
Status: ✅ Merged
Merged: 5/4/2023
Merged by: @Insprill
Base:
master← Head:master📝 Commits (10+)
68fd43aAdded playlist current sorting criteria indicatorf12f5ebMerge branch 'jpochyla:master' into master11d6bc7Added support of following, unfollowing a playlist41976e5Merge branch 'jpochyla:master' into masterc74b151Added support of following, unfollowing a playlist92ed333Added unfollow playlist confirmation dialog window8197c9eAdded unfollow playlist confirmation dialog windowa36d82fAdded unfollow playlist confirmation dialog window2fa6ab9Refactoring and code cleanupd7b0caaRefactoring 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.