Skip to content

[refactor] 회원가입 화면 리팩토링#183

Merged
FloriaO2 merged 3 commits intodevfrom
182-refactor
Apr 10, 2026
Merged

[refactor] 회원가입 화면 리팩토링#183
FloriaO2 merged 3 commits intodevfrom
182-refactor

Conversation

@FloriaO2
Copy link
Copy Markdown
Collaborator

@FloriaO2 FloriaO2 commented Apr 9, 2026

🔗 관련 이슈 (Issues)


📂 개요 (Summary)

회원가입 화면 리팩토링

💡 PR 유형 (Type)

어떤 변경 사항이 있나요?

  • 새로운 기능 추가
  • 버그 수정
  • CSS 등 사용자 UI 디자인 변경
  • 코드에 영향을 주지 않는 변경사항(오타 수정, 탭 사이즈 변경, 변수명 변경)
  • 코드 리팩토링
  • 주석 추가 및 수정
  • 문서 수정
  • 테스트 추가, 테스트 리팩토링
  • 빌드 부분 혹은 패키지 매니저 수정
  • 파일 혹은 폴더명 수정
  • 파일 혹은 폴더 삭제

🔍 작업 내용 (Details)

  1. 애플 로그인 버튼 추가
  2. 로그인 화면 로딩 로직 개선 및 로딩 중 UX 개선
  3. 회원가입 시 프로필 공개 설정 입력창 퍼블리싱 (송희님 지분 10할❤️)

🔎 추후 개선 방안

  1. 머지 완료되면 회원가입 API 리팩토링과 연동할 예정입니다.
  2. 추후 애플 로그인도 연동 부탁드립니다.

📷 스크린샷/영상 (UI 변경 시 필수)

Android 화면
Android 화면
Android Emulator
Android Emulator
Android 화면
Android 화면
Android Emulator
Android Emulator

‼️ 테스트 (Testing)

  • iOS에서 확인
  • Android에서 확인
  • 해당 없음 (UI/로직 영향 없음)

✅ PR Checklist

PR이 다음 요구 사항을 충족하는지 확인하세요.

  • 커밋 메시지 컨벤션에 맞게 작성했습니다.
  • 변경 사항에 대한 테스트를 했습니다.(버그 수정/기능에 대한 테스트).

@FloriaO2 FloriaO2 self-assigned this Apr 9, 2026
Copy link
Copy Markdown
Collaborator

@Kim-songhui Kim-songhui left a comment

Choose a reason for hiding this comment

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

굳굳 코멘트만 확인해주시고 머지해주셔요~~~~ 고생하셨습니다!

Comment thread src/screens/ProfilePost/ProfilePost.tsx Outdated
{
value: 'FOLLOWER',
title: '팔로워만',
description: '당신의 팔로워만 활동의 프로필을 볼 수 있습니다.',
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

문구 확인해주세용

Comment thread src/screens/ProfilePost/ProfilePost.tsx Outdated
{
value: 'FOLLOWEACH',
title: '친구만',
description: '당신의 친구만 활동의 프로필을 볼 수 있습니다.',
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

요기도

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

'활동의 프로필' 부분에 대해 말씀하셨던 것 맞나요,,?!
PR 올리던 당시에는 피그마 상에서 '활동의 프로필'로 되어있었고,
현재는 수정된 문구 반영해 다시 푸시했습니다!
혹시 이것 말고 다른 것을 말씀하신 것이었다면 다시 알려주세요👀

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

마자요! 먼가 어색해서 오타이신가 했는데 피그마에 그렇게 되어있었나보군여?! 그렇다면 제가 한 부분도 그렇겟네요
ㅋㅎㅋㅎㅋㅋㅋㅋㅋ 왜 내가 할 땐 몰랏지...

@FloriaO2 FloriaO2 requested a review from Kim-songhui April 10, 2026 11:17
@FloriaO2 FloriaO2 merged commit 8b26f9d into dev Apr 10, 2026
2 checks passed
@FloriaO2 FloriaO2 deleted the 182-refactor branch April 10, 2026 12:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[REFACTOR] 회원가입 화면 리팩토링

2 participants