-
Notifications
You must be signed in to change notification settings - Fork 7
Auth 컴포넌트 작성, 필요 라이브러리 설치 #55
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
Merged
Merged
Conversation
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
- currentPage, totalResults, limit 등이 바뀔 때만 새로 계산되도록 적용 - 허슬데브 정민님의 코멘트 반영
DONE: - currentForm에 따라 필드 및 submit 함수가 달리 작동하는 Auth 컴포넌트를 만들었습니다. TODO: - field라는 값이 string으로 인식되어 타입에러가 나는데 이 부분을 해결해야합니다. - 스타일링을 해야 합니다.
설치로 인해 yarn.lock 파일이 바뀌었습니다.
- 파일명을 제대로 안 보고 작성해버렸습니다 죄송합니다.
- firebase 관련 설정파일을 gitignore에 추가
- firebase의 signin/signup 함수를 기존 한스푼 프로젝트에서 가져왔습니다.
hhhyyo
reviewed
Mar 23, 2022
hustle-dev
reviewed
Mar 23, 2022
hhhyyo
requested changes
Mar 23, 2022
jhyj0521
reviewed
Mar 23, 2022
- 타입 오류 안나도록 프롭 타입 추가했습니다.
- signin/signup 에 필요한 메시지 상수들이라서 객체 형태를 타입 고정했습니다.
- import구문에서 절대경로로 alias가 되어있는 것을 적용
- pageNum을 계산하는 usePageNum 훅을 작성했습니다.
- 효원님이 preview에 decorator 일괄 적용해주셔서 각 stories 파일에서는 삭제했어요.
- errorCode라는 변수를 굳이 안 만들고 바로 error.code로 에러 throw
This was referenced Mar 25, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
🧱 component
컴포넌트 단위 작업을 진행해요!
⚙️ conf
환경 설정 세팅이에요
🌟 feature
새로운 기능을 만들어요!
✈️ migration
마이그레이션 작업을 진행해요!
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 Type
What kind of change does this PR introduce?
Related Issues
#36
What does this PR do?
Other information