mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 21:04:37 +03:00
Rename Movie to Group in UI (#4963)
* Replace movies with groups in the UI * Massage menu items * Change view names * Rename Movie components to Group * Refactor movie to group variable names * Rename movie class names to group
This commit is contained in:
@@ -10,7 +10,7 @@ import {
|
||||
} from "../Galleries/GallerySelect";
|
||||
|
||||
interface IMultiSetProps {
|
||||
type: "performers" | "studios" | "tags" | "movies" | "galleries";
|
||||
type: "performers" | "studios" | "tags" | "groups" | "galleries";
|
||||
existingIds?: string[];
|
||||
ids?: string[];
|
||||
mode: GQL.BulkUpdateIdMode;
|
||||
|
||||
Reference in New Issue
Block a user