New: Sort by Status in Artist Index/Editor

Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
This commit is contained in:
Qstick
2018-10-16 20:59:16 -04:00
parent 07a1388758
commit 69b6b67bf4
5 changed files with 34 additions and 3 deletions
@@ -19,6 +19,15 @@ function ArtistIndexSortMenu(props) {
alignMenu={align.RIGHT}
>
<MenuContent>
<SortMenuItem
name="status"
sortKey={sortKey}
sortDirection={sortDirection}
onPress={onSortSelect}
>
Monitored/Status
</SortMenuItem>
<SortMenuItem
name="sortName"
sortKey={sortKey}