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] 선착순 이벤트 당첨 모달 추가 #82

Merged
merged 9 commits into from
Aug 9, 2024
Merged

Conversation

lybell-art
Copy link
Collaborator

#️⃣ 연관 이슈

📝 작업 내용

카드 게임이 이제 서버로 요청을 보냅니다.

  • 오프라인 폴백 모드인 경우, 두근거림을 추가하기 위해 1초 이후 답이 나오도록 합니다.
  • 서버로부터 응답을 받으면 선착순 이벤트 당첨/탈락/invalid 모달을 띄울 수 있습니다.

카드 게임의 카드 뒤집힘 상태는 CardGame 컴포넌트에서 관리합니다.

  • 오프라인 폴백 모드의 경우, 카드의 뒤집힘 상태를 리셋시킬 수 있도록 하였습니다.
  • 리셋 버튼의 디자인은 승호님 pr까지 머지한 뒤 저희 디자인 명세에 맞게 수정할 예정입니다.

하단 선착순 이벤트 notifier의 동작을 구현했습니다.

  • notifier를 클릭하면 선착순 이벤트 섹션으로 이동합니다.
  • notifier는 이제 서버 시간을 기반으로 카운트다운을 렌더링합니다.
  • 반응형 디자인을 개선했습니다.

참고 이미지 및 자료

@lybell-art lybell-art added feat 기능 구현 style 스타일(css) 수정 labels Aug 9, 2024
@lybell-art lybell-art requested a review from darkdulgi August 9, 2024 05:01
@lybell-art lybell-art self-assigned this Aug 9, 2024
This was linked to issues Aug 9, 2024
Copy link
Collaborator

@darkdulgi darkdulgi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

고생하셨습니다!

@darkdulgi darkdulgi merged commit c70c953 into dev Aug 9, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat 기능 구현 style 스타일(css) 수정
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[feat] 카드 컴포넌트 [feat] 메인-선착순 이벤트
2 participants