From 9b4b15f46e989c91685b4d5b0cf3f7ee9849d3cf Mon Sep 17 00:00:00 2001 From: "junghoon86.park" Date: Wed, 12 Nov 2025 12:46:50 +0900 Subject: [PATCH] =?UTF-8?q?[=EA=B2=80=EC=83=89=EA=B2=B0=EA=B3=BC=20?= =?UTF-8?q?=EA=B4=80=EB=A0=A8=EC=88=98=EC=A0=95]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 일반 검색에서는 필터 노출하지않도록 --- .../SearchPanel/SearchResults.new.v2.jsx | 26 +++++++++++++------ 1 file changed, 18 insertions(+), 8 deletions(-) diff --git a/com.twin.app.shoptime/src/views/SearchPanel/SearchResults.new.v2.jsx b/com.twin.app.shoptime/src/views/SearchPanel/SearchResults.new.v2.jsx index b8947209..39c8c303 100644 --- a/com.twin.app.shoptime/src/views/SearchPanel/SearchResults.new.v2.jsx +++ b/com.twin.app.shoptime/src/views/SearchPanel/SearchResults.new.v2.jsx @@ -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 )} - + {hasShopperHouseItems && ( {filterMethods} - + )} {/* 아이템/쇼 컨텐츠 */}