-
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
Merged
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
3717ebd
feat: Axios http 정의 및 get 메서드 구현
semnil5202 9ab2f36
refactor: Bookmarks 페이지 TopicCardList 분리 코드 합병
semnil5202 ab32302
design: Skeleton 컴포넌트 스타일 변경 및 적용
semnil5202 6f12bb4
refactor: SkeletonBox 공통 컴포넌트 구현 및 convertCSS 유틸 함수 구현
semnil5202 971a3b6
refactor: Skeleton 컴포넌트 Bookmark 페이지에 적용
semnil5202 76b4ae7
refactor: http api 수정 및 useGetBookmark isLoading 상태 사용
semnil5202 5ca854e
refactor: SeeAllNearTopics 페이지 TopicCardList 분리 및 코드 합병
semnil5202 89c5256
refactor: API 로직 반환값 타입 지정
semnil5202 7dd724a
refactor: Bookmark 스켈레톤 수정
semnil5202 6038f39
refactor: SeeAllLatestTopics 페이지 TopicCardList 분리 및 코드 합병
semnil5202 0efd169
refactor: SeeAllPopularTopics 페이지 TopicCardList 분리 및 코드 합병
semnil5202 fb7234b
refactor: AllTopics Query key 수정 및 시맨틱 태그 수정
semnil5202 10e9713
rename: API 명세와 페이지 이름 통일화
semnil5202 5c97955
refactor: 전체보기 페이지 명칭 수정 router 적용
semnil5202 e9a8463
feat: 리프레쉬 토큰 요청 기능 추가
semnil5202 a53b435
feat: query default option 설정
semnil5202 8db43f2
refactor: useSuspenseQuery 를 통한 선언적으로 로딩상태 처리
semnil5202 4b3e0f9
fix: token 없을 때 Authorization 빈 객체로 세팅하여 비로그인 오류 해결
semnil5202 f2fca6e
refactor: withCredentials 옵션 잠시 보류
semnil5202 645fbf2
refactor: 01.17 회의를 통한 변경
semnil5202 1e1a7a3
Merge branch 'develop-FE' into refactor/#642
jiwonh423 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
헤더에 저렇게 안해주면 제가 맡았던 home페이지에서 "Bearer "이게 Authorization에 무조건 들어가서 에러나는것 같은데 잘 동작하나요?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
예 어제 오류나서 바꿔주었습니다 ㅋㅋㅋㅋ