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

[UI/#202] 마이페이지 뷰 / UI 수정 #205

Merged
merged 11 commits into from
Aug 31, 2024
Merged

Conversation

leeeyubin
Copy link
Member

⛳️ Work Description

  • 마이페이지 UI 수정
  • 바텀시트 수정

📸 Screenshot

Screen_Recording_20240827_024123_Terning-Android.mp4

📢 To Reviewers

  • 수정된 마이페이지 UI 반영했습니다!
  • 아직 안 나온 아이콘이나 프로필 같은 경우, 나오는대로 반영할게요!
  • 서버통신 할 때 쓰이는 데이터 타입들도 명세서 나오면 반영하겠습니다.

@leeeyubin leeeyubin added UI 💐 UI 작업 유빈💙 유빈 labels Aug 26, 2024
@leeeyubin leeeyubin added this to the 2차 스프린트 작업 milestone Aug 26, 2024
@leeeyubin leeeyubin self-assigned this Aug 26, 2024
@leeeyubin leeeyubin changed the title [UI/#202] 마이페이지 뷰 / UI 수정 [UI/#202] 마이페이지 뷰 / UI 구현 Aug 26, 2024
@leeeyubin leeeyubin changed the title [UI/#202] 마이페이지 뷰 / UI 구현 [UI/#202] 마이페이지 뷰 / UI 수정 Aug 26, 2024
Copy link
Contributor

@arinming arinming left a comment

Choose a reason for hiding this comment

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

가독성이 너무너무 좋아용 ㅎㅎ 수고하셨씁니다~~~!

Copy link
Member

@boiledEgg-s boiledEgg-s left a comment

Choose a reason for hiding this comment

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

UI 바뀐걸 벌써 반영하다니,, 너무 고생하셨습니다닷

UserProfile(
name = name,
profile = profile,
onEditClick = { onEditClick() }
Copy link
Member

Choose a reason for hiding this comment

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

이렇게 람다 형식으로 함수를 넘기는 이유가 있을까요??
람다가 새로운 객체를 생성하는 개념이라, 굳이 필요가 없는 경우엔 사용하지 않는게 좋을 것 같아요~

Suggested change
onEditClick = { onEditClick() }
onEditClick = onEditClick

Copy link
Member Author

Choose a reason for hiding this comment

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

맞습니당!! 안 그래도 급하게 코드 짜느라 놓친 부분인 것 같네요ㅜㅜ 조언 감사합니당
한 번 더 수정하도록 할게요~!!

Copy link
Member

@Hyobeen-Park Hyobeen-Park left a comment

Choose a reason for hiding this comment

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

와웅 수고하셨습니당~~~

@leeeyubin leeeyubin merged commit bec02ce into develop Aug 31, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
UI 💐 UI 작업 유빈💙 유빈
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[UI] 마이페이지 뷰 / UI 수정
4 participants