Skip to content

[#54] Feat/54/에러폴백페이지 - #55

Merged
LMS10 merged 3 commits into
mainfrom
Feat/54/에러폴백페이지
May 20, 2026

Hidden character warning

The head ref may contain hidden characters: "Feat/54/\uc5d0\ub7ec\ud3f4\ubc31\ud398\uc774\uc9c0"
Merged

[#54] Feat/54/에러폴백페이지#55
LMS10 merged 3 commits into
mainfrom
Feat/54/에러폴백페이지

Conversation

@LMS10

@LMS10 LMS10 commented May 20, 2026

Copy link
Copy Markdown
Owner

❓이슈

📝 Description

에러 페이지 공통 컴포넌트 및 Next.js 에러 라우트 페이지를 구현했습니다.

  • ErrorFallback 컴포넌트: 404/일반 오류 일러스트를 분기 처리하고, primaryAction·secondaryAction props로 버튼 동작을 주입받는 공통 UI
  • not-found.tsx: 존재하지 않는 경로 접근 시 렌더링, 홈 이동 및 뒤로가기 제공
  • error.tsx: 런타임 에러 발생 시 렌더링, reset으로 재시도 및 홈 이동 제공
notfound 페이지 error 페이지

🌀 PR Type

어떤 변경 사항이 있나요?

  • 새로운 기능 추가
  • 버그 수정
  • CSS 등 사용자 UI 디자인 변경
  • 코드에 영향을 주지 않는 변경사항 (오타 수정, 탭 사이즈 변경, 변수명 변경)
  • 코드 리팩토링
  • 주석 추가 및 수정
  • 문서 수정
  • 테스트 추가, 테스트 리팩토링
  • 빌드 부분 혹은 패키지 매니저 수정
  • 파일 혹은 폴더명 수정
  • 파일 혹은 폴더 삭제

✅ Checklist

PR Checklist

PR이 다음 요구 사항을 충족하는지 확인하세요.

  • Branch Convention 확인

    feat/ 기능 구현, fix/ 버그 수정, refactor/ 개선

  • Base Branch 확인
  • 커밋 메시지 컨벤션 준수
  • 적절한 Label 지정
  • Assignee 및 Reviewer 지정

Test Checklist

  • 로컬 작동 확인

@LMS10
LMS10 requested a review from minzx23 May 20, 2026 05:20
@LMS10 LMS10 self-assigned this May 20, 2026
@LMS10 LMS10 added Priority: Medium 🔖 우선순위 보통 Type: Feature ✨ 신규 기능 labels May 20, 2026
@vercel

vercel Bot commented May 20, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
remate Ready Ready Preview, Comment May 20, 2026 5:20am

@minzx23 minzx23 left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

디자인 귀엽네욤ㅎ

@LMS10
LMS10 merged commit 63016a4 into main May 20, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Priority: Medium 🔖 우선순위 보통 Type: Feature ✨ 신규 기능

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Feat: 에러 폴백 페이지 구현

2 participants