[No Jira Issue] IF-LGSP-LOG-005 (GNB 이력) Magic Mouse 대응 (TrendingNowPanel 2차)

Changed files:
1. deepLinkHandler.js
2. TrendingNowPanel.jsx
3. PopularShowIndicator.jsx
4. PopularShowIndicator.module.less
5. PopularProductList.jsx
6. PopularVideoCard.jsx

Detail Note:
1. Component optimization
2. Removal of duplicate functions and effects
3. Deletion of unnecessary props and imports
This commit is contained in:
younghoon100.park
2024-11-14 16:14:54 +09:00
parent 234eb819e9
commit 2d2d01c53c
6 changed files with 161 additions and 219 deletions

View File

@@ -1,6 +1,7 @@
import { updateHomeInfo } from "../actions/homeActions";
import { pushPanel } from "../actions/panelActions";
import { LOG_MENU, panel_names } from "../utils/Config";
import { SpotlightIds } from "../utils/SpotlightIds";
//V2_진입경로코드_진입경로명_MT_노출순번
export const handleDeepLink = (contentTarget) => (dispatch, getState) => {
@@ -177,6 +178,7 @@ export const handleDeepLink = (contentTarget) => (dispatch, getState) => {
panelName = panel_names.TRENDING_NOW_PANEL;
panelInfo = {
pageName: "BS",
focusedContainerId: SpotlightIds.TRENDING_NOW_BEST_SELLER,
};
break;
@@ -186,6 +188,7 @@ export const handleDeepLink = (contentTarget) => (dispatch, getState) => {
panelName = panel_names.TRENDING_NOW_PANEL;
panelInfo = {
pageName: "PS",
focusedContainerId: SpotlightIds.TRENDING_NOW_POPULAR_SHOW,
};
break;