mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 12:24:38 +03:00
Add "toolbar" buttons for some list actions (#1673)
* Support adding buttons to list "toolbar" * Show add and remove images to gallery in toolbar * Show button to play selected scenes to list toolbar
This commit is contained in:
@@ -3,6 +3,7 @@ import _ from "lodash";
|
||||
import { useIntl } from "react-intl";
|
||||
import { useHistory } from "react-router-dom";
|
||||
import Mousetrap from "mousetrap";
|
||||
import { IconProp } from "@fortawesome/fontawesome-svg-core";
|
||||
import {
|
||||
FindScenesQueryResult,
|
||||
SlimSceneDataFragment,
|
||||
@@ -44,6 +45,7 @@ export const SceneList: React.FC<ISceneList> = ({
|
||||
text: intl.formatMessage({ id: "actions.play_selected" }),
|
||||
onClick: playSelected,
|
||||
isDisplayed: showWhenSelected,
|
||||
icon: "play" as IconProp,
|
||||
},
|
||||
{
|
||||
text: intl.formatMessage({ id: "actions.play_random" }),
|
||||
|
||||
Reference in New Issue
Block a user