Skip to content

feat(마이페이지): 내 정보 조회 및 수정 페이지 UI 통일 #60

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

Merged
merged 13 commits into from
Dec 20, 2024

Conversation

CreatiCoding
Copy link
Collaborator

  • 기존 Input을 SearchInput으로 분리하고 내정보에서 쓰는 Input을 새로 추가
  • frontend 디렉토리는 biom 으로 포맷팅되게 설정
  • 로고 하나로 줄이고 클릭하면 라우팅 추가
  • 유저정보 클릭하면 마이 페이지 라우팅 추가
  • 분리되어 있던 컴포넌트를 MyInfo 하나만 쓰도록 수정 (UI 통일)
2024-12-09.12.31.35.mov

Copy link
Contributor

@KIMSEUNGGYU KIMSEUNGGYU left a comment

Choose a reason for hiding this comment

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

몇가지 리뷰 남겼는데 확인 부탁드립니다

<input
ref={ref}
id={id}
className={cn(inputStyle, inputClassName)}
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
className={cn(inputStyle, inputClassName)}
className={cn(inputStyle, inputClassName, className)}

상위 props 에서 className 을 �선언해서 위와 같이 사용하면 사용할때 className 으로 전달한 스타일이 적용되는 구조로 하면 확장성있는 구조가 될거 같습니다

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

input 태그한테는 그게 inputClassName 이 그역할을 하긴 합니다. p Tag 에는 그 역할이 현재는 필요 없어요
그래도 일단 p 태그한테는 추가했습니다!

5d2d925

@CreatiCoding
Copy link
Collaborator Author

요새 잠을 주말에도 4시간 씩 자서 지금이라도 올렸습니다..! ㅠㅠ

Copy link
Contributor

@KIMSEUNGGYU KIMSEUNGGYU left a comment

Choose a reason for hiding this comment

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

바쁘셨을텐데 수고하셨습니다.

@CreatiCoding CreatiCoding merged commit 7320e02 into main Dec 20, 2024
1 check passed
@CreatiCoding CreatiCoding deleted the feat/my-page branch December 20, 2024 00:52
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.

2 participants