-
Notifications
You must be signed in to change notification settings - Fork 1
♻️[Refactor] 찜하기 구현 작업 #335
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
wynter24
merged 52 commits into
306-refactor-모임-찾기-페이지
from
332-feature-모임-찾기-페이지-찜하기-관련-작업
Feb 7, 2025
Merged
♻️[Refactor] 찜하기 구현 작업 #335
wynter24
merged 52 commits into
306-refactor-모임-찾기-페이지
from
332-feature-모임-찾기-페이지-찜하기-관련-작업
Feb 7, 2025
The head ref may contain hidden characters: "332-feature-\uBAA8\uC784-\uCC3E\uAE30-\uD398\uC774\uC9C0-\uCC1C\uD558\uAE30-\uAD00\uB828-\uC791\uC5C5"
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
…thub.com/codeit-team3/FE into 308-refactor-서버-측에서-초기-10개의-데이터를-가져와-렌더링
…thub.com/codeit-team3/FE into 308-refactor-서버-측에서-초기-10개의-데이터를-가져와-렌더링
…am3/FE into 332-feature-모임-찾기-페이지-찜하기-관련-작업
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
cloud0406
approved these changes
Feb 7, 2025
haegu97
approved these changes
Feb 7, 2025
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.
#️⃣연관된 이슈
📝작업 내용
모임 찾기 페이지
상세페이지
참여하기를 클릭한 것은 로그인 후 참여할 의사가 있다는 것으로 판단되어 로그인 안내창을 띄우는 이전 동작을 삭제하였습니다.
미리보기, 사용방법
서버에서는 클라이언트 메서드를 사용할 수 없기 때문에 Next.js에서 제공하는 로직을 사용하여 쿠키에 저장된 토큰을 사용하였습니다.
기타 참고사항
찜하기 낙관적 업데이트는 구현하였으나 Hydration 오류가 발생하여 우선 배포를 위해 찜 UI를 주석 처리하였습니다.
해당 오류는 배포 후 해결할 예정입니다.