-
Notifications
You must be signed in to change notification settings - Fork 6
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
[FE] Refactor/#642: 북마크 및 전체보기 페이지 API 로직 수정 및 React-Query 적용 #644
Merged
Commits on Jan 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3717ebd - Browse repository at this point
Copy the full SHA 3717ebdView commit details -
refactor: Bookmarks 페이지 TopicCardList 분리 코드 합병
TopicCardList는 재사용을 위해 만들어진 코드이나 Axios, React Query 를 적용하면서 사용하기 애매해졌다. 이에 따라 TopicCardList를 제거하고 각 페이지에서 그 책임을 이어받는다.
Configuration menu - View commit details
-
Copy full SHA for 9ab2f36 - Browse repository at this point
Copy the full SHA 9ab2f36View commit details -
Configuration menu - View commit details
-
Copy full SHA for ab32302 - Browse repository at this point
Copy the full SHA ab32302View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f12bb4 - Browse repository at this point
Copy the full SHA 6f12bb4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 971a3b6 - Browse repository at this point
Copy the full SHA 971a3b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 76b4ae7 - Browse repository at this point
Copy the full SHA 76b4ae7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ca854e - Browse repository at this point
Copy the full SHA 5ca854eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 89c5256 - Browse repository at this point
Copy the full SHA 89c5256View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7dd724a - Browse repository at this point
Copy the full SHA 7dd724aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6038f39 - Browse repository at this point
Copy the full SHA 6038f39View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0efd169 - Browse repository at this point
Copy the full SHA 0efd169View commit details -
Configuration menu - View commit details
-
Copy full SHA for fb7234b - Browse repository at this point
Copy the full SHA fb7234bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 10e9713 - Browse repository at this point
Copy the full SHA 10e9713View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c97955 - Browse repository at this point
Copy the full SHA 5c97955View commit details
Commits on Jan 16, 2024
-
운영서버에 머지해야 확인가능할 것 같습니다. 기존 로직을 사용하는 운영서버와 request 값은 동일한데 cookie와 도메인 설정 문제로 실패하는 것으로 확인됩니다.
Configuration menu - View commit details
-
Copy full SHA for e9a8463 - Browse repository at this point
Copy the full SHA e9a8463View commit details -
* 마운트 시 리페칭 해제 * 윈도우 포커스 시 리페칭 해제 * 일정 주기로 리페칭 해제 * 받아온 데이터 stale 시 리페칭 해제
Configuration menu - View commit details
-
Copy full SHA for a53b435 - Browse repository at this point
Copy the full SHA a53b435View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8db43f2 - Browse repository at this point
Copy the full SHA 8db43f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b3e0f9 - Browse repository at this point
Copy the full SHA 4b3e0f9View commit details
Commits on Jan 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f2fca6e - Browse repository at this point
Copy the full SHA f2fca6eView commit details -
* TopicCardList 컴포넌트를 이전처럼 활용하도록 한다. 전체보기 및 즐겨찾기는 거의 동일한 형태이며 중복코드가 다량 발생하여 위와 같이 수정한다. * url을 넘겨받음에 따라서 리액트 쿼리 훅, API 요청 로직 또한 하나의 훅으로 재사용한다.
Configuration menu - View commit details
-
Copy full SHA for 645fbf2 - Browse repository at this point
Copy the full SHA 645fbf2View commit details
Commits on Jan 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1e1a7a3 - Browse repository at this point
Copy the full SHA 1e1a7a3View commit details
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.