mirror of
https://github.com/TagStudioDev/TagStudio.git
synced 2026-01-31 15:19:10 +00:00
* ui: add sorting mode dropdown * feat: pass sorting mode to Library.search_library * feat: implement sorting by creation date * ui: add dropdown for sorting direction * ui: update shown entries after changing sorting mode / direction * docs: mark sorting by "Date Created" as completed * fix: remove sorting options that have not been implemented * fix: rename sorting mode to "Date Added" * fix: check off the right item on the roadmap * feat: translate sorting UI * fix: address review comments