design: 회원탈퇴 화면 UI 구현#30
Merged
Merged
Conversation
Contributor
|
@soyeoung1 소영님이 본문에 질문 주신 부분은 #32 에 해당하는 pr 을 확인해보시면 될 것 같아요! |
Yeram9286
reviewed
Dec 30, 2025
Yeram9286
reviewed
Dec 30, 2025
Contributor
There was a problem hiding this comment.
Pull request overview
회원탈퇴 화면의 UI를 구현한 PR입니다. 새로운 WithdrawalScreen과 WithdrawalInfo 컴포넌트를 추가하고, 마이페이지 메뉴에서 해당 화면으로 네비게이션을 연결했습니다.
- 회원탈퇴 화면 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 |
회원탈퇴 화면을 위한 라우트 파일 생성 |
6d3ef1d
Yeram9286
approved these changes
Jan 2, 2026
tnemnorivnelee
approved these changes
Jan 2, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🔗 관련 이슈
Resolves: #29
📝 작업 내용
회원탈퇴 화면 퍼블리싱
📷 스크린샷 (UI 작업인 경우)
💬 리뷰어에게
마이페이지 안에 있는 페이지들이라 profile 파일안에 컴포넌트와 스크린 구현하고 index.tsx도 따로 list 파일 만들었는데
파일 구조를 다르게 하는게 나을까요??
✅ 기본 체크리스트
yarn start빌드 에러 없음)console.log나 주석을 제거했나요?yarn format을 실행하여 코드 스타일을 정렬했나요?yarn lint를 실행하여 린트 에러가 없나요?🏗️ 구조 체크리스트 (Self-Check)
파일 및 폴더
features/안에 두었나요? (❌shared/ui금지)shared/ui에 두었나요?index.ts방지)상태 관리 & 네이밍
is,has,should로 시작하나요?🚀 모든 체크리스트를 확인한 후 PR을 생성하세요!