mirror of
https://github.com/idanoo/autobrr
synced 2025-07-23 08:49:13 +00:00
feat: add hdr filtering (#86)
* feat: filter hdr content * feat: check filter hdr * feat: improve hdr parse and filter and tests
This commit is contained in:
parent
67c6bd7b53
commit
284a2f9590
10 changed files with 284 additions and 22 deletions
|
@ -19,7 +19,7 @@ const MultiSelect: React.FC<MultiSelectProps> = ({
|
|||
label,
|
||||
options,
|
||||
className,
|
||||
columns
|
||||
columns,
|
||||
}) => (
|
||||
<div
|
||||
className={classNames(
|
||||
|
@ -49,7 +49,7 @@ const MultiSelect: React.FC<MultiSelectProps> = ({
|
|||
|
||||
setFieldValue(field.name, am)
|
||||
}}
|
||||
className="dark:bg-gray-700"
|
||||
className="dark:bg-gray-700 dark"
|
||||
/>
|
||||
)}
|
||||
</Field>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue