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] 인터랙션 모달 분기 처리 #83

Merged
merged 8 commits into from
Aug 9, 2024

Conversation

darkdulgi
Copy link
Collaborator

#️⃣ 연관 이슈

📝 작업 내용

  • 인터랙션 모달에서 사용자 상태에 따른 분기 처리

나중에 서버 api가 완성되었을때 빠르게 적용 가능하도록 했습니다.

  • 인터랙션 섹션 반응형 디자인

@darkdulgi darkdulgi added feat 기능 구현 style 스타일(css) 수정 labels Aug 9, 2024
@@ -122,7 +117,7 @@ function IntroSection() {
</section>

<div
onClick={onClickTimer}
onClick={() => scrollTo(4)}
Copy link
Collaborator

Choose a reason for hiding this comment

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

conflict가 날 예정입니다.

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.

수고하셨습니다.

}) {
const isLogin = userStore((state) => state.isLogin);
// const currentServerTime = fcfsStore((state) => state.currentServerTime);
const [isAniPlaying, setIsAniPlaying] = useState(false);
Copy link
Collaborator

Choose a reason for hiding this comment

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

토스트 관련된 상태와 엘리먼트들은 전부 별개의 컴포넌트로 분리하는 게 좋습니다.

Comment on lines +72 to +73
<div className="w-2/3 xl:w-1/2 flex flex-col xl:flex-row gap-2 xl:gap-8">
<span className="text-head-s xl:text-head-l text-blue-400 font-bold whitespace-pre">
Copy link
Collaborator

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 0fb43db into dev Aug 9, 2024
1 check passed
@darkdulgi darkdulgi self-assigned this Aug 9, 2024
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