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

#208: 프로필 수정 바텀시트 보여주기 #210

Merged
merged 7 commits into from
Dec 17, 2024

Conversation

flash159483
Copy link
Contributor

1. 📄 관련된 이슈 및 소개

close #208

2. 🔥 변경된 점

바텀 시트 보여주기
선택 안할시 아무런 이미지 안보여주는 문제 수정

3. ✅ 필수 체크 사항

  • 문제 수정
  • 사진 지울 수 있는 옵션 제공

4. 📸 작업물 사진 공유(선택)

untitled.3.webm

@flash159483 flash159483 added 🌱기능🌱 새로운 기능을 추가해요 ! 🍩브라우니🍩 24기 정승원 🔥리뷰 기다리는 중🔥 PR을 올리고 코드리뷰를 기다리고 있는 상태입니다. labels Nov 30, 2024
@flash159483 flash159483 self-assigned this Nov 30, 2024
Copy link
Member

@jeongjaino jeongjaino left a comment

Choose a reason for hiding this comment

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

코멘트 하나 확인해줘요잉~

Comment on lines 295 to 303
},
) {
Column(
verticalArrangement = Arrangement.spacedBy(16.dp),
modifier = Modifier
.fillMaxWidth()
.padding(horizontal = 20.dp, vertical = 28.dp),
) {
Text(
Copy link
Member

Choose a reason for hiding this comment

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

image

지금 텍스트 컴포넌트에만 클릭 영역이 되는 것 같은데요 !
컬럼에 패딩값 붙이지 말고, Text 패딩으로 가져가서, 클릭 영역 넓히는 게 좋지 않을까요 ?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

우왕 드디어 수정 했다
ed5710d

@flash159483 flash159483 merged commit afe8dda into develop Dec 17, 2024
@flash159483 flash159483 deleted the feature/flash159483/#208 branch December 17, 2024 03:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🌱기능🌱 새로운 기능을 추가해요 ! 🍩브라우니🍩 24기 정승원 🔥리뷰 기다리는 중🔥 PR을 올리고 코드리뷰를 기다리고 있는 상태입니다.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

WS-451 [FIX]: 사진 선택 안할시 사진 사라지는 문제 수정해요
2 participants