New: Sorting Artist List/Mass Editor by Tags

Closes #1804
pull/3219/head
Robin Dadswell 4 years ago committed by Qstick
parent c401581913
commit 852831a6e7

@ -135,6 +135,15 @@ function ArtistIndexSortMenu(props) {
>
Size on Disk
</SortMenuItem>
<SortMenuItem
name="tags"
sortKey={sortKey}
sortDirection={sortDirection}
onPress={onSortSelect}
>
Tags
</SortMenuItem>
</MenuContent>
</SortMenu>
);

@ -73,7 +73,7 @@ export const defaultState = {
{
name: 'tags',
label: translate('Tags'),
isSortable: false,
isSortable: true,
isVisible: true
}
],

@ -155,7 +155,7 @@ export const defaultState = {
{
name: 'tags',
label: translate('Tags'),
isSortable: false,
isSortable: true,
isVisible: false
},
{

Loading…
Cancel
Save