mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 20:34:37 +03:00
Scraper and plugin manager (#4242)
* Add package manager * Add SettingModal validate * Reverse modal button order * Add plugin package management * Refactor ClearableInput
This commit is contained in:
@@ -22,6 +22,10 @@ import {
|
||||
} from "./Inputs";
|
||||
import { faLink, faSyncAlt } from "@fortawesome/free-solid-svg-icons";
|
||||
import { useSettings } from "./context";
|
||||
import {
|
||||
AvailablePluginPackages,
|
||||
InstalledPluginPackages,
|
||||
} from "./PluginPackageManager";
|
||||
|
||||
interface IPluginSettingProps {
|
||||
pluginID: string;
|
||||
@@ -242,6 +246,9 @@ export const SettingsPluginsPanel: React.FC = () => {
|
||||
|
||||
return (
|
||||
<>
|
||||
<InstalledPluginPackages />
|
||||
<AvailablePluginPackages />
|
||||
|
||||
<SettingSection headingID="config.categories.plugins">
|
||||
<Setting headingID="actions.reload_plugins">
|
||||
<Button onClick={() => onReloadPlugins()}>
|
||||
|
||||
Reference in New Issue
Block a user