You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: 모임 생성 폼 필드명 변경 (meetingDate → scheduledDate, location → region) (#35)
* fix: meetingDate 필드명을 scheduledDate로 변경
- CreateMeetingForm.meetingDate → scheduledDate
- MeetingContext.meetingDate → scheduledDate
- 관련 컴포넌트 및 훅 업데이트
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* fix: location 필드명을 region으로 변경
- CreateMeetingForm.location → region
- Location 타입 → Region 타입
- CreateMeetingStep "location" → "region"
- useLocationStepValidation → useRegionStepValidation
- LocationStep 컴포넌트 → RegionStep 컴포넌트
- 파일명 LocationStep.tsx → RegionStep.tsx
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* fix: RegionStep 핸들러 파라미터명 개선
- handleRegionChange 파라미터 loc → selectedRegion
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* chore: prettier 포맷팅 적용
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
0 commit comments