-
Notifications
You must be signed in to change notification settings - Fork 6
Refactor: 사용하지 않는 변수 및 파일 제거 #286
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
Merged
ParkSohyunee
merged 10 commits into
8-Sprinters:dev
from
ParkSohyunee:refactor/code-cleanup
Jan 2, 2025
Merged
Changes from all commits
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
dff2704
Chore: 콜렉션 페이지 v3.0 개발 완료에 따른 기존 콜렉션 관련 API 및 페이지 컴포넌트 제거
ParkSohyunee ab46cbc
Style: api 폴더 불필요한 주석 및 컨벤션 정리
ParkSohyunee 95ba9ff
Chore: 보일러플레이트용으로 만든 임시 파일 제거
ParkSohyunee 85c9b75
Style: 프로필 페이지 사용하지 않는 import문 제거 및 useEffect 의존성 배열 추가
ParkSohyunee 78f885a
Style: eslint no-unused-vars 코드 제거 및 react-hooks/exhaustive-deps 의존성 …
ParkSohyunee 565e260
Merge branch 'dev' into refactor/code-cleanup
ParkSohyunee 2adc556
Fix: 심플리스트 타입 수정
ParkSohyunee 8d4e37a
Chore: 빌드 에러 해결을 위해 react-lottie 로딩 UI 라이브러리를 lottie-react로 대체
ParkSohyunee a7193d3
Fix: useToast 훅 조건문 수정
ParkSohyunee 81dd8de
Fix: 프로필 수정 페이지 useEffect 의존성배열 변수 제거
ParkSohyunee 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 hidden or 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 hidden or 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 hidden or 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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 was deleted.
Oops, something went wrong.
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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
138 changes: 0 additions & 138 deletions
138
src/app/collection/_[category]/_components/Top3Card.css.ts
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
18 changes: 0 additions & 18 deletions
18
src/app/collection/_[category]/_components/Top3CardItem.css.ts
This file was deleted.
Oops, something went wrong.
16 changes: 0 additions & 16 deletions
16
src/app/collection/_[category]/_components/Top3CardItem.tsx
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
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.
📌 기존 로딩 UI를 위해 설치했던 react-lottie 라이브러리가 더이상 관리되지 않는 점과 빌드 시 지속적으로 발생하는 버전이슈 문제로 인해 lottie-react 라이브러리로 대체하였습니다. 보여지는 이미지는 동일하고 라이브러리만 교체된 점 참고 부탁드립니다.