-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ALL] 5차 데모데이까지의 추가 작업물을 반영한다 (#744)
* [FE] refactor: 사용자 유치 전 다양한 버그를 해결한다. (#695) * feat: 검색기능 삭제, 정렬기능 오류 수정 및 useQuery 훅 분리 * feat: 메인로고 클릭시 이동, 고객모드 TabBar에 따른 subHeader 로직 수정 * refactor: 고객 정렬 옵션 타입 단언 제거 및 리팩토링 (cherry picked from commit 58a6a07) * [FE] fix: token 만료 시 만료된 토큰을 삭제한다. (#711) * feat: 토큰이 만료되었을 시, 토큰을 비워주는 로직 작성 * feat: 토큰을 비운 이후 redirect 로직 수행 * fix: 잘못된 href 수정 (cherry picked from commit eddb635) * [FE] fix: 버그 수정 (#721) (cherry picked from commit fa759ac) * [BE] feat: 개인정보 수집 및 이용 동의 개선 (#708) (cherry picked from commit 0f3b475) * fix: z-index를 주어 `CouponDetail`의 열렸을 시 탭바 안보이게 함 (#709) (cherry picked from commit 12b63d3) * fix: 잘못된 redirect url 변경 (#723) (cherry picked from commit bc0a555) * [BE] fix: 고객이 쿠폰만 있고 방문횟수가 없을때 에러 수정 (#727) * fix: 고객 방문횟수 0일때 반환하지 않도록 수정 * fix: 리워드 사용 고객 조회 시 방문횟수 없으면 NotFoundException 으로 수정 (현재 UnAuthorized 에러 발생하면 로그인 페이지로 리다이렉트됨) (cherry picked from commit 8ef3141) * [BE] feat: submodule update (#728) (cherry picked from commit aedc0f9) * [FE] feat: 요청에 따른 access token 분기처리 (#726) (cherry picked from commit 2fa0759) * [FE] refactor: react-icons를 @react-icons/all-files와 svg 파일로 대체한다. (#717) * chore: svg 파일 추가 * chore: svg 사용하기 위한 환경설정 * refactor: `@react-icons/all-files`와 `svg` 컴포넌트화 적용 * chore: `react-icons` 제거 * refactor: svg 경로 변경 * style: svg 파일 경로 재정리 * chore: webpack 원상복구 (cherry picked from commit 605fddc) * fix: 배포 중 오류 (타입,tsx) 트러블 슈팅 (#729) (cherry picked from commit 21aaa3e) * feat: thread 로깅 추가 (#733) (cherry picked from commit 9e35c22) * [BE] feat: thread loggin 수정 (#734) * feat: thread 로깅 추가 * feat: thread 로깅 추가 (cherry picked from commit c0e4fd9) * [FE] fix: 사장모드 로고가 사라지는 오류 트러블 슈팅 (#736) (cherry picked from commit cd73ec0) * [FE] feat: 고객모드의 전화번호 등록페이지에서 추가된 플로우를 구현한다. (#714) * refactor: get 요청 함수 header 종류에 따라 순서 조정 * feat: 고객의 전화번호로 회원상태를 파악하는 get 함수 작성, 필요한 타입 선언 * feat: 고객의 회원상태를 파악하는 hook 작성 * refactor: 전화번호 저장 post 함수 hook으로 분리 * feat: 전화번호로 고객상태 조회 api msw 구현 * chore: 전화번호로 고객 상태 조회 api mockData * refactor: 전화번호 길이 상수화 * feat: 전화번호로 고객 데이터 연동 api 함수 및 훅 작성 * chore: mockData 수정 * feat: 전화번호로 고객 상태 조회, 데이터 연동 플로우 구현 * refactor: form 태그로 변경 및 로직 커스텀 훅 분리 * refactor: 함수 분리 및 상수화 * refactor: mutateAsync -> mutate로 변경 * fix: InputPhoneNumber 폴더 위치 Customer로 이동 * fix: 충돌 해결 (cherry picked from commit 718befc) * [FE] fix: url 수정 (#740) * fix: url 수정 * fix: 아이콘 로고 크기 수정 (cherry picked from commit eee11a2) * [FE] fix: async로 수정 (#742) (cherry picked from commit 3578d4f) --------- Co-authored-by: 강영민 <[email protected]> Co-authored-by: 2yunseong <[email protected]> Co-authored-by: 박정규 <[email protected]> Co-authored-by: youngh0 <[email protected]>
- Loading branch information
1 parent
4723f83
commit 8b31ccd
Showing
67 changed files
with
566 additions
and
294 deletions.
There are no files selected for viewing
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
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
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
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
Submodule security
updated
from a69bd4 to 37aa58
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
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
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
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
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
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions
1
frontend/src/assets/icons/md_outline_photo_size_select_large.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.