-
Notifications
You must be signed in to change notification settings - Fork 2
main << develop #625
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
main << develop #625
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
* refactor: EmptyView 조건 분기 로직 수정 * fix: 맵핑 오류 수정
[Refactor] SP4 마이페이지/수강생 QA 반영
* feat: 계좌 등록 페이지 중 계좌 번호 필드 min, max number 수정 (#609) * feat: 계좌 등록 후 마이페이지 강사 tab 이동으로 수정 * chore: inputUtils shared로 위치 변경 * feat: 계좌 번호 숫자만 입력되도록 변경 * feat: 계좌를 처음 등록할 경우 name을 온보딩에서 입력한 이름으로 reset 되도록 로직 추가 * refactor: bank optional 처리 * feat: 마이페이지 강사 클래스 리스트에서 상세 보기 버튼과 class card body 라우팅 분기 * fix: 새로고침 할 경우 account data api 요청 안하는 버그 수정 * feat: depositor 한글 정규식 자음, 모음만 써도 가능하도록 정규식 변경 * fix: 은행 선택 시 바로 수정하기 되는 오류 해결 (button type 지정) * refactor: 계좌번호 max number 상수화
[Refactor] 홈 QA 반영
[Refactor] SP4 온보딩 QA
* feat: 클래스 개설/수정 API pending 상태면 버튼 비활성화 되도록 가드 * feat: 클래스 등록/수정 성공 시 toast 추가 * chore: 스크롤바 global로 없애는 속성 제거 * feat: scrollbar 보이면 안되는 곳 display: none 적용 * chore: global scroll width none option remove * refactor: hide scrollbar style util 구현 * feat: LatestLessons에 스크롤바 hide util 추가 * feat: 내 클래스는 신청 못하도록 disabled 처리 * chore: notify message 상수 분리
[Refactor] SP4 탈퇴 기능 및 디자인 QA 반영
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.
main << develop