Skip to content

Conversation

@summerDev96
Copy link
Collaborator

@summerDev96 summerDev96 commented Jul 31, 2025

📦 Pull Request

📝 요약(Summary)

  • shadCn sonner 설치하였습니다. (토스트 관련)
  • app 페이지에 Toaster 컴포넌트를 추가하였습니다.

💬 공유사항 to 리뷰어

// sonner에서 toast 불러오기
import { toast } from 'sonner';

// 상태에 따라서 success/error/warning/info 구분하여 사용
// 첫번째 파라미터는 비워주세요! 폰트 적용이 안되서 description에 넣어야 합니다.
toast.success('', {
   description: '성공 토스트 출력',
});

toast.error('', {
   description: '에러 토스트 출력',
});

toast.warning('', {
   description: '경고 토스트 출력',
});

toast.info('', {
   description: '정보 토스트 출력',
});

🗂️ 관련 이슈

📸 스크린샷

image image

✅ 체크리스트

  • 빌드 및 테스트 통과
  • ESLint/Prettier 검사 통과

@vercel
Copy link

vercel bot commented Jul 31, 2025

@summerDev96 is attempting to deploy a commit to the 626-ju's projects Team on Vercel.

A member of the Team first needs to authorize it.

@summerDev96 summerDev96 merged commit bed9dbd into codeit-part3-7:dev Jul 31, 2025
1 of 2 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.

2 participants