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: 회원탈퇴 페이지 #93

Merged
merged 6 commits into from
Jan 20, 2024
Merged

페이지 UI: 회원탈퇴 페이지 #93

merged 6 commits into from
Jan 20, 2024

Conversation

seoye0ng
Copy link
Collaborator

@seoye0ng seoye0ng commented Jan 19, 2024

해당 사항 (중복 선택)

  • FEAT : 새로운 기능 추가 및 개선
  • TEST : 테스트 추가 및 리팩토링
  • FIX : 버그 수정
  • REFACTOR : 결과의 변경 없이 코드의 구조를 재조정
  • STYLE : 코드 스타일에 관련된 변경 사항
  • DOCS : 코드가 아닌 문서를 수정한 경우
  • REMOVE : 파일을 삭제하는 작업만 수행
  • RENAME : 파일 또는 폴더명을 수정하거나 위치(경로)를 변경
  • CHORE : 패키지 매니저 설정, 코드 수정 없이 설정 변경(eslint) 등 기타 사항

설명

Key Changes

비밀번호 입력 페이지와 탈퇴페이지 제작했습니다.
image
image
image

How it Works

  1. 회원탈퇴 누르면 탭 누르면 비밀번호 입력페이지 로드 (입력값이 있을 시 버튼 활성화)
  2. 비번 확인 후에 회원탈퇴 페이지가 로드
  3. 탈퇴 약관동의 누르면 버튼이 활성화
  4. 버튼 클릭 시 모달 open

To Reviewers

탈퇴약관은 일단 한글 Lorem Ipsum으로 넣어놨고, 추후에 디자인 완료되면 수정하면 될 것 같아요!
비밀번호 필수 입력 페이지를 일단 required-password로 저장했는데 더 좋은 이름이 있을까요??

@seoye0ng seoye0ng added ✨ Feature 기능 개발 🎨 Html&css 마크업 & 스타일링 labels Jan 19, 2024
@seoye0ng seoye0ng self-assigned this Jan 19, 2024
@seoye0ng seoye0ng requested a review from bottlewook as a code owner January 19, 2024 12:42
Copy link

vercel bot commented Jan 19, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
f1-wash-pedia-fe ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 20, 2024 3:30am

@seoye0ng seoye0ng linked an issue Jan 19, 2024 that may be closed by this pull request
3 tasks
Copy link
Collaborator

@bottlewook bottlewook left a comment

Choose a reason for hiding this comment

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

컨벤션만 지켜주세요~~ 고생하셨습니다~👍


import { useRouter } from 'next/navigation';

import Button from '@components/shared/button/Button';
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
import Button from '@components/shared/button/Button';
import Button from '@shared/button/Button';

import { useRouter } from 'next/navigation';

import Button from '@components/shared/button/Button';
import Header from '@components/shared/header/Header';
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
import Header from '@components/shared/header/Header';
import Header from '@shared/header/Header';


import Checkbox from '@components/icons/Checkbox';
import Button from '@components/shared/button/Button';
import Header from '@components/shared/header/Header';
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
import Header from '@components/shared/header/Header';
import Header from '@shared/header/Header';

<Title title="회원탈퇴" />
<Spacing size={70} />
<div className={cx('withdrawalAgreement')}>
국정의 중요한 사항에 관한 대통령의 자문에 응하기 위하여 국가원로로 구성되는 국가원로자문회의를 둘 수 있다.
Copy link
Collaborator

Choose a reason for hiding this comment

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

하긴 총선이 얼마 남지 않았죠.. 서영님 마음은 잘 알았으니 화요일날 토론 한번 하시죠!
나중에 문구 바꿔요 ㅋㅋㅋ

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

아ㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋ 알겠습니닼ㅋㅋ

Copy link
Collaborator

@bottlewook bottlewook left a comment

Choose a reason for hiding this comment

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

고생하셨습니다~!👍

@seoye0ng seoye0ng merged commit 0c3a15a into develop Jan 20, 2024
6 checks passed
@seoye0ng seoye0ng deleted the page-withdraw branch January 20, 2024 04:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ Feature 기능 개발 🎨 Html&css 마크업 & 스타일링
Projects
None yet
Development

Successfully merging this pull request may close these issues.

페이지 UI: 회원탈퇴 페이지
2 participants