Skip to content

design: 회원탈퇴 화면 UI 구현#30

Merged
soyeoung1 merged 10 commits into
developfrom
design/deleteaccount-ui
Jan 2, 2026
Merged

design: 회원탈퇴 화면 UI 구현#30
soyeoung1 merged 10 commits into
developfrom
design/deleteaccount-ui

Conversation

@soyeoung1

Copy link
Copy Markdown
Contributor

🔗 관련 이슈

Resolves: #29

📝 작업 내용

회원탈퇴 화면 퍼블리싱

📷 스크린샷 (UI 작업인 경우)

Android
image
iOS

💬 리뷰어에게

마이페이지 안에 있는 페이지들이라 profile 파일안에 컴포넌트와 스크린 구현하고 index.tsx도 따로 list 파일 만들었는데
파일 구조를 다르게 하는게 나을까요??

✅ 기본 체크리스트

  • 코드가 정상적으로 실행되나요? (yarn start 빌드 에러 없음)
  • (중요) 안드로이드/iOS 시뮬레이터에서 각각 확인했나요?
  • 불필요한 console.log나 주석을 제거했나요?
  • yarn format을 실행하여 코드 스타일을 정렬했나요?
  • yarn lint를 실행하여 린트 에러가 없나요?

🏗️ 구조 체크리스트 (Self-Check)

💡 아래 항목을 위반하면 코드 리뷰어에게 반려될 수 있습니다!

파일 및 폴더

  • 1개 기능 전용 컴포넌트features/ 안에 두었나요? (❌ shared/ui 금지)
  • 재사용 컴포넌트shared/ui에 두었나요?
  • 파일이 3개 이상일 때만 폴더로 묶었나요? (불필요한 index.ts 방지)

상태 관리 & 네이밍

  • 서버 데이터는 React Query, UI 상태는 Zustand를 사용했나요?
  • Boolean 변수is, has, should로 시작하나요?

🚀 모든 체크리스트를 확인한 후 PR을 생성하세요!

@soyeoung1 soyeoung1 self-assigned this Dec 29, 2025
@soyeoung1 soyeoung1 changed the title Design/deleteaccount UI design: 회원탈퇴 화면 UI 구현 Dec 29, 2025
Comment thread app/list/deleteaccount.tsx Outdated
Comment thread src/features/profile/screens/DeleteAccountScreen.tsx Outdated
Comment thread src/features/profile/components/DeleteInfo.tsx Outdated
@tnemnorivnelee

Copy link
Copy Markdown
Contributor

@soyeoung1 소영님이 본문에 질문 주신 부분은 #32 에 해당하는 pr 을 확인해보시면 될 것 같아요!

Comment thread src/features/profile/components/DeleteInfo.tsx Outdated
Comment thread src/features/profile/components/DeleteInfo.tsx Outdated
Comment thread src/features/auth/screens/WithdrawalScreen.tsx
Comment thread src/features/auth/components/WithdrawalInfo.tsx
Copilot AI review requested due to automatic review settings January 1, 2026 12:40

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

회원탈퇴 화면의 UI를 구현한 PR입니다. 새로운 WithdrawalScreenWithdrawalInfo 컴포넌트를 추가하고, 마이페이지 메뉴에서 해당 화면으로 네비게이션을 연결했습니다.

  • 회원탈퇴 화면 UI 구현 (WithdrawalScreen, WithdrawalInfo)
  • 마이페이지 메뉴 리스트에 회원탈퇴 네비게이션 추가
  • 사용되지 않는 예제 파일 제거

Reviewed changes

Copilot reviewed 8 out of 8 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
src/features/settings/USAGE_EXAMPLE.tsx 사용되지 않는 예제 파일 제거
src/features/mypage/components/MyPageMenuList.tsx 회원탈퇴 메뉴 항목에 네비게이션 경로 추가
src/features/auth/screens/WithdrawalScreen.tsx 회원탈퇴 화면의 메인 스크린 컴포넌트 구현
src/features/auth/components/WithdrawalInfo.tsx 회원탈퇴 안내 텍스트를 표시하는 컴포넌트 구현
src/features/auth/components/ExampleList.tsx 사용되지 않는 예제 파일 제거
src/features/auth/components/ExampleCard.tsx 사용되지 않는 예제 파일 제거
src/features/auth/USAGE_EXAMPLE.tsx 사용되지 않는 예제 파일 제거
app/auth/withdrawal-account.tsx 회원탈퇴 화면을 위한 라우트 파일 생성

Comment thread src/features/mypage/components/MyPageMenuList.tsx Outdated
Yeram9286
Yeram9286 previously approved these changes Jan 2, 2026

@Yeram9286 Yeram9286 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

고생하셨습니다!

tnemnorivnelee
tnemnorivnelee previously approved these changes Jan 2, 2026

@tnemnorivnelee tnemnorivnelee left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

고생하셨습니다!

@soyeoung1 soyeoung1 dismissed stale reviews from tnemnorivnelee and Yeram9286 via 6d3ef1d January 2, 2026 05:22
@soyeoung1 soyeoung1 merged commit c1d11d7 into develop Jan 2, 2026
2 checks passed
@soyeoung1 soyeoung1 deleted the design/deleteaccount-ui branch January 2, 2026 06:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[design] 회원탈퇴 화면 UI 구현

4 participants