[PR #409] [MERGED] Implemented playlist rename functionality #527

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

📋 Pull Request Information

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

Base: masterHead: master


📝 Commits (5)

  • 03f5f73 Implemented playlist rename functionality
  • 11ce531 Implemented playlist rename functionality
  • 94d0ad8 Refactored rename playlist event
  • ed4fe67 Implemented playlist rename functionality
  • 2242879 Implemented playlist rename functionality

📊 Changes

4 files changed (+176 additions, -38 deletions)

View changed files

📝 psst-gui/src/data/mod.rs (+13 -0)
📝 psst-gui/src/delegate.rs (+9 -4)
📝 psst-gui/src/ui/playlist.rs (+148 -34)
📝 psst-gui/src/webapi/client.rs (+6 -0)

📄 Description

Added rename playlist support + tried to standardize styles for rename and unfollow dialog windows.


🔄 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/409 **Author:** [@takanoro](https://github.com/takanoro) **Created:** 5/5/2023 **Status:** ✅ Merged **Merged:** 5/5/2023 **Merged by:** [@Insprill](https://github.com/Insprill) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (5) - [`03f5f73`](https://github.com/jpochyla/psst/commit/03f5f7391fafd6bff7e80bd6fb08a6b5bbd66c61) Implemented playlist rename functionality - [`11ce531`](https://github.com/jpochyla/psst/commit/11ce53195539374429683e21bf9c4e9ab9de374f) Implemented playlist rename functionality - [`94d0ad8`](https://github.com/jpochyla/psst/commit/94d0ad887d35fcf51ff3d53d0a3bde772badb16e) Refactored rename playlist event - [`ed4fe67`](https://github.com/jpochyla/psst/commit/ed4fe67483704214ebcb3178c6428ed3c051f50f) Implemented playlist rename functionality - [`2242879`](https://github.com/jpochyla/psst/commit/224287991a254241065f09fbdde2ca7dd269f1cd) Implemented playlist rename functionality ### 📊 Changes **4 files changed** (+176 additions, -38 deletions) <details> <summary>View changed files</summary> 📝 `psst-gui/src/data/mod.rs` (+13 -0) 📝 `psst-gui/src/delegate.rs` (+9 -4) 📝 `psst-gui/src/ui/playlist.rs` (+148 -34) 📝 `psst-gui/src/webapi/client.rs` (+6 -0) </details> ### 📄 Description Added rename playlist support + tried to standardize styles for rename and unfollow dialog windows. --- <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:20 +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#527
No description provided.