Commit Graph

74 Commits

Author SHA1 Message Date
b95628de24 [251124] fix: Log정리-4
🕐 커밋 시간: 2025. 11. 24. 12:19:40

📊 변경 통계:
  • 총 파일: 6개
  • 추가: +283줄
  • 삭제: -255줄

📝 수정된 파일:
  ~ com.twin.app.shoptime/src/actions/mainActions.js
  ~ com.twin.app.shoptime/src/reducers/mainReducer.js
  ~ com.twin.app.shoptime/src/reducers/searchReducer.js
  ~ com.twin.app.shoptime/src/views/PlayerPanel/PlayerTabContents/v2/TabContainer.v2.jsx
  ~ com.twin.app.shoptime/src/views/SearchPanel/SearchPanel.new.v2.jsx
  ~ com.twin.app.shoptime/src/views/SearchPanel/VoiceInputOverlay/VoiceInputOverlay.jsx

🔧 함수 변경 내용:
  📄 com.twin.app.shoptime/src/actions/mainActions.js (javascript):
    🔄 Modified: clearSubCategory()
  📄 com.twin.app.shoptime/src/views/PlayerPanel/PlayerTabContents/v2/TabContainer.v2.jsx (javascript):
    🔄 Modified: Spottable()
  📄 com.twin.app.shoptime/src/views/SearchPanel/VoiceInputOverlay/VoiceInputOverlay.jsx (javascript):
     Added: Spottable()
    🔄 Modified: clearAllTimers()

🔧 주요 변경 내용:
  • 핵심 비즈니스 로직 개선
2025-11-24 12:19:40 +09:00
d2c149c914 [251124] fix: PlayerPanel videoState updated
🕐 커밋 시간: 2025. 11. 24. 10:45:28

📊 변경 통계:
  • 총 파일: 9개
  • 추가: +509줄
  • 삭제: -66줄

📝 수정된 파일:
  ~ com.twin.app.shoptime/src/actions/mainActions.js
  ~ com.twin.app.shoptime/src/actions/playActions.js
  ~ com.twin.app.shoptime/src/api/TAxios.js
  ~ com.twin.app.shoptime/src/components/VideoPlayer/VideoPlayer.js
  ~ com.twin.app.shoptime/src/reducers/playReducer.js
  ~ com.twin.app.shoptime/src/views/HomePanel/HomeBanner/RandomUnit.jsx
  ~ com.twin.app.shoptime/src/views/HomePanel/HomeBanner/RollingUnit.jsx
  ~ com.twin.app.shoptime/src/views/HomePanel/HomePanel.jsx
  ~ com.twin.app.shoptime/src/views/PlayerPanel/PlayerPanel.jsx

🔧 함수 변경 내용:
  📄 com.twin.app.shoptime/src/actions/mainActions.js (javascript):
     Deleted: onSuccess(), onFail()
  📄 com.twin.app.shoptime/src/actions/playActions.js (javascript):
    🔄 Modified: clearAllVideoTimers(), pauseModalVideo(), hideModalVideo()
     Deleted: CLEAR_PLAYER_INFO()
  📄 com.twin.app.shoptime/src/api/TAxios.js (javascript):
    🔄 Modified: setTokenRefreshing(), createSafeApiThunk()
  📄 com.twin.app.shoptime/src/views/HomePanel/HomeBanner/RandomUnit.jsx (javascript):
    🔄 Modified: SpotlightContainerDecorator()
  📄 com.twin.app.shoptime/src/views/HomePanel/HomeBanner/RollingUnit.jsx (javascript):
    🔄 Modified: createPanelInfo()

🔧 주요 변경 내용:
  • 핵심 비즈니스 로직 개선
  • API 서비스 레이어 개선
  • UI 컴포넌트 아키텍처 개선
2025-11-24 10:45:28 +09:00
3b95810946 [251123] fix: CategoryPanel webOS용 재시도 및 가드로직 추가
🕐 커밋 시간: 2025. 11. 23. 22:14:06

📊 변경 통계:
  • 총 파일: 3개
  • 추가: +44줄
  • 삭제: -17줄

📝 수정된 파일:
  ~ com.twin.app.shoptime/src/actions/mainActions.js
  ~ com.twin.app.shoptime/src/components/TabLayout/TabLayout.jsx
  ~ com.twin.app.shoptime/src/views/CategoryPanel/CategoryPanel.jsx

🔧 함수 변경 내용:
  📄 com.twin.app.shoptime/src/actions/mainActions.js (javascript):
    🔄 Modified: getMainCategoryShowDetail(), getTop20Show()

🔧 주요 변경 내용:
  • 핵심 비즈니스 로직 개선
  • UI 컴포넌트 아키텍처 개선
2025-11-23 22:14:06 +09:00
c5f57492a6 [251123] Merge: develop_si base로 develop을 merge함 2025-11-23 18:45:09 +09:00
98dde0d6a0 [251115] fix: ProductVideo.v3.jsx 전체화면 전환
🕐 커밋 시간: 2025. 11. 15. 14:47:47

📊 변경 통계:
  • 총 파일: 8개
  • 추가: +261줄
  • 삭제: -242줄

📝 수정된 파일:
  ~ com.twin.app.shoptime/src/actions/deviceActions.js
  ~ com.twin.app.shoptime/src/actions/homeActions.js
  ~ com.twin.app.shoptime/src/actions/mainActions.js
  ~ com.twin.app.shoptime/src/actions/productActions.js
  ~ com.twin.app.shoptime/src/views/DetailPanel/ProductAllSection/ProductAllSection.jsx
  ~ com.twin.app.shoptime/src/views/DetailPanel/ProductContentSection/ProductVideo/ProductVideo.jsx
  ~ com.twin.app.shoptime/src/views/DetailPanel/ProductContentSection/ProductVideo/ProductVideo.v3.jsx
  ~ com.twin.app.shoptime/src/views/MediaPanel/MediaPanel.v3.jsx

🔧 함수 변경 내용:
  📄 com.twin.app.shoptime/src/actions/homeActions.js (javascript):
    🔄 Modified: checkEnterThroughGNB()
     Deleted: clearPersistentVideoInfo()
  📄 com.twin.app.shoptime/src/actions/productActions.js (javascript):
    🔄 Modified: createGetThunk(), getVideoIndicatorFocus()
     Deleted: fetchAllReviewsWithSequentialPaging()
  📄 com.twin.app.shoptime/src/views/DetailPanel/ProductAllSection/ProductAllSection.jsx (javascript):
    🔄 Modified: extractProductMeta()
  📄 com.twin.app.shoptime/src/views/DetailPanel/ProductContentSection/ProductVideo/ProductVideo.jsx (javascript):
    🔄 Modified: Spottable()
  📄 com.twin.app.shoptime/src/views/DetailPanel/ProductContentSection/ProductVideo/ProductVideo.v3.jsx (javascript):
    🔄 Modified: Spottable()
  📄 com.twin.app.shoptime/src/views/MediaPanel/MediaPanel.v3.jsx (javascript):
    🔄 Modified: normalizeModalStyle()

🔧 주요 변경 내용:
  • 핵심 비즈니스 로직 개선
2025-11-15 14:47:48 +09:00
junghoon86.park
11582840b8 [포유 작업]#1
- action, reducer 에 recommendProduct 관련 추가.
 - 로그 관련으로 Config에 pickedforyou추가
 - homepanel pickforyou노출 건으로 추가.
 - homepanel getSubCategory에 파라미터 추가.
 - bestseller,pickedforyou노출 변경.(foru api에서 내려주는걸로)
 - subCategory 노출 변경. foru api에서 내려주는 아이템 2개 추가및 기존 데이터 중복시 제거.
2025-11-10 16:17:51 +09:00
c44866f2d1 [251019] fix: Background Video
🕐 커밋 시간: 2025. 10. 19. 21:30:53

📊 변경 통계:
  • 총 파일: 10개
  • 추가: +86줄
  • 삭제: -42줄

📝 수정된 파일:
  ~ com.twin.app.shoptime/src/actions/mainActions.js
  ~ com.twin.app.shoptime/src/actions/playActions.js
  ~ com.twin.app.shoptime/src/reducers/mainReducer.js
  ~ com.twin.app.shoptime/src/views/DetailPanel/DetailPanel.jsx
  ~ com.twin.app.shoptime/src/views/DetailPanel/ProductAllSection/ProductAllSection.jsx
  ~ com.twin.app.shoptime/src/views/DetailPanel/ProductContentSection/ProductVideo/ProductVideo.v2.jsx
  ~ com.twin.app.shoptime/src/views/PlayerPanel/PlayerPanel.jsx
  ~ com.twin.app.shoptime/src/views/PlayerPanel/PlayerTabContents/v2/TabContainer.v2.jsx
  ~ com.twin.app.shoptime/src/views/UserReview/ShowUserReviews.jsx
  ~ com.twin.app.shoptime/src/views/UserReview/UserReviewPanel.jsx

🔧 함수 변경 내용:
  📄 com.twin.app.shoptime/src/actions/mainActions.js (javascript):
    🔄 Modified: clearSubCategory()
  📄 com.twin.app.shoptime/src/actions/playActions.js (javascript):
     Deleted: resumeModalVideo()
  📄 com.twin.app.shoptime/src/views/DetailPanel/ProductAllSection/ProductAllSection.jsx (javascript):
     Added: extractProductMeta()
  📄 com.twin.app.shoptime/src/views/PlayerPanel/PlayerTabContents/v2/TabContainer.v2.jsx (javascript):
    🔄 Modified: Spottable()
  📄 com.twin.app.shoptime/src/views/UserReview/ShowUserReviews.jsx (javascript):
     Added: ShowUserReviews()
     Deleted: ShowUserReviews()

🔧 주요 변경 내용:
  • 핵심 비즈니스 로직 개선
2025-10-19 21:30:58 +09:00
1f387f9327 [250930] feat: YouMayLikeData관련 수정 및 배경이미지 개선 2025-09-30 10:37:59 +09:00
f35c00aca5 [250929] feat: YouMayLikeData관련 구조개선 2025-09-29 18:31:38 +09:00
opacity@t-win.kr
8a06aa2113 youmayalsolike api log 추가 2025-09-17 10:51:18 +09:00
opacity@t-win.kr
847b16b3a6 [SHOPTIME-4024]Category/SHow/Show List 사라지는 현상 재수정 2025-07-07 11:02:51 +09:00
dongyoungKo
8923c9919e 주석제거 필요없는코드 삭제 2025-07-04 15:12:06 +09:00
opacity@t-win.kr
055b8fec20 [SHOPTIME-4024]Category/SHow/Show List 사라지는 현상 수정 2025-07-04 15:00:56 +09:00
Dev TWIN0906
90832fd6d6 ShopTime-4012 Category Kids 진입시 앱재시작하는 현상 수정 2025-06-05 17:45:36 +09:00
Dev TWIN0906
a667b8f2ab 카테고리>kids 아이템로드 오류 continueGetSubCagegory totalCount 가 20개일때 예외처리 2025-06-05 17:33:15 +09:00
dongyoungKo
2c03d14ab5 getMainLiveShow props type error fixed 2025-05-28 12:48:45 +09:00
dongyoungKo
460fae80fa 라이브 채널 리스트에 VOD 채널 추가 로직 2025-05-27 18:00:44 +09:00
Dev TWIN0906
c78896903b shoptime live, vod, media 시청및종료시 정보수집 2025-05-12 17:36:52 +09:00
Dev TWIN0906
84bc71f5b0 yomaylike 요청 수정 2025-05-12 14:35:38 +09:00
hyunwoo93.cha
b639915af4 [긴급배포] [지라이슈없음] 딥링크로 핫픽스 진입 후 카테고리 패널 진입 시 앱 죽는 현상 2024-11-07 16:54:55 +09:00
yonghyon
7806dc839a [SHOPTIME-3648] Player / Featured Show / 방송 전환 시 현재 방송 배경 이미지가 아주 잠깐 노출됨
원인 : Featured Show 선택시 해당 리스트를 재구성하는 과정에서 index 가
한번 더 변경되어 이전 Thumbnail url 을 로드함
대책 : Featured Show 인덱스 선택시 리스트 재구성하지 않도록 수정
2024-10-21 14:06:13 +09:00
younghoon100.park
3a2589d66f [SHOPTIME-3563] Q-Event/System Alarm 연동
변경 파일:
1. mainActions.js
2. helperMethods.js
3. LiveVideoCard.jsx
4. NoLiveCard.jsx
5. UpComingCard.jsx
6. OrderListCardTopContents.jsx
7. ReminderCard.jsx

변경 내용:
1. setMainLiveUpcomingAlarm 함수, onSuccess 함수 안에 lunasend params 변경
2. parseDateTime 함수 삭제
3, 4, 5, 6, 7. server time → system time 반영
2024-09-10 19:09:10 +09:00
younghoon100.park
93129b1e41 [SHOPTIME-3563] Q-Event/System Alarm 연동 (test)
변경 파일:
1. mainActions.js
2. helperMethods.js

변경 내용:
1. setMainLiveUpcomingAlarm 함수, onSuccess, startTime 수정
2. parseDateTime 함수 추가
2024-09-10 16:08:30 +09:00
younghoon100.park
1b532609bf delete unnecessary things (console.log, commented out, folder)
detail note:

1. brandActions.js
2. mainActions.js
3. myPageActions.js
4.FeaturedCreatorsContents.jsx
5. LiveChannelsHorizontalProductList.jsx
6. RandomUnit.jsx
7. ImagePanel.jsx
8. OnSalePanel.jsx
9. FeautredVideoPlayer (folder)
2024-07-30 18:34:23 +09:00
고동영
f86195ff88 [DetailPanel] getMainCategoryDetail add liveReqFlag 2024-07-30 15:29:51 +09:00
hyunwoo93.cha
2e80089f53 homepanel infinite loadingbar / hotpickspanel resource image call 2024-07-23 14:21:12 +09:00
jiwon93.son
8039482789 [mainActions] watch now 문구 수정 2024-07-12 16:04:59 +09:00
yonghyon
092a3ee06d subcategory 2024-07-04 15:23:46 +09:00
yonghyon
b2ddf986d7 categorypanel clearing issue 2024-07-04 10:41:12 +09:00
younghoon100.park
d1ca7e7043 [resources, actions] added, new comment: "Watch Live show now?" 2024-07-02 18:16:12 +09:00
younghoon100.park
2abc6f1f75 deleted, commented out 2024-07-01 20:29:16 +09:00
younghoon100.park
e381632aa9 clean up, system alert 2024-07-01 19:15:07 +09:00
younghoon100.park
113ca3ac46 test, deleted system alert 2024-07-01 18:43:06 +09:00
hyunwoo93.cha
6550b28858 system alarm test 2024-07-01 18:09:16 +09:00
younghoon100.park
3d04033daf test, deleted system alert 2024-07-01 17:16:52 +09:00
younghoon100.park
5bec0b4666 test, deleted system alert 2024-07-01 15:48:00 +09:00
younghoon100.park
a475620aae test, deleted system alert 2024-07-01 14:58:05 +09:00
younghoon100.park
3d903fc860 test, deleted system alert 2024-07-01 13:55:44 +09:00
younghoon100.park
9af4df86d5 test, deleted system alert 2024-07-01 13:35:15 +09:00
younghoon100.park
109238b5b2 test, deleted system alert 2024-07-01 12:47:34 +09:00
younghoon100.park
4cd88f7e98 test, deleted system alert 2024-07-01 11:05:30 +09:00
younghoon100.park
8b75347763 [FeaturedBrandsPanel] test, system alert (luna) 2024-06-28 16:58:19 +09:00
younghoon100.park
6515e96f8c [FeaturedBrandsPanel] test, system alert (luna) 2024-06-28 15:17:23 +09:00
younghoon100.park
e088aa23c4 [FeaturedBrandsPanel] test, system alert (luna) 2024-06-28 14:20:38 +09:00
younghoon100.park
4afb2d4a8f [FeaturedBrandsPanel] test, system alert (luna) 2024-06-28 13:19:06 +09:00
hyunwoo93.cha
a388c2593a modify import path: deleteReservation 2024-06-27 23:30:50 +09:00
hyunwoo93.cha
eb80b01348 luna command alarm example 2024-06-27 23:23:22 +09:00
hyunwoo93.cha
43acf07d48 detail add loading 2024-06-17 10:40:10 +09:00
고동영
5a114ed22c [PlayerPanel] 30초마다 ShopNow Item 갱신 API 호출 2024-06-14 10:32:17 +09:00
hyunwoo93.cha
6cb9a98285 [categoryPanel] 카테고리 변경 시 기존 데이터 남아있는 현상 수정 2024-05-27 16:13:38 +09:00