-
Notifications
You must be signed in to change notification settings - Fork 5
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#76#84#224 로그인/회원가입, 마이페이지 ui, 채팅 스크롤 개선 #225
Conversation
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.
준우님 어제 수고하셨습니다!!
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.
고생하셨습니다! 마이페이지 UI도 괜찮은 것 같습니다 👍🏻
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.
디자인 깔쌈하네요 고생하셨습니다!
if (isAtBottom && chatBottomRef.current) { | ||
scrollToBottom(); | ||
if (isAtBottom) { | ||
requestAnimationFrame(() => scrollToBottom()); |
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.
requestAnimationFrame 좋습니다 👍
➕ 이슈 번호
🔎 작업 내용
🖼 참고 이미지
마이페이지, 로그인/회원가입 화면
채팅 스크롤 개선
🎯 리뷰 요구사항 (선택)
✅ Check List