style: 토너먼트 담기 화면 가이드 시안 반영 (툴팁·카트 레이아웃·인디케이터) - #554
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Discord 스레드 연동용 메타데이터입니다. discord-pr-bot 워크플로가 자동 생성하며, 수정·삭제하면 PR 과 Discord 알림 연동이 끊깁니다. |
|
Important
This repository does not receive automatic reviews because it has fewer than 10 stars. ⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Plus Run ID: No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (9)
💤 Files with no reviewable changes (2)
Included review availability: Your plan provides up to 1 included review per hour; 0 remain after this review. 📝 WalkthroughWalkthrough토너먼트 담기 화면의 고정 간격, 카트 캐러셀 하단 슬롯, 수량 라벨, 안내 팝오버, 상품 이미지 스타일을 조정했습니다. 카트 페이지 인디케이터와 로딩 진행 Skeleton 3개를 제거했습니다. Changes토너먼트 담기 화면 UI
Estimated code review effort: 2 (Simple) | ~15 minutes Merge Risk: ⚪ Minimal · up to This PR only adjusts the tournament creation screen’s styling, layout, labels, and indicators; no actionable merge-blocking risk remains beyond normal checks and review. Suggested reviewers: 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
작업 요약
/tournament/[id]/create) 화면 UI 정리 — 기능 변경 없이 스타일·레이아웃만 수정작업 상세 내용
1. 인포 툴팁
body-1-medium→body-2-mediumsize-6(24px) →size-4.5(18px)2. 카트 화면 레이아웃
dvh매직넘버 제거기기 높이에 따라 여백이 달라지던
mt-[3.9dvh]/mt-[3dvh]를 시안 기준 고정값으로 교체mt-7(28px)mt-9(36px)카트 1개 / 2개 이상 크기 통일
카트 1개일 때는
px-5 + w-full, 2개 이상일 때는 슬라이드80%로 서로 다른 너비를 써서 두 번째 카트가 생기는 순간 카트가 작아지던 문제 → 두 분기 모두BASKET_CAROUSEL_SLIDE_SIZE_PERCENT를 쓰도록 통일기타
my-auto로 떠 있던 라벨을 카트와 고정 간격(gap-4)으로 붙임w-[45%]→w-[46.5%], 간격gap-x-6 gap-y-5→gap-3.5, 상단 여백pt-[20%]→pt-[17%]1.85px→2px(상품 이미지 + 아이템 추가 버튼)<div>→<main>(다른 화면과 동일하게 semantic tag 적용)3. 개수 라벨 (
14/32개)h-10제거 → 패딩 기반(px-3 py-2)으로 변경개추가 (14/32→14/32개)4. 카트 하단 page indicator(dot) 삭제
CarouselIndicator컴포넌트 및 렌더 제거currentIndexstate,handleIndicatorSelect,indicatorRef,carouselApi.on('select')리스너layout.tsx)의 dot 3개도 함께 제거변경 파일
TournamentCreateClient.tsx<main>적용TournamentItemBasketCarousel.tsxTournamentItemBasket.tsxTournamentItemBasketStatus.tsxTournamentGuidePopover.tsxproductImage.const.tstournamentItemBasket.tsBASKET_CAROUSEL_SLIDE_SIZE_PERCENT90 → 80,BASKET_STACK_GAP추가CarouselIndicator.tsxlayout.tsx스크린샷
인포 툴팁 - 본문 폰트 사이즈 조정
앱 버전에 맞게 카트 화면 레이아웃 개선
하단 인디케이터 삭제
연관 이슈
close #543
Summary by CodeRabbit