feat : 프로필 이미지, 프로필 거주지/출신지 - #158
Merged
Merged
Conversation
출신지일 때 왼쪽 리스트가 터치 안되는 부분 수정
postProfileImage -> patchProfileImage
# Conflicts: # lib/features/profile/presentation/views/profile_screen.dart # lib/features/profile/profile_constants.dart
Doreminwoo
requested review from
Anzinius and
yangseungsang
and removed request for
a team
June 27, 2025 13:50
Closed
1 task
Anzinius
approved these changes
Jul 7, 2025
Anzinius
left a comment
Contributor
There was a problem hiding this comment.
프로필 구조가 아주 대폭 수정되었군요.
제가 하나 발견한건데, [커뮤니티 이용가이드] 웹뷰 연결할 때, Get.to(() => WebViewPage 이용해서 연결하면 그 위에 약관들 웹뷰랑 통일되어서 더 보기 좋을 것 같아요!
고생 많으셨습니다!
Comment on lines
+18
to
+23
| const ImageType(this.name, this.engName, this.color); | ||
|
|
||
| static ImageType fromEngName(String engName) => ImageType.values.firstWhere( | ||
| (e) => e.engName == engName.toUpperCase(), | ||
| orElse: () => ImageType.red, | ||
| ); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Related issue 🛠
Work Description ✏️
Screenshot 📸
Uncompleted Tasks 😅
To Reviewers 📢