-
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
fix: 프로덕션 배포에 결제 기능 임시 제한 #479
Merged
Merged
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
Co-authored-by: SangHoon Lee <50488780+bbearcookie@users.noreply.github.com>
* refactor: 디바운스 유틸 클로저 방식으로 변경 * refactor: 서비스 워커 등록 로직 리팩토링 * remove: useDebounce 훅 제거 * refactor: 검색바 디바운싱에 새로운 유틸 함수 적용
* refactor: 백엔드 API 경로를 상수 파일에 관리 * chore: 클라이언트 배포 경로를 상수 파일에 관리 * chore: push시 빌드 테스트에 dev 브랜치 추가
* fix: 인증 상태 수정 * chore: 컴포넌트 명 변경, 필요없는 코드 삭제 * fix: progressbar UI 로직 추가 * fix: RoomCalendarDate props 타입 에러 수정
* fix: 인증 상태, 인증 보기 관련 로직 수정 * fix: 경험치 필드 추가 및 적용 * fix: 날짜 토스트 텍스트 수정 * fix: 빌드 오류 수정
* feat: 뱃지 이미지 변경 * feat: 랭킹 추가 수정 * feat: 랭킹 수정 --------- Co-authored-by: SangHoon Lee <50488780+bbearcookie@users.noreply.github.com>
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.
프로덕션 배포에 결제 기능 임시 제한