Skip to content
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

[feat]: 위시 취소 로직 추가 및 위시 등록 시 상태 변경 (#380) #381

Merged
merged 1 commit into from
Jun 25, 2024

Conversation

uraflower
Copy link
Contributor

#️⃣연관된 이슈

close: #380

📝작업 내용

  • 상품 상세 조회 페이지의 위시 버튼 색상이 변경되지 않는 문제 해결
  • 상품 상세 조회 페이지의 위시 버튼이 정상적으로 동작하도록 수정
    • 위시 버튼을 클릭했을 때, 이미 위시한 상품인 경우 위시가 취소되도록 함
    • 위시 버튼을 클릭했을 때, 위시하지 않은 상품인 경우 위시가 등록되도록 함

🙏리뷰 요구사항

- isWished 상태를 추가하고, 위시 등록 시 이 상태를 변경하여 렌더링을 트리거함
- 위시 취소 로직을 추가함
@uraflower uraflower self-assigned this Jun 25, 2024
Copy link

vercel bot commented Jun 25, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
kakao-funding ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 25, 2024 7:44am

@uraflower uraflower merged commit ea6a2fe into dev Jun 25, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

상품 상세 조회 페이지 - 위시 등록 문제
3 participants