mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 12:24:38 +03:00
Patchable ExternalLinkButtons component (#5727)
* Patchable ExternalLinkButtons component * added fontAwesomeBrands * use ExternalLinkButtons on groups page
This commit is contained in:
@@ -11,6 +11,7 @@ import * as Bootstrap from "react-bootstrap";
|
||||
import * as Intl from "react-intl";
|
||||
import * as FontAwesomeSolid from "@fortawesome/free-solid-svg-icons";
|
||||
import * as FontAwesomeRegular from "@fortawesome/free-regular-svg-icons";
|
||||
import * as FontAwesomeBrands from "@fortawesome/free-brands-svg-icons";
|
||||
import * as ReactSelect from "react-select";
|
||||
import { useSpriteInfo } from "./hooks/sprite";
|
||||
import { useToast } from "./hooks/Toast";
|
||||
@@ -72,6 +73,7 @@ export const PluginApi = {
|
||||
Intl,
|
||||
FontAwesomeRegular,
|
||||
FontAwesomeSolid,
|
||||
FontAwesomeBrands,
|
||||
Mousetrap,
|
||||
MousetrapPause,
|
||||
ReactSelect,
|
||||
|
||||
Reference in New Issue
Block a user