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

ErrorPage 에 헤더, 하단Nav바 추가 및 FallbackPage구현 #197

Merged
merged 7 commits into from
Nov 14, 2023

Conversation

dlwl98
Copy link
Member

@dlwl98 dlwl98 commented Nov 14, 2023

⚙️ PR 타입

  • Feature
  • Hotfix

✨ 기능 설명 or 🚨 문제 상황

  • ErrorPage 에 헤더, 하단Nav바 추가
  • FallbackPage구현

👨‍💻 구현 내용 or 👍 해결 내용

feat: 헤더, 하단Nav바에 onNavigate props 추가
feat: queryClient default option 추가
feat: ErrorPage 에 헤더, 하단Nav바 추가
fix: useHeaderTitle 훅 수정
feat: FallbackPage 추가
refactor: 최상위에 Suspense 하나만 두게 변경
fix: FallbackPage 헤더 제거

🎯 PR 포인트

📝 참고 사항

앞으로 페이지 구현해서 router에 적용 시 Suspense로 묶지 않아도 됩니다.
Layout.tsx 안에 Outlet을 Suspense로 묶어두었습니다.

❓ 궁금한 점

@dlwl98 dlwl98 added the 기능 코드의 기능이 추가되거나 바뀌었습니다. label Nov 14, 2023
@dlwl98 dlwl98 self-assigned this Nov 14, 2023
@dlwl98 dlwl98 linked an issue Nov 14, 2023 that may be closed by this pull request
@1eecan
Copy link
Contributor

1eecan commented Nov 14, 2023

🎉 @imb96 님 랜덤 리뷰어로 당첨되셨습니다! 리뷰를 부탁드립니다. 🙏

@1eecan 1eecan requested a review from imb96 November 14, 2023 06:50
@dlwl98 dlwl98 merged commit 361bc07 into dev Nov 14, 2023
1 check passed
@dlwl98 dlwl98 deleted the feat/#190-login-reuqire-page branch November 14, 2023 06:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
기능 코드의 기능이 추가되거나 바뀌었습니다.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ErrorPage 에 헤더, 하단Nav바 추가
3 participants