Skip to content

feat: sort by added_at in albums list by default#1806

Open
brtholomy wants to merge 2 commits intohrkfdn:mainfrom
brtholomy:sort
Open

feat: sort by added_at in albums list by default#1806
brtholomy wants to merge 2 commits intohrkfdn:mainfrom
brtholomy:sort

Conversation

@brtholomy
Copy link
Copy Markdown

Describe your changes

Changes the default behavior of the Albums list in the library view to sort by date the album was saved. Old behavior was a lexical ordering, which is in my opinion not useful, and deviates from the behavior of the Tracks and Playlists tabs. (Artists list should also probably follow.)

Disclaimer: I'm a Rust noob and just guessed. But it compiles and works. Note I just removed the resorting behavior from save_album, since inserting at the 0 index does what we want.

Issue ticket number and link

#747

Checklist before requesting a review

  • Documentation was updated (i.e. due to changes in keybindings, commands, etc.)
  • Changelog was updated with relevant user-facing changes (eg. not dependency updates,
    not performance improvements, etc.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant