[251017] feat: VideoTestPanel removed
🕐 커밋 시간: 2025. 10. 17. 20:58:30 📊 변경 통계: • 총 파일: 4개 • 추가: +1줄 • 삭제: -196줄 📝 수정된 파일: ~ com.twin.app.shoptime/src/utils/Config.js ~ com.twin.app.shoptime/src/views/MainView/MainView.jsx 🗑️ 삭제된 파일: - com.twin.app.shoptime/src/views/VideoTestPanel/VideoTestPanel.jsx - com.twin.app.shoptime/src/views/VideoTestPanel/VideoTestPanel.module.less 🔧 주요 변경 내용: • 공통 유틸리티 함수 최적화 • 테스트 커버리지 및 안정성 향상 • 코드 정리 및 최적화 Performance: 코드 최적화로 성능 개선 기대
This commit is contained in:
@@ -76,7 +76,6 @@ import SearchPanel from '../SearchPanel/SearchPanel.new';
|
||||
import ThemeCurationPanel from '../ThemeCurationPanel/ThemeCurationPanel';
|
||||
import TrendingNowPanel from '../TrendingNowPanel/TrendingNowPanel';
|
||||
import UserReviewPanel from '../UserReview/UserReviewPanel';
|
||||
import VideoTestPanel from '../VideoTestPanel/VideoTestPanel';
|
||||
import WelcomeEventPanel from '../WelcomeEventPanel/WelcomeEventPanel';
|
||||
import css from './MainView.module.less';
|
||||
|
||||
@@ -103,7 +102,6 @@ const panelMap = {
|
||||
[Config.panel_names.CART_PANEL]: CartPanel,
|
||||
[Config.panel_names.ERROR_PANEL]: ErrorPanel,
|
||||
[Config.panel_names.DEBUG_PANEL]: DebugPanel,
|
||||
[Config.panel_names.VIDEO_TEST_PANEL]: VideoTestPanel,
|
||||
[Config.panel_names.DETAIL_PANEL]: DetailPanel,
|
||||
[Config.panel_names.PLAYER_PANEL]: PlayerPanel,
|
||||
[Config.panel_names.PLAYER_PANEL_NEW]: PlayerPanelNew,
|
||||
|
||||
Reference in New Issue
Block a user