mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 04:44:37 +03:00
Scene Marker grid view (#5443)
* add bulk delete mutation --------- Co-authored-by: WithoutPants <53250216+WithoutPants@users.noreply.github.com>
This commit is contained in:
@@ -18,7 +18,7 @@ const sortByOptions = [
|
||||
"random",
|
||||
"scenes_updated_at",
|
||||
].map(ListFilterOptions.createSortBy);
|
||||
const displayModeOptions = [DisplayMode.Wall];
|
||||
const displayModeOptions = [DisplayMode.Grid, DisplayMode.Wall];
|
||||
const criterionOptions = [
|
||||
TagsCriterionOption,
|
||||
MarkersScenesCriterionOption,
|
||||
|
||||
Reference in New Issue
Block a user