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

[FE] refactor: alert를 toast로 변경 #789

Merged
merged 1 commit into from
Oct 18, 2023
Merged

[FE] refactor: alert를 toast로 변경 #789

merged 1 commit into from
Oct 18, 2023

Conversation

hae-on
Copy link
Collaborator

@hae-on hae-on commented Oct 18, 2023

Issue

✨ 구현한 기능

alert를 toast로 변경하였습니다.

📢 논의하고 싶은 내용

x

🎸 기타

x

⏰ 일정

  • 추정 시간 : 1시간
  • 걸린 시간 : 5분

@github-actions
Copy link

Test Results

2 tests   2 ✔️  0s ⏱️
1 suites  0 💤
1 files    0

Results for commit f29f401.

Copy link
Collaborator

@Leejin-Yang Leejin-Yang left a comment

Choose a reason for hiding this comment

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

해온 역시 단어 대치 고수네요!

@@ -24,9 +27,10 @@ const RecipeFavorite = ({ recipeId, favorite, favoriteCount }: RecipeFavoritePro
onSuccess: () => {
setIsFavorite((prev) => !prev);
setCurrentFavoriteCount((prev) => (isFavorite ? prev - 1 : prev + 1));
toast.success('🍯 꿀조합이 등록 됐어요');
Copy link
Collaborator

Choose a reason for hiding this comment

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

등록 토스트 좋네요

Copy link
Collaborator

@xodms0309 xodms0309 left a comment

Choose a reason for hiding this comment

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

귯!!

@hae-on hae-on merged commit ef2ee73 into develop Oct 18, 2023
3 checks passed
@hae-on hae-on deleted the feat/issue-785 branch October 18, 2023 11:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FE] alert를 토스트로 대체
3 participants