-
Notifications
You must be signed in to change notification settings - Fork 0
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
[REFACTOR] develop branch로 merge #254
Open
ahn0min
wants to merge
13
commits into
develop
Choose a base branch
from
refactor
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
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
* [FIX] 로그인이 유지 되지 않는 오류 해결 (#243) * [ADD] 불필요한 Public Url 제거 * #239 [FEAT] OptionalLogin 로직 구현 완료 * [FIX] 로그인 페이지로 이동 button에 Link href 추가 (#244) * [FIX]모달 path params query params로 변경 (#242) * [DELETE] 기존 path params 모달 페이지 제거 * [TYPES] PAGE_LIST 상수 readonly * [FIX] useOpenModal hooks 수정 query params로 변경 * [FEAT] 모달 사용 페이지에서 useRouteModal로 page 정보 전달 * [REFACTOR] utils 내부에 있는 css 파일 styles 내부로 이동 * [REFACTOR] AtomModal.ts lowerCamelCase로 변경 * [REFACTOR] lower camel case 폴더명 camel case로 변경 --------- Co-authored-by: Jisu <[email protected]>
* [REFACTOR] react-query에서 사용되는 queryKey를 변수로 추출 및 적용 * [REFACTOR] 제네릭을 받는 useQuery의 queryKey 변경
* [REFACTOR] ProjectManagementSection component 내부에서 호출되던 react-query를 hooks/queries 내부로 변경 * [REFACTOR] ProjectManagementSection component 내부에서 호출되던 react-query를 hooks/queries 내부로 변경 * [REFACTOR] TrendyProductsContent component 내부에서 호출되던 react-query를 hooks/queries 내부로 변경 * [REFACTOR] SearchBox component 내부에서 호출되던 react-query를 hooks/queries 내부로 변경 * [REFACTOR] SearchBox.tsx에서 사용하지 않는 import 제거 * [REFACTOR] useGetIsFollowing hooks 내부에서 호출되던 react-query를 hooks/query 내부로 변경 * [REFACTOR] ReviewWriteForm component 내부의 useMutation을 hooks/queries 내부로 분리 * [REFACTOR] UseProfileCard component 내부의 useMutation을 hooks/queries 내부로 분리 * [REFACTOR] useScrap 내부의 useMutation을 hooks/queries로 옮김 * [REFACTOR] useReaction에서 작성된 useMutate hooks/queries 내부로 이동 * [REFACTOR] plans/index.tsx 컴포넌트 내부의 useMutation hooks/queries 내부로 이동
* [REFACTOR] components/Statistics 폴더 styles 파일 제거 * [REFACTOR] components/social/common 폴더 styles 파일 제거 * [CHORE] 공용으로 사용되는 View의 TODO 주석 작성
* [REFACTOR] components/Statistics 폴더 styles 파일 제거 * [REFACTOR] components/social/common 폴더 styles 파일 제거 * [CHORE] 공용으로 사용되는 View의 TODO 주석 작성 * [REFACTOR] components 내부 폴더명을 파스칼케이스로 변경 * [FIX] build error 수정 * [FIX] 대소문자 차이로 인한 import error 수정 * [REFACTOR] 폴더명 파스칼 케이스로 변경 * [REFACTOR] components/common 파스칼 케이스로 변경 * [REFACTOR] 모든 styles 파일을 제거 * [FIX] CommonS 객체 빌드시 에러 수정
* [REFACTOR] React Query 관련 리팩토링 (#250) * [REFACTOR] 파일 위치 변경, 파일명, 폴더명 camel case에 맞게 리팩토링 (#246) * [FIX] 로그인이 유지 되지 않는 오류 해결 (#243) * [ADD] 불필요한 Public Url 제거 * #239 [FEAT] OptionalLogin 로직 구현 완료 * [FIX] 로그인 페이지로 이동 button에 Link href 추가 (#244) * [FIX]모달 path params query params로 변경 (#242) * [DELETE] 기존 path params 모달 페이지 제거 * [TYPES] PAGE_LIST 상수 readonly * [FIX] useOpenModal hooks 수정 query params로 변경 * [FEAT] 모달 사용 페이지에서 useRouteModal로 page 정보 전달 * [REFACTOR] utils 내부에 있는 css 파일 styles 내부로 이동 * [REFACTOR] AtomModal.ts lowerCamelCase로 변경 * [REFACTOR] lower camel case 폴더명 camel case로 변경 --------- Co-authored-by: Jisu <[email protected]> * [REFACTOR] 쿼리키를 객체로 관리하도록 변경 (#247) * [REFACTOR] react-query에서 사용되는 queryKey를 변수로 추출 및 적용 * [REFACTOR] 제네릭을 받는 useQuery의 queryKey 변경 * [REFACTOR] react query (#248) * [REFACTOR] ProjectManagementSection component 내부에서 호출되던 react-query를 hooks/queries 내부로 변경 * [REFACTOR] ProjectManagementSection component 내부에서 호출되던 react-query를 hooks/queries 내부로 변경 * [REFACTOR] TrendyProductsContent component 내부에서 호출되던 react-query를 hooks/queries 내부로 변경 * [REFACTOR] SearchBox component 내부에서 호출되던 react-query를 hooks/queries 내부로 변경 * [REFACTOR] SearchBox.tsx에서 사용하지 않는 import 제거 * [REFACTOR] useGetIsFollowing hooks 내부에서 호출되던 react-query를 hooks/query 내부로 변경 * [REFACTOR] ReviewWriteForm component 내부의 useMutation을 hooks/queries 내부로 분리 * [REFACTOR] UseProfileCard component 내부의 useMutation을 hooks/queries 내부로 분리 * [REFACTOR] useScrap 내부의 useMutation을 hooks/queries로 옮김 * [REFACTOR] useReaction에서 작성된 useMutate hooks/queries 내부로 이동 * [REFACTOR] plans/index.tsx 컴포넌트 내부의 useMutation hooks/queries 내부로 이동 --------- Co-authored-by: JuhyunLim <[email protected]> Co-authored-by: Jisu <[email protected]> * [FIX] modal --------- Co-authored-by: YeongMin Ahn <[email protected]> Co-authored-by: Jisu <[email protected]>
* [REFACTOR] components 내부 폴더명을 파스칼케이스로 변경 * [FIX] build error 수정 * [FIX] 대소문자 차이로 인한 import error 수정 * [REFACTOR] 폴더명 파스칼 케이스로 변경 * [REFACTOR] components/common 파스칼 케이스로 변경 * [ADD] PascalCase로 인한 파일추가 * [REMOVE] components 카멜케이스 폴더 제거 * [CHORE] chromatic ci/cd disabled * [RENAME] chromatic 비활성화를 위해 확장자명 변경
* [FIX] Edit modal import * [FIX] Incorrect import path
* [FIX] Edit modal import * [FIX] Incorrect import path * [FIX] Wrong import path
* [REFACTOR] @ui/Button component로 모두 교체 * [REFACTOR] Button Componenet의 handleClick을 onClick으로 변경
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.
📌 전반적인 개발 내용
💻 변경 내용
✅ 관심 리뷰