mirror of
https://github.com/stashapp/stash.git
synced 2026-04-20 22:11:32 +02:00
docs: add missing patchable components and library (#6517)
This commit is contained in:
parent
2c8e7d709f
commit
09044b92bf
1 changed files with 28 additions and 3 deletions
|
|
@ -33,6 +33,7 @@ This namespace contains the generated graphql client interface. This is a low-le
|
|||
- `FontAwesomeBrands`
|
||||
- `Mousetrap`
|
||||
- `MousetrapPause`
|
||||
- `ReactFontAwesome`
|
||||
- `ReactSelect`
|
||||
|
||||
### `register`
|
||||
|
|
@ -235,17 +236,26 @@ Returns `void`.
|
|||
- `GalleryCard.Image`
|
||||
- `GalleryCard.Overlays`
|
||||
- `GalleryCard.Popovers`
|
||||
- `GalleryCardGrid`
|
||||
- `GalleryIDSelect`
|
||||
- `GalleryRecommendationRow`
|
||||
- `GallerySelect`
|
||||
- `GallerySelect.sort`
|
||||
- `GridCard`
|
||||
- `GroupCard`
|
||||
- `GroupCardGrid`
|
||||
- `GroupIDSelect`
|
||||
- `GroupRecommendationRow`
|
||||
- `GroupSelect`
|
||||
- `GroupSelect.sort`
|
||||
- `HeaderImage`
|
||||
- `HoverPopover`
|
||||
- `Icon`
|
||||
- `ImageCard`
|
||||
- `ImageDetailPanel`
|
||||
- `ImageGridCard`
|
||||
- `ImageInput`
|
||||
- `ImageRecommendationRow`
|
||||
- `LightboxLink`
|
||||
- `LoadingIndicator`
|
||||
- `MainNavBar.MenuItems`
|
||||
|
|
@ -261,6 +271,7 @@ Returns `void`.
|
|||
- `PerformerCard.Overlays`
|
||||
- `PerformerCard.Popovers`
|
||||
- `PerformerCard.Title`
|
||||
- `PerformerCardGrid`
|
||||
- `PerformerDetailsPanel`
|
||||
- `PerformerDetailsPanel.DetailGroup`
|
||||
- `PerformerGalleriesPanel`
|
||||
|
|
@ -269,6 +280,7 @@ Returns `void`.
|
|||
- `PerformerIDSelect`
|
||||
- `PerformerImagesPanel`
|
||||
- `PerformerPage`
|
||||
- `PerformerRecommendationRow`
|
||||
- `PerformerScenesPanel`
|
||||
- `PerformerSelect`
|
||||
- `PerformerSelect.sort`
|
||||
|
|
@ -277,17 +289,26 @@ Returns `void`.
|
|||
- `RatingNumber`
|
||||
- `RatingStars`
|
||||
- `RatingSystem`
|
||||
- `RecommendationRow`
|
||||
- `SceneCard`
|
||||
- `SceneCard.Details`
|
||||
- `SceneCard.Image`
|
||||
- `SceneCard.Overlays`
|
||||
- `SceneCard.Popovers`
|
||||
- `SceneCardsGrid`
|
||||
- `SceneFileInfoPanel`
|
||||
- `SceneIDSelect`
|
||||
- `SceneMarkerCard`
|
||||
- `SceneMarkerCard.Details`
|
||||
- `SceneMarkerCard.Image`
|
||||
- `SceneMarkerCard.Popovers`
|
||||
- `SceneMarkerCardsGrid`
|
||||
- `SceneMarkerRecommendationRow`
|
||||
- `ScenePage`
|
||||
- `ScenePage.TabContent`
|
||||
- `ScenePage.Tabs`
|
||||
- `ScenePlayer`
|
||||
- `SceneRecommendationRow`
|
||||
- `SceneSelect`
|
||||
- `SceneSelect.sort`
|
||||
- `SelectSetting`
|
||||
|
|
@ -296,7 +317,11 @@ Returns `void`.
|
|||
- `SettingModal`
|
||||
- `StringListSetting`
|
||||
- `StringSetting`
|
||||
- `StudioCard`
|
||||
- `StudioCardGrid`
|
||||
- `StudioDetailsPanel`
|
||||
- `StudioIDSelect`
|
||||
- `StudioRecommendationRow`
|
||||
- `StudioSelect`
|
||||
- `StudioSelect.sort`
|
||||
- `SweatDrops`
|
||||
|
|
@ -307,8 +332,10 @@ Returns `void`.
|
|||
- `TagCard.Overlays`
|
||||
- `TagCard.Popovers`
|
||||
- `TagCard.Title`
|
||||
- `TagCardGrid`
|
||||
- `TagIDSelect`
|
||||
- `TagLink`
|
||||
- `TagRecommendationRow`
|
||||
- `TagSelect`
|
||||
- `TagSelect.sort`
|
||||
- `TruncatedText`
|
||||
|
|
@ -319,6 +346,4 @@ Allows plugins to listen for Stash's events.
|
|||
|
||||
```js
|
||||
PluginApi.Event.addEventListener("stash:location", (e) => console.log("Page Changed", e.detail.data.location.pathname))
|
||||
```
|
||||
|
||||
|
||||
```
|
||||
Loading…
Reference in a new issue