Skip to content

feat: 토너먼트 카드 참여자 정보 UI 수정 - #641

Merged
soyeong0115 merged 4 commits into
devfrom
feat/638-tournament-card-participant-info
Sep 8, 2026
Merged

feat: 토너먼트 카드 참여자 정보 UI 수정#641
soyeong0115 merged 4 commits into
devfrom
feat/638-tournament-card-participant-info

Conversation

@soyeong0115

Copy link
Copy Markdown
Contributor

작업 요약

  • 토너먼트 카드의 참여자 프로필 이미지 스택을 인원수 텍스트로 교체합니다

작업 세부 내용

  • GetTournamentListResponseT에서 participantProfileImages 제거, participantCount·playedCount 추가
  • TournamentCard props 변경: profileImageUrls/maxProfilesparticipantCount/playedCount
    • 아이콘(PersonIconFill, sky-blue-500) + "함께 담은 N" + 구분선 + "플레이한 N" 레이아웃
    • 텍스트는 caption-1-regular, 숫자는 text-neutral-primary, 레이블은 text-neutral-secondary
  • 홈 카드(tournament-list/client.tsx), 아카이브(TournamentHistoryList.tsx) prop 업데이트
  • e2e 목 업데이트: participantProfileImagesparticipantCount: 1, playedCount: 0

스크린샷

스크린샷 2026-09-08 오후 9 47 08

연관 이슈

closes #638

@soyeong0115 soyeong0115 self-assigned this Sep 8, 2026
@vercel

vercel Bot commented Sep 8, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated
piki Ready Ready Preview Sep 8, 2026 12:49pm UTC
1 Skipped Deployment
Project Deployment Actions Updated
piki-notify Skipped Skipped Sep 8, 2026 12:49pm UTC

@coderabbitai

coderabbitai Bot commented Sep 8, 2026

Copy link
Copy Markdown

Warning

Review limit reached

Next included review available in 55 minutes.

Check out review usage here.

View limit details

Limit details: You’ve used the included review currently available.

You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository.

Learn how review limits work.

Review configuration:

⚙️ Run configuration

Configuration used: Repository UI

Review profile: CHILL

Plan: Advanced

Run ID: 5f28075b-7a12-4932-ad92-4e3b7fb13880

📥 Commits

Reviewing files that changed from the base of the PR and between fc8f39c and b6ba90c.

📒 Files selected for processing (5)
  • apps/web/e2e/mocks/tournament.ts
  • apps/web/src/app/archive/tournament/_components/TournamentHistoryList.tsx
  • apps/web/src/app/home/_components/tournament-list/client.tsx
  • apps/web/src/components/tournament-card/index.tsx
  • apps/web/src/types/tournament.ts

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@github-actions
github-actions Bot requested a review from iOdiO89 September 8, 2026 12:48
@github-actions github-actions Bot added feature New feature or request WEB labels Sep 8, 2026
@soyeong0115
soyeong0115 merged commit 9b503fd into dev Sep 8, 2026
11 checks passed
@soyeong0115
soyeong0115 deleted the feat/638-tournament-card-participant-info branch September 8, 2026 12:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

feature New feature or request WEB

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat: 토너먼트 카드 참여자 정보 UI 수정

2 participants