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] 인터랙션 슬라이드 구현 #75

Merged
merged 5 commits into from
Aug 7, 2024

Conversation

darkdulgi
Copy link
Collaborator

#️⃣ 연관 이슈

📝 작업 내용

인터랙션 섹션의 슬라이드를 구현했습니다. 인터랙션 체험 버튼은 현재 상태에 따라 활성화/비활성화됩니다. 체험하기 버튼을 누르면, 해당 인터랙션 모달이 뜹니다. 각각의 인터랙션 컴포넌트들은 lazy 컴포넌트이기에 체험하기 버튼을 누르면 렌더링됩니다. 인터랙션 모달에서 닫기 버튼이나 확인하기 버튼은 아직 미구현 상태입니다.

@darkdulgi darkdulgi added the feat 기능 구현 label Aug 7, 2024
@darkdulgi darkdulgi self-assigned this Aug 7, 2024
@darkdulgi darkdulgi linked an issue Aug 7, 2024 that may be closed by this pull request
7 tasks
Comment on lines +40 to +46
const InteractionModal = (
<Suspense fallback={<div>Loading...</div>}>
<div className="w-5/6 h-5/6 backdrop-blur-[100px] border border-neutral-600 rounded">
<InteractionComponent />
</div>
</Suspense>
);
Copy link
Collaborator

@lybell-art lybell-art Aug 7, 2024

Choose a reason for hiding this comment

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

인터랙션 모달은 향후 별도의 컴포넌트로 분리하시기 바랍니다. (굉장히 복잡할 예정)

Copy link
Collaborator

@lybell-art lybell-art left a comment

Choose a reason for hiding this comment

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

수고하셨습니다.

@lybell-art lybell-art merged commit c5580e4 into dev Aug 7, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat 기능 구현
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[feat] 메인-인터랙션 페이지
2 participants