[검색결과 관련수정]
- 일반 검색에서는 필터 노출하지않도록
This commit is contained in:
@@ -1,10 +1,21 @@
|
||||
import React, { useCallback, useEffect, useMemo, useRef, useState } from 'react';
|
||||
import React, {
|
||||
useCallback,
|
||||
useEffect,
|
||||
useMemo,
|
||||
useRef,
|
||||
useState,
|
||||
} from 'react';
|
||||
|
||||
import classNames from 'classnames';
|
||||
import { useDispatch, useSelector } from 'react-redux';
|
||||
import {
|
||||
useDispatch,
|
||||
useSelector,
|
||||
} from 'react-redux';
|
||||
|
||||
import Dropdown from '@enact/sandstone/Dropdown';
|
||||
import Spotlight from '@enact/spotlight';
|
||||
import SpotlightContainerDecorator from '@enact/spotlight/SpotlightContainerDecorator';
|
||||
import SpotlightContainerDecorator
|
||||
from '@enact/spotlight/SpotlightContainerDecorator';
|
||||
import Spottable from '@enact/spotlight/Spottable';
|
||||
|
||||
import downBtnImg from '../../../assets/images/btn/search_btn_down_arrow.png';
|
||||
@@ -14,7 +25,8 @@ import { hideShopperHouseError } from '../../actions/searchActions';
|
||||
import CustomImage from '../../components/CustomImage/CustomImage';
|
||||
import TButtonTab, { LIST_TYPE } from '../../components/TButtonTab/TButtonTab';
|
||||
import TDropDown from '../../components/TDropDown/TDropDown';
|
||||
import TVirtualGridList from '../../components/TVirtualGridList/TVirtualGridList';
|
||||
import TVirtualGridList
|
||||
from '../../components/TVirtualGridList/TVirtualGridList';
|
||||
import { panel_names } from '../../utils/Config';
|
||||
import { $L } from '../../utils/helperMethods';
|
||||
import { SpotlightIds } from '../../utils/SpotlightIds';
|
||||
@@ -24,8 +36,6 @@ import HowAboutTheseSmall from './HowAboutThese/HowAboutThese.small';
|
||||
import css from './SearchResults.new.v2.module.less';
|
||||
import ItemCard from './SearchResultsNew/ItemCard';
|
||||
import ShowCard from './SearchResultsNew/ShowCard';
|
||||
import Dropdown from '@enact/sandstone/Dropdown';
|
||||
|
||||
|
||||
const ITEMS_PER_PAGE = 10;
|
||||
|
||||
@@ -926,7 +936,7 @@ const SearchResultsNew = ({
|
||||
No matches, Showing suggestions
|
||||
</div>
|
||||
)}
|
||||
|
||||
{hasShopperHouseItems && (
|
||||
<Dropdown
|
||||
className={classNames(
|
||||
css.dropdown,
|
||||
@@ -938,7 +948,7 @@ const SearchResultsNew = ({
|
||||
>
|
||||
{filterMethods}
|
||||
</Dropdown>
|
||||
|
||||
)}
|
||||
</TabContainer>
|
||||
|
||||
{/* 아이템/쇼 컨텐츠 */}
|
||||
|
||||
Reference in New Issue
Block a user