6 Commits

Author SHA1 Message Date
2290e334d1 Merge branch 'detail_v3' of github.com:optrader8/github-shoptime into detail_v3_backup_1113 2025-11-13 15:25:09 +09:00
7a12cb43be [251113] fix: LiveShow-YouMayLikeContents focus handler
🕐 커밋 시간: 2025. 11. 13. 15:22:08

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

📝 수정된 파일:
  ~ com.twin.app.shoptime/src/views/PlayerPanel/PlayerTabContents/TabContents/ShopNowContents.jsx
  ~ com.twin.app.shoptime/src/views/PlayerPanel/PlayerTabContents/TabContents/ShopNowContents.v2.module.less

🔧 주요 변경 내용:
  • 코드 정리 및 최적화

Performance: 코드 최적화로 성능 개선 기대
2025-11-13 15:22:09 +09:00
junghoon86.park
fd1ebcbc1c [라이브 영상중 라인 수정]
- 유메이 올소 라이크 라인 부분 수정.
2025-11-13 15:05:23 +09:00
1fe0428caf Merge branch 'detail_v3' of github.com:optrader8/github-shoptime into detail_v3 2025-11-13 14:48:02 +09:00
938e5d0440 [251113] feat: .gitignore - .gitignore - 기능 개선
🕐 커밋 시간: 2025. 11. 13. 14:45:38

📊 변경 통계:
  • 총 파일: 1개
  • 추가: +2줄

📝 수정된 파일:
  ~ com.twin.app.shoptime/.gitignore
2025-11-13 14:45:38 +09:00
96511fa7f3 [251113] feat: .gitignore - .gitignore - 기능 개선
🕐 커밋 시간: 2025. 11. 13. 14:03:54

📊 변경 통계:
  • 총 파일: 1개
  • 추가: +2줄

📝 수정된 파일:
  ~ com.twin.app.shoptime/.gitignore
2025-11-13 14:03:54 +09:00
3 changed files with 8 additions and 11 deletions

View File

@@ -20,3 +20,5 @@ nul
.optimal
OPTIMAL.md
.docs

View File

@@ -192,16 +192,11 @@ export default function ShopNowContents({
}
}}
spotlightId={`you-may-like-item-${index}`}
onSpotlightUp={
isYouMayLikeStart
? (e) => {
// YouMayLike 첫 번째 아이템에서 위로 가면 Close 버튼으로
e.stopPropagation();
e.preventDefault();
Spotlight.focus('shownow_close_button');
}
: undefined
}
onSpotlightUp={(e) => {
e.stopPropagation();
e.preventDefault();
Spotlight.focus('shownow_close_button');
}}
type={TYPES.horizontal}
version={version}
/>

View File

@@ -74,7 +74,7 @@
&::before {
content: '';
position: absolute;
left: -19px;
left: -16px;
top: 0;
width: 1px;
height: 100%;