-
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: PC view 버튼에 각종 페이지 링크 연결 #484
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
chasj0326
added a commit
that referenced
this pull request
Dec 4, 2023
* feat: 호버이벤트 추가 (#453) Co-authored-by: SangHoon Lee <50488780+bbearcookie@users.noreply.github.com> * refactor: 디바운스 리팩토링 (#455) * refactor: 디바운스 유틸 클로저 방식으로 변경 * refactor: 서비스 워커 등록 로직 리팩토링 * remove: useDebounce 훅 제거 * refactor: 검색바 디바운싱에 새로운 유틸 함수 적용 * chore: 운영 서버, 개발 서버 배포 브랜치 분리 * chore: 운영 서버, 개발 서버 분기 처리 (#459) * fix: 프로덕션 서버의 로그인 redirect 경로에 undefined 오류 (#463) * refactor: 백엔드 API 경로를 상수 파일에 관리 * chore: 클라이언트 배포 경로를 상수 파일에 관리 * chore: push시 빌드 테스트에 dev 브랜치 추가 * fix: 인증 상태 로직 수정 및 UI 추가 (#462) * fix: 인증 상태 수정 * chore: 컴포넌트 명 변경, 필요없는 코드 삭제 * fix: progressbar UI 로직 추가 * fix: RoomCalendarDate props 타입 에러 수정 * Feat/#464/edit rank badge store (#470) * feat: test * feat: 에러 픽스 * feat: 중복코드 수정 * feat: 테스트 주석 제거 * fix: 방 링크 공유시 URI가 undefined인 문제 해결 (#473) * fix: 인증 관련 로직 수정 (#475) * fix: 인증 상태, 인증 보기 관련 로직 수정 * fix: 경험치 필드 추가 및 적용 * fix: 날짜 토스트 텍스트 수정 * fix: 빌드 오류 수정 * feat: 뱃지 이미지 변경 (#474) * feat: 뱃지 이미지 변경 * feat: 랭킹 추가 수정 * feat: 랭킹 수정 --------- Co-authored-by: SangHoon Lee <50488780+bbearcookie@users.noreply.github.com> * fix: 프로덕션 배포에 결제 기능 임시 제한 (#478) * feat: PC view 버튼에 각종 페이지 링크 연결 (#484) --------- Co-authored-by: nsr1349 <79898508+nsr1349@users.noreply.github.com> Co-authored-by: SangHoon Lee <50488780+bbearcookie@users.noreply.github.com> Co-authored-by: bbearcookie <aodem@naver.com> Co-authored-by: Park Na Yeon <65156388+nayeon-hub@users.noreply.github.com>
nayeon-hub
added a commit
that referenced
this pull request
Dec 5, 2023
* feat: 호버이벤트 추가 (#453) Co-authored-by: SangHoon Lee <50488780+bbearcookie@users.noreply.github.com> * refactor: 디바운스 리팩토링 (#455) * refactor: 디바운스 유틸 클로저 방식으로 변경 * refactor: 서비스 워커 등록 로직 리팩토링 * remove: useDebounce 훅 제거 * refactor: 검색바 디바운싱에 새로운 유틸 함수 적용 * chore: 운영 서버, 개발 서버 배포 브랜치 분리 * chore: 운영 서버, 개발 서버 분기 처리 (#459) * fix: 프로덕션 서버의 로그인 redirect 경로에 undefined 오류 (#463) * refactor: 백엔드 API 경로를 상수 파일에 관리 * chore: 클라이언트 배포 경로를 상수 파일에 관리 * chore: push시 빌드 테스트에 dev 브랜치 추가 * fix: 인증 상태 로직 수정 및 UI 추가 (#462) * fix: 인증 상태 수정 * chore: 컴포넌트 명 변경, 필요없는 코드 삭제 * fix: progressbar UI 로직 추가 * fix: RoomCalendarDate props 타입 에러 수정 * Feat/#464/edit rank badge store (#470) * feat: test * feat: 에러 픽스 * feat: 중복코드 수정 * feat: 테스트 주석 제거 * fix: 방 링크 공유시 URI가 undefined인 문제 해결 (#473) * fix: 인증 관련 로직 수정 (#475) * fix: 인증 상태, 인증 보기 관련 로직 수정 * fix: 경험치 필드 추가 및 적용 * fix: 날짜 토스트 텍스트 수정 * fix: 빌드 오류 수정 * feat: 뱃지 이미지 변경 (#474) * feat: 뱃지 이미지 변경 * feat: 랭킹 추가 수정 * feat: 랭킹 수정 --------- Co-authored-by: SangHoon Lee <50488780+bbearcookie@users.noreply.github.com> * fix: 프로덕션 배포에 결제 기능 임시 제한 (#478) * feat: PC view 버튼에 각종 페이지 링크 연결 (#484) * fix: 인증 성공 실패 여부 상태 보여주기 (#487) * feat: 닉네임 중복시 에러 (#482) --------- Co-authored-by: nsr1349 <79898508+nsr1349@users.noreply.github.com> Co-authored-by: SangHoon Lee <50488780+bbearcookie@users.noreply.github.com> Co-authored-by: bbearcookie <aodem@naver.com> Co-authored-by: Sejin Cha <62418379+chasj0326@users.noreply.github.com>
chasj0326
added a commit
that referenced
this pull request
Dec 5, 2023
* feat: 호버이벤트 추가 (#453) Co-authored-by: SangHoon Lee <50488780+bbearcookie@users.noreply.github.com> * refactor: 디바운스 리팩토링 (#455) * refactor: 디바운스 유틸 클로저 방식으로 변경 * refactor: 서비스 워커 등록 로직 리팩토링 * remove: useDebounce 훅 제거 * refactor: 검색바 디바운싱에 새로운 유틸 함수 적용 * chore: 운영 서버, 개발 서버 배포 브랜치 분리 * chore: 운영 서버, 개발 서버 분기 처리 (#459) * fix: 프로덕션 서버의 로그인 redirect 경로에 undefined 오류 (#463) * refactor: 백엔드 API 경로를 상수 파일에 관리 * chore: 클라이언트 배포 경로를 상수 파일에 관리 * chore: push시 빌드 테스트에 dev 브랜치 추가 * fix: 인증 상태 로직 수정 및 UI 추가 (#462) * fix: 인증 상태 수정 * chore: 컴포넌트 명 변경, 필요없는 코드 삭제 * fix: progressbar UI 로직 추가 * fix: RoomCalendarDate props 타입 에러 수정 * Feat/#464/edit rank badge store (#470) * feat: test * feat: 에러 픽스 * feat: 중복코드 수정 * feat: 테스트 주석 제거 * fix: 방 링크 공유시 URI가 undefined인 문제 해결 (#473) * fix: 인증 관련 로직 수정 (#475) * fix: 인증 상태, 인증 보기 관련 로직 수정 * fix: 경험치 필드 추가 및 적용 * fix: 날짜 토스트 텍스트 수정 * fix: 빌드 오류 수정 * feat: 뱃지 이미지 변경 (#474) * feat: 뱃지 이미지 변경 * feat: 랭킹 추가 수정 * feat: 랭킹 수정 --------- Co-authored-by: SangHoon Lee <50488780+bbearcookie@users.noreply.github.com> * fix: 프로덕션 배포에 결제 기능 임시 제한 (#478) * feat: PC view 버튼에 각종 페이지 링크 연결 (#484) * fix: 인증 성공 실패 여부 상태 보여주기 (#487) * feat: 닉네임 중복시 에러 (#482) * feat 유저에딧 트림처리 (#490) * feat: 트림처리함 * feat: 디폴트 밸류로 바꿈 --------- Co-authored-by: nsr1349 <79898508+nsr1349@users.noreply.github.com> Co-authored-by: SangHoon Lee <50488780+bbearcookie@users.noreply.github.com> Co-authored-by: bbearcookie <aodem@naver.com> Co-authored-by: Park Na Yeon <65156388+nayeon-hub@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.
🧩 이슈 번호
✅ 작업 사항
요 버튼에 링크를 연결했습니다!
👩💻 공유 포인트 및 논의 사항