[PR #696] [MERGED] feat: sort playlists and albums alphabetically #1779

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

📋 Pull Request Information

Original PR: https://github.com/aome510/spotify-player/pull/696
Author: @constantin-curicheru
Created: 3/24/2025
Status: Merged
Merged: 3/30/2025
Merged by: @aome510

Base: masterHead: 473-partial-solution-sort-alpha


📝 Commits (8)

  • ac6d201 feat: sort playlists and albums alphabetically
  • 6c1b0b0 Merge branch 'master' into 473-partial-solution-sort-alpha
  • aae46ff feat: sort library, except artist, by recent(playlist by snapshot ID, albums by added_at)
  • 08788b7 fix: sort albumbs by recent was reverse order
  • 8d211f4 chore: Improved logic and removed redundant code
  • 742fd49 cleanup
  • c7c6cbe update README
  • e35a35b clippy

📊 Changes

6 files changed (+109 additions, -22 deletions)

View changed files

📝 README.md (+2 -0)
📝 spotify_player/src/client/mod.rs (+5 -2)
📝 spotify_player/src/command.rs (+7 -0)
📝 spotify_player/src/config/keymap.rs (+8 -0)
📝 spotify_player/src/event/page.rs (+73 -20)
📝 spotify_player/src/state/model.rs (+14 -0)

📄 Description

Resolves #473

Added functionality to sort items by alphabetical or recently added in the library page.


🔄 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/696 **Author:** [@constantin-curicheru](https://github.com/constantin-curicheru) **Created:** 3/24/2025 **Status:** ✅ Merged **Merged:** 3/30/2025 **Merged by:** [@aome510](https://github.com/aome510) **Base:** `master` ← **Head:** `473-partial-solution-sort-alpha` --- ### 📝 Commits (8) - [`ac6d201`](https://github.com/aome510/spotify-player/commit/ac6d201cbfecb513fa7024f09d8ee1e742fa10c0) feat: sort playlists and albums alphabetically - [`6c1b0b0`](https://github.com/aome510/spotify-player/commit/6c1b0b08930ceedfda60a22428ca6c46c141627f) Merge branch 'master' into 473-partial-solution-sort-alpha - [`aae46ff`](https://github.com/aome510/spotify-player/commit/aae46ffce4ed91ddc412e8655461022d38629207) feat: sort library, except artist, by recent(playlist by snapshot ID, albums by added_at) - [`08788b7`](https://github.com/aome510/spotify-player/commit/08788b7df83498445bc2d8543fa90cd6ff798378) fix: sort albumbs by recent was reverse order - [`8d211f4`](https://github.com/aome510/spotify-player/commit/8d211f4d56f08594d085435daf693d92ad925729) chore: Improved logic and removed redundant code - [`742fd49`](https://github.com/aome510/spotify-player/commit/742fd49c859dd80929987c45c762163651165c74) cleanup - [`c7c6cbe`](https://github.com/aome510/spotify-player/commit/c7c6cbe1ad2cf176911c5d60b366ff2cf8310fcd) update README - [`e35a35b`](https://github.com/aome510/spotify-player/commit/e35a35bdb298a745a23ac93856dfa855a2b43565) clippy ### 📊 Changes **6 files changed** (+109 additions, -22 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+2 -0) 📝 `spotify_player/src/client/mod.rs` (+5 -2) 📝 `spotify_player/src/command.rs` (+7 -0) 📝 `spotify_player/src/config/keymap.rs` (+8 -0) 📝 `spotify_player/src/event/page.rs` (+73 -20) 📝 `spotify_player/src/state/model.rs` (+14 -0) </details> ### 📄 Description Resolves #473 Added functionality to sort items by alphabetical or recently added in the library page. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-14 15:32:36 +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#1779
No description provided.