mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 12:54:38 +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:
@@ -102,6 +102,7 @@ const SelectableFilter: React.FC<ISelectableFilter> = ({
|
||||
onSelect,
|
||||
onUnselect,
|
||||
}) => {
|
||||
const intl = useIntl();
|
||||
const objects = useMemo(() => {
|
||||
return queryResults.filter(
|
||||
(p) =>
|
||||
@@ -124,6 +125,7 @@ const SelectableFilter: React.FC<ISelectableFilter> = ({
|
||||
focus={inputFocus}
|
||||
value={query}
|
||||
setValue={(v) => onQueryChange(v)}
|
||||
placeholder={`${intl.formatMessage({ id: "actions.search" })}…`}
|
||||
/>
|
||||
<ul>
|
||||
{selected.map((p) => (
|
||||
|
||||
Reference in New Issue
Block a user