Skip to content

[Feat] GroupImage 공통 컴포넌트 작업#373

Merged
HopeFullee merged 2 commits into
mainfrom
somang-feat/thumbnail-image
Jan 13, 2026
Merged

[Feat] GroupImage 공통 컴포넌트 작업#373
HopeFullee merged 2 commits into
mainfrom
somang-feat/thumbnail-image

Conversation

@HopeFullee
Copy link
Copy Markdown
Member

@HopeFullee HopeFullee commented Jan 13, 2026

📝 변경 사항

[추가 사항]

  • /shared/group-image.tsx 경로에서 GroupImage 컴포넌트 추가.

[특이 사항]

  • src 프롭스가 null 또는 "엑박" 일시 자동으로 DEFAULT_GROUP_IMAGE 적용.
  • 모든 Group Image지의 alt 문구는 "모임 이미지"로 통일.

[사용법]

<GroupImage src={src} size="md" />
  • size 프롭스는 총 4개의 variation 있음.
    • XL: 모임 상세페이지 440 x 240 대형 모임 이미지
    • LG: 모임 목록 100 x 100 모임 이미지
    • MD: 모임 생성 페이지 preUpload 80 x 80 모임 이미지
    • SM: 모임 신청 Pending 페이지 56 x 56 모임 이미지

[변경 사항]

  • 민서님 Card 컴포넌트 test 코드 수정
  • ImageWithFallback 컴포넌트로 모임 이미지 적용하던 모든 파일에 GroupImage 컴포넌트로 변경

🔗 관련 이슈

Closes #


🧪 테스트 방법

  • 수동 테스트 검증(로컬 환경)
  • 유닛 테스트 검증
  • 통합 테스트 검증

📸 스크린샷 (선택)


📋 체크리스트

  • 관련 문서를 업데이트했습니다 (필요한 경우)
  • 테스트를 추가/수정했습니다 (필요한 경우)
  • Breaking change가 있다면 명시했습니다

💬 추가 코멘트


CodeRabbit Review는 자동으로 실행되지 않습니다.

Review를 실행하려면 comment에 아래와 같이 작성해주세요

@coderabbitai review

@HopeFullee HopeFullee added the Ready For Review! 리뷰 받을 준비가 되었습니다. label Jan 13, 2026
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Jan 13, 2026

Important

Review skipped

Auto reviews are disabled on this repository.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


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 and usage tips.

@HopeFullee HopeFullee changed the title feat: GroupImage 공통 컴포넌트 작업 [Feat] GroupImage 공통 컴포넌트 작업 Jan 13, 2026
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Jan 13, 2026

🎨 Storybook Report

변경 사항이 없습니다

모든 Story가 이전 빌드와 동일합니다.

Status Storybook Build Log Updated (UTC)
✅ Unchanged View Storybook View Build 2026-01-13 14:20:11

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Jan 13, 2026

🎭 Playwright Report

E2E Test가 성공적으로 완료되었습니다.

Test 요약 내용을 확인해주세요.

Status Build Log Updated (UTC)
✅ Ready View Build 2026-01-13 14:20:57

📊 Test Summary

  • ✅ Passed: 3
  • ❌ Failed: 0
  • ⏱️ Duration: 35.0s

📜 Test Details

✅ Passed Tests (3)
  • profile.test.ts (3)
    • [chromium] 존재하지 않는 프로필 페이지로 접속 시 404 redirect 되는 지 테스트
    • [firefox] 존재하지 않는 프로필 페이지로 접속 시 404 redirect 되는 지 테스트
    • [webkit] 존재하지 않는 프로필 페이지로 접속 시 404 redirect 되는 지 테스트

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Jan 13, 2026

🚀 PR Preview Report

Build가 성공적으로 완료되었습니다.

Preview에서 변경사항을 확인하세요.

Status Preview Build Log Updated (UTC)
✅ Ready Visit Preview View Logs 2026-01-13 14:20:54

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Jan 13, 2026

📊 Coverage Report

Status Build Log Updated (UTC)
✅ Ready View Build 2026-01-13 14:19:58

📈 #373main에 병합하면 coverage가 0.41% 증가합니다.

Coverage 요약

@@             Coverage Diff             @@
##             main     #373       +/-   ##
===========================================
+ Coverage   38.62%   39.03%    +0.41%     
===========================================
  Files         240      241        +1     
  Lines       10945    10960       +15     
  Branches      464      466        +2     
===========================================
+ Hits         4227     4278       +51     
- Misses       6718     6682       -36     

영향받은 파일

파일 Coverage 변화
/home/runner/work/WeGo_FrontEnd/WeGo_FrontEnd/src/components/shared/group-image/index.tsx 100.00% (+100.00%) ⬆️

Copy link
Copy Markdown
Member

@claudia99503 claudia99503 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

캬아아아 얼른 해봐야지

@claudia99503
Copy link
Copy Markdown
Member

수확은 없었나여?

@HopeFullee
Copy link
Copy Markdown
Member Author

수확은 없었나여?

있기는 한데 이거랑 연관 없는 내용이라 ㅋㅋ

@HopeFullee HopeFullee merged commit a501214 into main Jan 13, 2026
9 of 10 checks passed
@HopeFullee HopeFullee deleted the somang-feat/thumbnail-image branch January 13, 2026 14:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Ready For Review! 리뷰 받을 준비가 되었습니다.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants