mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-10 15:35:55 +01:00
💄 Add opacity for search box
This commit is contained in:
@@ -54,8 +54,8 @@ export function Search() {
|
|||||||
const { t } = useTranslation('modules/search');
|
const { t } = useTranslation('modules/search');
|
||||||
const { config } = useConfigContext();
|
const { config } = useConfigContext();
|
||||||
const [searchQuery, setSearchQuery] = useState('');
|
const [searchQuery, setSearchQuery] = useState('');
|
||||||
const [debounced, cancel] = useDebouncedValue(searchQuery, 250);
|
const [debounced] = useDebouncedValue(searchQuery, 250);
|
||||||
const { classes: cardClasses } = useCardStyles(false);
|
const { classes: cardClasses } = useCardStyles(true);
|
||||||
|
|
||||||
const isOverseerrEnabled = config?.apps.some(
|
const isOverseerrEnabled = config?.apps.some(
|
||||||
(x) => x.integration.type === 'overseerr' || x.integration.type === 'jellyseerr'
|
(x) => x.integration.type === 'overseerr' || x.integration.type === 'jellyseerr'
|
||||||
|
|||||||
Reference in New Issue
Block a user