[TabLayout] ruc shopOnTv logo change
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 8.0 KiB |
@@ -4,44 +4,50 @@ import React, {
|
|||||||
useMemo,
|
useMemo,
|
||||||
useRef,
|
useRef,
|
||||||
useState,
|
useState,
|
||||||
} from "react";
|
} from 'react';
|
||||||
|
|
||||||
import classNames from "classnames";
|
import classNames from 'classnames';
|
||||||
import { useDispatch, useSelector } from "react-redux";
|
import {
|
||||||
|
useDispatch,
|
||||||
|
useSelector,
|
||||||
|
} from 'react-redux';
|
||||||
|
|
||||||
//아이콘
|
//아이콘
|
||||||
import { Job } from "@enact/core/util";
|
import { Job } from '@enact/core/util';
|
||||||
//enact
|
//enact
|
||||||
import Skinnable from "@enact/sandstone/Skinnable";
|
import Skinnable from '@enact/sandstone/Skinnable';
|
||||||
import Spotlight from "@enact/spotlight";
|
import Spotlight from '@enact/spotlight';
|
||||||
import SpotlightContainerDecorator from "@enact/spotlight/SpotlightContainerDecorator";
|
import SpotlightContainerDecorator
|
||||||
import { Cancelable } from "@enact/ui/Cancelable";
|
from '@enact/spotlight/SpotlightContainerDecorator';
|
||||||
|
import { Cancelable } from '@enact/ui/Cancelable';
|
||||||
|
|
||||||
import shoptimeFullIconRuc from "../../../assets/images/icons/ic-lnb-logo-shoptime-ruc.png";
|
import shoptimeFullIconRuc
|
||||||
|
from '../../../assets/images/icons/ic-lnb-logo-shoptime-ruc-white.png';
|
||||||
//이미지
|
//이미지
|
||||||
import shoptimeFullIcon from "../../../assets/images/icons/ic-lnb-logo-shoptime@3x.png";
|
import shoptimeFullIcon
|
||||||
import { gnbOpened } from "../../actions/commonActions";
|
from '../../../assets/images/icons/ic-lnb-logo-shoptime@3x.png';
|
||||||
|
import { gnbOpened } from '../../actions/commonActions';
|
||||||
import {
|
import {
|
||||||
checkEnterThroughGNB,
|
checkEnterThroughGNB,
|
||||||
updateSpotlightId,
|
updateSpotlightId,
|
||||||
} from "../../actions/homeActions";
|
} from '../../actions/homeActions';
|
||||||
import { resetPanels } from "../../actions/panelActions";
|
import { resetPanels } from '../../actions/panelActions';
|
||||||
import usePrevious from "../../hooks/usePrevious";
|
import usePrevious from '../../hooks/usePrevious';
|
||||||
import useScrollTo from "../../hooks/useScrollTo";
|
import useScrollTo from '../../hooks/useScrollTo';
|
||||||
import { panel_names } from "../../utils/Config";
|
import { panel_names } from '../../utils/Config';
|
||||||
import { SpotlightIds } from "../../utils/SpotlightIds";
|
import { SpotlightIds } from '../../utils/SpotlightIds';
|
||||||
import TScroller from "../TScroller/TScroller";
|
import TScroller from '../TScroller/TScroller';
|
||||||
import CategoryIcon from "./iconComponents/CategoryIcon";
|
import CategoryIcon from './iconComponents/CategoryIcon';
|
||||||
import FeaturedBrandIcon from "./iconComponents/FeaturedBrandIcon";
|
import FeaturedBrandIcon from './iconComponents/FeaturedBrandIcon';
|
||||||
import HomeIcon from "./iconComponents/HomeIcon";
|
import HomeIcon from './iconComponents/HomeIcon';
|
||||||
import HotPicksIcon from "./iconComponents/HotPicksIcon";
|
import HotPicksIcon from './iconComponents/HotPicksIcon';
|
||||||
import MyPageIcon from "./iconComponents/MyPageIcon";
|
import MyPageIcon from './iconComponents/MyPageIcon';
|
||||||
import OnSaleIcon from "./iconComponents/OnSaleIcon";
|
import OnSaleIcon from './iconComponents/OnSaleIcon';
|
||||||
import SearchIcon from "./iconComponents/SearchIcon";
|
import SearchIcon from './iconComponents/SearchIcon';
|
||||||
import TrendingNowIcon from "./iconComponents/TrendingNowIcon";
|
import TrendingNowIcon from './iconComponents/TrendingNowIcon';
|
||||||
import TabItem from "./TabItem";
|
import TabItem from './TabItem';
|
||||||
import TabItemSub from "./TabItemSub";
|
import TabItemSub from './TabItemSub';
|
||||||
import css from "./TabLayout.module.less";
|
import css from './TabLayout.module.less';
|
||||||
|
|
||||||
const Container = SpotlightContainerDecorator(
|
const Container = SpotlightContainerDecorator(
|
||||||
{ enterTo: "default-element" },
|
{ enterTo: "default-element" },
|
||||||
|
|||||||
Reference in New Issue
Block a user