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: 알림 기능 구현 #32

Merged
merged 7 commits into from
Jul 16, 2024
Merged

Feat: 알림 기능 구현 #32

merged 7 commits into from
Jul 16, 2024

Conversation

Byukchong
Copy link
Collaborator

🔎 작업 내용

  • 알림 아이콘 승인 여부에 따라 StatusIndicator 과 텍스트 스타일 적용
  • 알림 내용 무한 스크롤 구현

image
image

  • 알림 삭제 기능 구현

  • 알림 없을때
    image

  • 알림 있을때
    image

  • SideNavigation, Navigation, MyPageInput 로딩 추가

  • MyPageInput 로직 변경
    getValues() 대신 watch() 써서 유동성 강화했습니다.

⚠️ 이슈

  • 아직 구현 안된 곳이있어서, 데이터 추가 가능 할때 삭제 기능 더 자세히 테스트 해보겠습니다!
  • 빌드 오류는 userData 수정 때문이고, 오류난 곳은 보민님께서 파트 직접 수정하셔서 추후 pr해주시기로 했습니다.
  • 드롭 다운 열렸을때 scroll-bar hidden / auto 로 설정해서 스크롤바 제어했습니다.
    그러다보니 스크롤바 스타일 변할때마다 ui가 조금씩 뒤틀리는데 다른 아이디어 있으면 조언 부탁드립니다..

📢 전달사항

  • 무한 스크롤 라이브러리는 보민님과 같은 걸로 써서 추가는 없을 것 같습니다.

Copy link
Owner

@eunji-0623 eunji-0623 left a comment

Choose a reason for hiding this comment

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

잘 작성해주신 것 같습니다! UI 좌우로 밀리는 현상 다른 해결법 찾게 되시면 공유 부탁드려용 😄

Copy link
Owner

Choose a reason for hiding this comment

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

단순히 시간에 따른 문자열을 반환하는 함수라면 hooks 보단 utils로 옮기는 게 어떨까요?

Copy link
Collaborator Author

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,
Copy link
Owner

Choose a reason for hiding this comment

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

👍

Copy link
Collaborator

@ssumai-kr ssumai-kr left a comment

Choose a reason for hiding this comment

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

확인했습니다! 고생하셨습니다

Copy link

netlify bot commented Jul 16, 2024

Deploy Preview for globalnomad-5-8 failed. Why did it fail? →

Name Link
🔨 Latest commit b1dc2ed
🔍 Latest deploy log https://app.netlify.com/sites/globalnomad-5-8/deploys/6695fdbbbc000d0008b96e7f

@Byukchong Byukchong merged commit b4dd655 into master Jul 16, 2024
0 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants