[PR #224] [MERGED] move items in a playlist #1610

Closed
opened 2026-03-14 15:23:16 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/aome510/spotify-player/pull/224
Author: @cobbinma
Created: 7/26/2023
Status: Merged
Merged: 7/30/2023
Merged by: @aome510

Base: masterHead: feat/197-move-playlist-items


📝 Commits (6)

  • 33b61fe feat: 197 move items in a playlist
  • ffa6ca9 feat: 197 use commands not actions
  • 72890b4 chore: 197 remove debug log
  • 971ad35 fix: 197 persist moving playlist items down
  • f0d655a refactor: 197 use any instead of find to check playlist
  • f6143be refactor: 197 move partial eq on track action

📊 Changes

6 files changed (+131 additions, -0 deletions)

View changed files

📝 README.md (+2 -0)
📝 spotify_player/src/client/mod.rs (+57 -0)
📝 spotify_player/src/command.rs (+5 -0)
📝 spotify_player/src/config/keymap.rs (+8 -0)
📝 spotify_player/src/event/mod.rs (+7 -0)
📝 spotify_player/src/event/window.rs (+52 -0)

📄 Description

add track actions to move items up and down in the current playlist 🎵

Screenshot 2023-07-26 at 18 18 30

closes #197


🔄 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/aome510/spotify-player/pull/224 **Author:** [@cobbinma](https://github.com/cobbinma) **Created:** 7/26/2023 **Status:** ✅ Merged **Merged:** 7/30/2023 **Merged by:** [@aome510](https://github.com/aome510) **Base:** `master` ← **Head:** `feat/197-move-playlist-items` --- ### 📝 Commits (6) - [`33b61fe`](https://github.com/aome510/spotify-player/commit/33b61fefc6397276ffc1c35c488bb4eb072aecf1) feat: 197 move items in a playlist - [`ffa6ca9`](https://github.com/aome510/spotify-player/commit/ffa6ca9bbe6bc35d67315e8dd378659d65614131) feat: 197 use commands not actions - [`72890b4`](https://github.com/aome510/spotify-player/commit/72890b41b7a69fa5a086a87103da3c2c42ed49a4) chore: 197 remove debug log - [`971ad35`](https://github.com/aome510/spotify-player/commit/971ad3552f66b53546a2e0d7ef13ef4845890210) fix: 197 persist moving playlist items down - [`f0d655a`](https://github.com/aome510/spotify-player/commit/f0d655af1f46f7b6e44e3d5f563802148cc4eba2) refactor: 197 use any instead of find to check playlist - [`f6143be`](https://github.com/aome510/spotify-player/commit/f6143be250ec8e1e68472bbf4d3ed14a4dc5e94d) refactor: 197 move partial eq on track action ### 📊 Changes **6 files changed** (+131 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+2 -0) 📝 `spotify_player/src/client/mod.rs` (+57 -0) 📝 `spotify_player/src/command.rs` (+5 -0) 📝 `spotify_player/src/config/keymap.rs` (+8 -0) 📝 `spotify_player/src/event/mod.rs` (+7 -0) 📝 `spotify_player/src/event/window.rs` (+52 -0) </details> ### 📄 Description add track actions to move items up and down in the current playlist 🎵 <img width="459" alt="Screenshot 2023-07-26 at 18 18 30" src="https://github.com/aome510/spotify-player/assets/578718/a61a24e4-8947-441c-8a5b-3fba934d399d"> closes #197 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-14 15:23:16 +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-player#1610
No description provided.