-
Notifications
You must be signed in to change notification settings - Fork 1
[#182] 로그인/회원가입, 대시보드, 여행 상세 Error 해결 #184
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
Merged
Conversation
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
- 할 일 취소시 프로그래스바 스타일 업데이트 안 되는 문제는 useEffect에서 value가 0일 때 setProgress가 호출되지 않는 조건 수정 해결 - 필터 선택 시 스타일이 즉시 업데이트되지 않는 문제 해결 - API 호출 시 React Query의 invalidateQueries를 사용하여 ['tasks', 'list'] 쿼리 키를 가진 데이터를 전부 재호출하도록 처리 - 선택된 필터 카테고리와 관련된 데이터를 최신 상태로 유지
✅ GitHub Actions 실행 결과
|
- FilterButton 컴포넌트에서 로컬 상태 제거 및 props 업데이트 - TripTask 컴포넌트에서 activeFilter 상태 관리 추가 - FilterType을 사용하여 타입 생성 - 모든 할일 페이지와 TripBox도 맞춰 로직 수정
✅ GitHub Actions 실행 결과
|
이미지 컴포넌트에서 onClick 이벤트를 가로채고 있어, 버튼 내부의 children을 pointer-events-none 클래스가 적용된 div로 감싸기
✅ GitHub Actions 실행 결과
|
…into 182/qa-error
✅ GitHub Actions 실행 결과
|
HaydenDevK
approved these changes
Jan 5, 2025
Collaborator
HaydenDevK
left a comment
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.
빠르게 처리해주셔서 감사합니다!
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.
📝작업 내용
1. SignUpPage redirectTo 타입 수정
2. 카카오 로그인 임시 주석 처리
3. ProgressBar 스타일 업데이트 안 되는 문제 수정
4. 여행 아이콘 변경
5. 여행 상세에서 최초 필터 버튼 클릭시 스타일 업데이트 안되는 문제 수정
5. 드롭다운 메뉴 클릭 이벤트 문제 해결
이미지 컴포넌트에서 onClick 이벤트를 가로채고 있어,
버튼 내부의 children을 pointer-events-none 클래스가 적용된 div로 감싸기
📷스크린샷(필요 시)
2025-01-05.3.08.31.mov
2025-01-05.4.09.39.mov
✨PR Point