Skip to content

[#83] Feat/공통컴포넌트 토스트#84

Merged
LMS10 merged 2 commits intomainfrom
feat/공통컴포넌트_토스트
Feb 15, 2025

Hidden character warning

The head ref may contain hidden characters: "feat/\uacf5\ud1b5\ucef4\ud3ec\ub10c\ud2b8_\ud1a0\uc2a4\ud2b8"
Merged

[#83] Feat/공통컴포넌트 토스트#84
LMS10 merged 2 commits intomainfrom
feat/공통컴포넌트_토스트

Conversation

@LMS10
Copy link
Owner

@LMS10 LMS10 commented Feb 15, 2025

#️⃣ Issue

📝 Description

react-toastify를 사용하여 공통 토스트 메시지 기능을 추가했습니다.

  • toast.success('메시지') → 성공 메시지
  • toast.error('메시지') → 오류 메시지
import { toast } from 'react-toastify';

toast.success('리뷰 수정에 성공했습니다.');
toast.error('리뷰 수정에 실패했습니다.');

🌀 PR Type

어떤 변경 사항이 있나요?

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

✅ Checklist

PR Checklist

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

  • Branch Convention 확인

    feat/ 피쳐, fix/ 버그 수정, refactor/ 개선

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

Test Checklist

  • 로컬 작동 확인

Additional Notes

  • (없음)

@LMS10 LMS10 added Priority: Medium 🔖 우선순위 보통 Type: Feature ✨ 신규 기능 labels Feb 15, 2025
@LMS10 LMS10 requested a review from qpalkim February 15, 2025 06:42
@LMS10 LMS10 self-assigned this Feb 15, 2025
@vercel
Copy link

vercel bot commented Feb 15, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
wine ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 15, 2025 6:42am

@LMS10 LMS10 merged commit d7f110f into main Feb 15, 2025
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 : [공통 컴포넌트] 토스트 컴포넌트 작업

3 participants