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: 로딩에러 컴포넌트 구현 #48

Merged
merged 4 commits into from
May 10, 2024
Merged

Conversation

easyhyun00
Copy link
Contributor

🧩 이슈 번호

✅ 작업 사항

로딩 에러 컴포넌트를 구현했습니다.

errorMessage 에 에러 문구를 넣으면 됩니다.
그리고 버튼 클릭 시 현재 페이지 새로고침이 됩니다.

<LoadingError errorMessage="후원 목록을 가져오지 못했습니다. 다시 시도해주세요" />
<LoadingError errorMessage={`이렇게 작성하면 줄바꿈이 됩니다.\n다시 시도해주세요`} />
image

👩‍💻 공유 포인트 및 논의 사항

디자인 고민 중입니다! 저는 로고가 없는게 더 깔끔한 거 같네요.
다른 분들 의견이 궁금합니다!! 피드백 환영 👐

(1)
image

(2)
image

@easyhyun00 easyhyun00 added the ✨ Feat 기능 개발 label May 9, 2024
@easyhyun00 easyhyun00 self-assigned this May 9, 2024
Copy link

github-actions bot commented May 9, 2024

🎉 구현한 기능 Preview: https://fandom-wsp376dcu-easyhyun00s-projects.vercel.app

Copy link
Contributor

@Bersk3r Bersk3r 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
Contributor

@JayChae JayChae 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

🎉 구현한 기능 Preview: https://fandom-9mugifx8u-easyhyun00s-projects.vercel.app

Copy link

🎉 구현한 기능 Preview: https://fandom-j8g7wfg22-easyhyun00s-projects.vercel.app

@easyhyun00 easyhyun00 merged commit 085b520 into main May 10, 2024
1 check passed
@easyhyun00 easyhyun00 deleted the feat-47-error branch May 10, 2024 11:22
easyhyun00 added a commit to easyhyun00/fandom-k that referenced this pull request May 10, 2024
* ✨ Feat: 로딩 에러 컴포넌트 UI 구현

* ✨ Feat: 버튼 클릭 시 새로고침

* ✨ Feat: 로딩에러 컴포넌트에 로고 추가
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ Feat 기능 개발
Projects
None yet
Development

Successfully merging this pull request may close these issues.

에러 컴포넌트 구현
3 participants