mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 09:25:49 +03:00
[PR #696] [MERGED] feat: sort playlists and albums alphabetically #1779
Labels
No labels
bug
documentation
enhancement
good first issue
help wanted
pull-request
question
third-party
third-party
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-player#1779
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/aome510/spotify-player/pull/696
Author: @constantin-curicheru
Created: 3/24/2025
Status: ✅ Merged
Merged: 3/30/2025
Merged by: @aome510
Base:
master← Head:473-partial-solution-sort-alpha📝 Commits (8)
ac6d201feat: sort playlists and albums alphabetically6c1b0b0Merge branch 'master' into 473-partial-solution-sort-alphaaae46fffeat: sort library, except artist, by recent(playlist by snapshot ID, albums by added_at)08788b7fix: sort albumbs by recent was reverse order8d211f4chore: Improved logic and removed redundant code742fd49cleanupc7c6cbeupdate READMEe35a35bclippy📊 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.