-
Notifications
You must be signed in to change notification settings - Fork 1
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
[FEAT] 온보딩 화면 구현 #36
Merged
Merged
[FEAT] 온보딩 화면 구현 #36
Conversation
This file contains 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
- primary2 variant 디자인 추가 - disabled 디자인 추가 - PlainButtonProps 타입 수정
- 케이스 추가 - 파일 위치 변경 - check 아이콘 추가
- DropdownContent의 maxHeight 속성 추가 - multiple이 아닐 경우 드롭다운이 닫히도록 수정 - title이 없을 경우 드롭다운이 안열리는 문제 해결
- SetupBasicInfo 컴포넌트와 중복되는 스타일 코드 분리
- useFunnel 커스텀 훅 구현
- 삭제 아이콘 제거 - selected의 hover 디자인 추가
- selected가 string인 경우 추가 - 커스텀 Scrollbar 적용
- 레지스터 토큰 관리 방식 추가 - 로직 오류 수정
- ScoreRangeBar 값 수정 방식 변경
- 레지스터 토큰 저장 - 로그인 후 이동 path 수정
- LoginPage는 비로그인 사용자만 접근하도록 수정 - OnboradingPage는 로그인 중인 사용자만 접근하도록 수정
- 아이콘 여백으로 스크롤 생기는 문제 해결 - 배경 이미지 오류로 이미지 변경
- router 파일 위치 수정
mungjin01
approved these changes
May 16, 2024
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.
1️⃣ 요약
2️⃣ 변경사항
기존 코드에 영향을 미치는 변경사항
기존 코드에 영향을 미치지 않는 변경사항
버그 수정을 위한 변경사항
3️⃣ 참고사항
이슈에 없는 수정사항
4️⃣ 추후 작업
5️⃣ 리뷰 요구사항