-
Notifications
You must be signed in to change notification settings - Fork 0
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
[FE] feat: AI 채팅 구현 #185
[FE] feat: AI 채팅 구현 #185
Conversation
(#177)
본인이 AI에게 요청을 보낸 경우 답이 올 때 까지 다음 AI 질문 비활성화 (일반 채팅은 가능) (#177)
(#177)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
frontEnd/src/assets/ai.svg
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
요 svg는 사용하지 않는 것 같은데 삭제해도 괜찮을까요?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
넵 삭제했습니다!
PR 설명
✅ 완료한 기능 명세
📸 스크린샷
고민과 해결과정
@keyframes
를 사용하도록 함onAnimationEnd
이벤트를 통해 애니메이션 종료를 감지할 수 있음