Merged
Conversation
- 이메일 형식이 맞으면 alert, 아니면 modal창이 나오도록 구현했습니다.
- 비밀번호 유효성 검사를 추가했습니다 - 비밀번호가 일치하지 않으면 아래에 안내 문구가 나오도록 추가했습니다.
- 모달 중복을 막기 위해 이메일 input창을 따로 컴포넌트로 분리했습니다
- modal 중복을 막기 위해 닉네임 input도 컴포넌트화했습니다 - 닉네임 유효성 검사를 추가했습니다
모든 입력 필드를 입력해야 버튼을 클릭할 수 있도록 수정했습니다
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.
PR 타입
UI 구현
반영 브랜치
ui/#8 => develop
closed #8
변경사항
회원가입 완료페이지로 이동