-
Notifications
You must be signed in to change notification settings - Fork 3
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: 알림 기능 구현 #32
Feat: 알림 기능 구현 #32
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.
잘 작성해주신 것 같습니다! UI 좌우로 밀리는 현상 다른 해결법 찾게 되시면 공유 부탁드려용 😄
hooks/useGetTimeAgo.ts
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.
단순히 시간에 따른 문자열을 반환하는 함수라면 hooks 보단 utils로 옮기는 게 어떨까요?
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.
오 그러네요 감사합니다.
수정하겠습니다~
|
||
export default function MyPageInput() { | ||
const { | ||
register, | ||
handleSubmit, | ||
getValues, | ||
watch, |
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.
확인했습니다! 고생하셨습니다
❌ Deploy Preview for globalnomad-5-8 failed. Why did it fail? →
|
🔎 작업 내용
알림 삭제 기능 구현
알림 없을때
알림 있을때
SideNavigation, Navigation, MyPageInput 로딩 추가
MyPageInput 로직 변경
getValues() 대신 watch() 써서 유동성 강화했습니다.
그러다보니 스크롤바 스타일 변할때마다 ui가 조금씩 뒤틀리는데 다른 아이디어 있으면 조언 부탁드립니다..
📢 전달사항