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 수정 #79

Merged
merged 5 commits into from
Dec 7, 2022

Conversation

peter-j0y
Copy link
Member

😎 작업 내용

  • 인증글 작성하기 버그 수정
  • 운동 내역 단일 선택 구현 및 스크롤 시 선택 해제되는 버그 수정
  • 전체적인 UI 수정

🧐 변경된 내용

  • UI가 생각보다 많이 변경되었습니다. 절대로 다른 분들 디자인이 맘에 안들어서 제 맘대로 바꾼게 아니라 통일성을 갖추고 싶어서 다듬었습니다. 혹시라도 기분 상하셨거나 바꾸고 싶은 부분 있으면 말씀해주세요!
  • 컴포즈 뷰를 사용한 부분과 러닝 모드에서 운동 정보 나타나는 부분은 담당자 분들이 해주셔야 할 것 같습니다! 제가 아직 컴포즈를 모르거든요 ㅎㅎ 러닝모드 부분은 4자리에서 2자리로 바뀐다는 가정하에 폰트랑 마진정도만 바꿨습니다

🥳 동작 화면

image
image
image
image
image
image

🤯 이슈 번호

image
워닝이 2개 뜨는데 하나가 이미지 뷰 content discription 안넣은거고 하나는 fragment대신 fragment container 를 사용하라는 것 이었습니다! 담당자들은 확인 부탁드려요

Copy link
Member

@soopeach soopeach left a comment

Choose a reason for hiding this comment

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

고생하셨어요..!

)
)
}
}
}
}

interface RunningHistoryItemListener {
fun checkRunningHistoryId(itemPosition: Int): Boolean
Copy link
Member

Choose a reason for hiding this comment

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

인터페이스로 하나만 선택하기 기능 잘 구현하신 것 같아요!

@peter-j0y peter-j0y merged commit 1d6c90d into develop Dec 7, 2022
@soopeach soopeach deleted the feat/community_create_running_post branch December 8, 2022 04:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants