fix: 관심학교 카드 너비 보정#547
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
1 Skipped Deployment
|
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
WalkthroughUniversityCard 컴포넌트의 Link 요소가 다음과 같이 개선되었습니다:
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Suggested reviewers
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ 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 |
관련 이슈
작업 내용
UniversityCard의 최상위Link가 부모 컨테이너 너비를 채우도록w-full,flex-1,min-w-0을 적용했습니다.w-full을 유지하되, flex row 내부에서도 동일한 폭으로 표시되도록 보정했습니다.특이 사항
pnpm --filter @solid-connect/web run lint:check,pnpm --filter @solid-connect/web run typecheck:ci는 통과했습니다.next build는 전체 정적 페이지 생성 단계에서Unsupported Server Component type에러로 실패했습니다. 변경 파일은 카드 스타일 1개뿐이고, 로컬 Node가 프로젝트 요구 버전(22.x)과 다른23.10.0인 상태에서 발생한 전체 빌드 오류라 본 수정과는 별개로 보입니다.tsconfig.json을 자동 변경했으나, 해당 변경은 작업 범위가 아니므로 반영하지 않았습니다.리뷰 요구사항 (선택)