Skip to content

chore: npm audit fix 및 진행중을 모집 완료로 용어 수정#122

Merged
KwonDeaGeun merged 2 commits intodevelopfrom
chore/npm-audit-fix-modify-words-recruit-complete
Feb 11, 2026
Merged

chore: npm audit fix 및 진행중을 모집 완료로 용어 수정#122
KwonDeaGeun merged 2 commits intodevelopfrom
chore/npm-audit-fix-modify-words-recruit-complete

Conversation

@KwonDeaGeun
Copy link
Contributor

@KwonDeaGeun KwonDeaGeun commented Feb 11, 2026

Summary by CodeRabbit

릴리스 노트

  • Style

    • 전체 프로젝트의 코드 포맷팅 및 들여쓰기 개선으로 일관된 스타일 적용
    • CSS 스타일시트의 들여쓰기 및 포맷팅 최적화
  • Refactor

    • 여러 컴포넌트의 코드 구조 정렬 및 가독성 향상
  • UI Updates

    • 모집 상태 배지 레이블 텍스트 업데이트

@KwonDeaGeun KwonDeaGeun self-assigned this Feb 11, 2026
@coderabbitai
Copy link

coderabbitai bot commented Feb 11, 2026

Walkthrough

모집 상태 표시를 "진행중"에서 "모집완료"로 변경했으며, 여러 컴포넌트와 CSS 파일의 코드 포맷팅 및 들여쓰기를 일관되게 정규화했습니다.

Changes

Cohort / File(s) Summary
모집 상태 표시 업데이트
src/components/study-detail/StudyHeader.tsx, src/pages/StudyListPage.tsx
모집 상태 배지에서 "진행중" 라벨을 "모집완료"로 변경하여 모집 완료 상태 표시 방식 개선
컴포넌트 코드 포맷팅
src/components/study/ApplicationCard.tsx, src/components/study/StudyConfirmationDialog.tsx, src/components/study/StudyFormContent.tsx
코드 들여쓰기, 줄 바꿈, 임포트/내보내기 블록 정렬. 기능 및 동작에 변화 없음
CSS 포맷팅 정규화
src/index.css, src/styles/components/application-card.css, src/styles/components/study-dialog.css
CSS 선택자, 속성, 값은 유지하면서 들여쓰기 및 줄 간격 일관성 개선. 스타일 동작에 변화 없음
기타
src/hooks/useExternalBrowser.ts
불필요한 빈 줄 제거. 제어 흐름 및 로직에 변화 없음
🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed PR 제목이 변경 사항의 주요 내용을 정확히 반영합니다. npm audit fix와 '진행중'을 '모집완료'로 용어 수정이라는 두 가지 주요 변경 사항을 명확하게 설명합니다.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.


No actionable comments were generated in the recent review. 🎉

🧹 Recent nitpick comments
src/pages/StudyListPage.tsx (1)

72-84: 모집 상태 뱃지 로직이 StudyHeader.tsx와 중복됩니다.

StudyHeader.tsxgetRecruitmentStatusBadge (Lines 74-90)와 동일한 조건(participantCount < maxParticipants || maxParticipants === 0)과 동일한 뱃지 스타일/텍스트를 사용하고 있습니다. 공통 유틸리티 컴포넌트나 헬퍼 함수로 추출하면 향후 용어 변경 시 한 곳만 수정하면 됩니다.


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.

@KwonDeaGeun KwonDeaGeun merged commit f07e836 into develop Feb 11, 2026
2 checks passed
@KwonDeaGeun KwonDeaGeun deleted the chore/npm-audit-fix-modify-words-recruit-complete branch February 11, 2026 09:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant