Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: ProfileRegistrationForm 컴포넌트 개발 #59

Open
5 tasks done
ppyom opened this issue Nov 21, 2024 · 1 comment · May be fixed by #141
Open
5 tasks done

feat: ProfileRegistrationForm 컴포넌트 개발 #59

ppyom opened this issue Nov 21, 2024 · 1 comment · May be fixed by #141
Assignees
Labels

Comments

@ppyom
Copy link
Collaborator

ppyom commented Nov 21, 2024

📌 작업 내용

ProfileRegistrationForm

Image

props

  • user?: { profile?: string; nickname: string; }
  • onSubmit : function

✅ To-Do

  • 프로필 이미지 클릭 시 File 선택 박스 열리는지 확인
  • File 선택 박스에서 이미지 선택 시 Image에 적용되는지 확인
  • input 입력 시 값이 변경되는지 확인
  • props(user)가 있는 경우 profile / nickname이 정상적으로 적용되는지 확인
  • 등록 완료 누르면 onSubmit으로 console.log에 찍힌다.

📝 참고사항

이미지 업로드는 아래와 같이 진행

  1. 초기 상태는 Image 컴포넌트에 default image 출력된 상태
  2. Image와 겹쳐있는 ImageUpload 클릭 -> 사용자 파일 업로드
  3. 사용자가 업로드한 이미지로 Image 적용

선행 조건

@ppyom ppyom added the organism label Nov 21, 2024
@ppyom ppyom self-assigned this Nov 27, 2024
@ppyom
Copy link
Collaborator Author

ppyom commented Nov 28, 2024

IconButton / TextButton 요소를 button으로 변경

  • IconButton 변경하면서 Icon을 감싸고있던 i 요소의 line-height 0으로 변경
변경 전 변경 후
Image Image

@ppyom ppyom linked a pull request Nov 28, 2024 that will close this issue
@ppyom ppyom linked a pull request Nov 28, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant