mirror of
https://github.com/TagStudioDev/TagStudio.git
synced 2026-01-29 06:10:51 +00:00
feat: sort by "date added" to library (#674)
* 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
This commit is contained in:
@@ -99,6 +99,7 @@ Features are broken up into the following priority levels, with nested prioritie
|
||||
- [ ] Fuzzy Search [LOW] [#400](https://github.com/TagStudioDev/TagStudio/issues/400)
|
||||
- [ ] Sortable results [HIGH] [#68](https://github.com/TagStudioDev/TagStudio/issues/68)
|
||||
- [ ] Sort by relevance [HIGH]
|
||||
- [x] Sort by date added [HIGH]
|
||||
- [ ] Sort by date created [HIGH]
|
||||
- [ ] Sort by date modified [HIGH]
|
||||
- [ ] Sort by date taken (photos) [MEDIUM]
|
||||
@@ -182,6 +183,7 @@ These version milestones are rough estimations for when the previous core featur
|
||||
- [ ] Field content search [HIGH]
|
||||
- [ ] Sortable results [HIGH]
|
||||
- [ ] Sort by relevance [HIGH]
|
||||
- [x] Sort by date added [HIGH]
|
||||
- [ ] Sort by date created [HIGH]
|
||||
- [ ] Sort by date modified [HIGH]
|
||||
- [ ] Sort by date taken (photos) [MEDIUM]
|
||||
|
||||
Reference in New Issue
Block a user