feat(ui): 변경 피드백 토스트 시스템 도입 + CRUD 연결#105
Merged
Merged
Conversation
업로드·삭제·등록이 성공/실패해도 아무 알림이 없던 문제 해결. - shared/ui/Toast 신설: 모듈 싱글톤 스토어(toast.success/error/info, 훅 밖에서도 호출 가능) + useSyncExternalStore 기반 ToastViewport (role=region/status, aria-live, 자동 dismiss, 수동 닫기, z-toast 토큰) - AppProviders 에 ToastViewport 1회 마운트 - 이력서/레포: 업로드·등록 성공 토스트, 삭제 성공+실패 토스트 (생성 액션의 인라인 에러는 유지 — 삭제는 다른 피드백이 없어 실패도 토스트) - 스토어/뷰포트 단위 테스트 4건 Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
업로드·삭제·등록이 성공/실패해도 아무 알림이 없던 문제 해결.
변경 사항