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

[FIX/#241] 유빈 담당 뷰 / 1차 QA 반영 #251

Merged
merged 29 commits into from
Sep 16, 2024
Merged

Conversation

leeeyubin
Copy link
Member

@leeeyubin leeeyubin commented Sep 14, 2024

⛳️ Work Description

  • 카카오 로그인 이미지 바꾸기
  • 이미지 외곽 라인 떼기
  • 이름 텍스트필드 조건 수정
  • 이름 초기값 색상 수정
  • 온보딩 멘트 수정
  • 온보딩 선택 후 취소할 수 있게 수정
  • 필터링 설정에서 뒤로가기 눌렀을 때 버튼 비활성화
  • 프로필 수정 뷰에서 연동계정 띄우기
  • 프로필 이미지만 바꿨을 때는 텍스트 필드 UI 변동 없음 (+13자까지 입력은 가능하게)
  • 로그아웃, 탈퇴 후에 바로 로그인 화면으로 이동하게
  • 스택 정리 (지금까지 나온 스택 문제들 다 정리했어요!)

📸 Screenshot

Screen_Recording_20240915_010652_terning.mp4
Screen_Recording_20240915_010726_terning.mp4

📢 To Reviewers

  • 제가 큐에이 사항이 많았어가지고,, 수정사항도 좀 많네염,,ㅎㅎ

@leeeyubin leeeyubin added FIX 🔨 버그 및 오류 해결 유빈💙 유빈 labels Sep 14, 2024
@leeeyubin leeeyubin added this to the 2차 스프린트 작업 milestone Sep 14, 2024
@leeeyubin leeeyubin self-assigned this Sep 14, 2024
Copy link
Member

@boiledeggg boiledeggg 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
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.

수정사항 많우네요,, 다 하느라 고생 많았읍니다 🫶🏻

Comment on lines 61 to 64
if (grade.isNotEmpty()) {
viewModel.updateGrade(grade)
viewModel.updateButton(true)
} else viewModel.updateButton(false)
Copy link
Contributor

Choose a reason for hiding this comment

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

with로 viewModel 감싸면 가독성이 더 좋을 것 같아용 !

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 2635fb5 into develop Sep 16, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
FIX 🔨 버그 및 오류 해결 유빈💙 유빈
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FIX] 유빈 담당 뷰 / 1차 QA 반영
4 participants