Added stash menu to release page, returning stashes from stash API to avoid reloading or local interpolation.
This commit is contained in:
@@ -228,7 +228,8 @@ const releaseFields = `
|
||||
url
|
||||
}
|
||||
isNew
|
||||
isStashed
|
||||
isFavorited
|
||||
isStashed(includeFavorites: false)
|
||||
stashes: stashesScenesBySceneId(
|
||||
filter: {
|
||||
stash: {
|
||||
@@ -242,6 +243,7 @@ const releaseFields = `
|
||||
id
|
||||
name
|
||||
slug
|
||||
primary
|
||||
}
|
||||
}
|
||||
`;
|
||||
@@ -368,7 +370,8 @@ const releaseFragment = `
|
||||
}
|
||||
}
|
||||
}
|
||||
isStashed
|
||||
isFavorited
|
||||
isStashed(includeFavorites: false)
|
||||
stashes: stashesScenesBySceneId(
|
||||
filter: {
|
||||
stash: {
|
||||
@@ -382,6 +385,7 @@ const releaseFragment = `
|
||||
id
|
||||
name
|
||||
slug
|
||||
primary
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user