mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 20:34:37 +03:00
Revamp scene and marker wall views (#5816)
* Use gallery for scene wall * Move into separate file * Remove unnecessary class names * Apply configuration * Reuse styling * Add Scene Marker wall panel * Adjust target row height
This commit is contained in:
@@ -9,7 +9,7 @@ import { ListFilterModel } from "src/models/list-filter/filter";
|
||||
import { DisplayMode } from "src/models/list-filter/types";
|
||||
import { Tagger } from "../Tagger/scenes/SceneTagger";
|
||||
import { IPlaySceneOptions, SceneQueue } from "src/models/sceneQueue";
|
||||
import { SceneWallPanel } from "../Wall/WallPanel";
|
||||
import { SceneWallPanel } from "./SceneWallPanel";
|
||||
import { SceneListTable } from "./SceneListTable";
|
||||
import { EditScenesDialog } from "./EditScenesDialog";
|
||||
import { DeleteScenesDialog } from "./DeleteScenesDialog";
|
||||
|
||||
Reference in New Issue
Block a user