mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 20:34:37 +03:00
feat: Add Performers tab to Group detail page (#5895)
* Feat(#1401): Show all performers from group's scenes on group detail * Add Groups criterion to performers --------- Co-authored-by: WithoutPants <53250216+WithoutPants@users.noreply.github.com>
This commit is contained in:
@@ -18,6 +18,7 @@ import { CriterionType, DisplayMode } from "./types";
|
||||
import { CountryCriterionOption } from "./criteria/country";
|
||||
import { RatingCriterionOption } from "./criteria/rating";
|
||||
import { CustomFieldsCriterionOption } from "./criteria/custom-fields";
|
||||
import { GroupsCriterionOption } from "./criteria/groups";
|
||||
|
||||
const defaultSortBy = "name";
|
||||
const sortByOptions = [
|
||||
@@ -90,6 +91,7 @@ const criterionOptions = [
|
||||
CircumcisedCriterionOption,
|
||||
PerformerIsMissingCriterionOption,
|
||||
TagsCriterionOption,
|
||||
GroupsCriterionOption,
|
||||
StudiosCriterionOption,
|
||||
StashIDCriterionOption,
|
||||
createStringCriterionOption("url"),
|
||||
|
||||
Reference in New Issue
Block a user