Skip to content

[Feat]: AI 추천 실패 모달 구현#95

Merged
jisooooooooooo merged 4 commits intodevelopfrom
feat/#87/aiFailModal
Jul 12, 2025
Merged

[Feat]: AI 추천 실패 모달 구현#95
jisooooooooooo merged 4 commits intodevelopfrom
feat/#87/aiFailModal

Conversation

@jisooooooooooo
Copy link
Copy Markdown
Collaborator

@jisooooooooooo jisooooooooooo commented Jul 11, 2025

💡 Summary

close #87

✅ Tasks

1. AI 추천 실패 모달 구현
2. MandalButton → Button 컴포넌트로 통합

  • 기존 MandalButton 컴포넌트를 공통 Button 컴포넌트로 변경했습니다.

👀 To Reviewer

  • 스토리북 확인 가능 ~
  • 이거 나중에 AI 추천 모달이랑 합칠까 생각 중

📸 Screenshot

image

@jisooooooooooo jisooooooooooo self-assigned this Jul 11, 2025
@jisooooooooooo jisooooooooooo linked an issue Jul 11, 2025 that may be closed by this pull request
1 task
@github-actions
Copy link
Copy Markdown

빌드 결과

빌드 성공 🎉

@github-actions
Copy link
Copy Markdown

🎨 스토리북 배포 완료!

👉 스토리북 미리보기

변경된 컴포넌트의 디자인을 확인해주세요.

Copy link
Copy Markdown
Contributor

@kwonsaebom kwonsaebom left a comment

Choose a reason for hiding this comment

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

수고 많으셨습니다 !! 몇개 리뷰만 확인 부탁드려요 ~ ㅎㅎ

Comment on lines +14 to +16
<button type="button" className={styles.iconWrapper}>
<IcModalDelete className={styles.closeIcon} onClick={onClose} />
</button>
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

p2) 방금 저희 팀 리드한테 배웠는데 아이콘에 바로 onClick 을 넣지 말고 button에 onClick을 넣으면 접근성 면에서 좋을 것 같아요 😛~!!

+) iconWrapper 스타일 속성을 marginLeft: 'auto'으로 바꾸면 될 것 같습니다 ㅎㅎ

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

ㅋㅋㅋㅋㅋ 감사합니다 😉
0f59fc7

Comment on lines +22 to +24
display: 'flex',
justifyContent: 'flex-end',
alignItems: 'center',
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

p3) 아래의 리뷰대로 onClick을 수정하면 여기 속성은 marginLeft: 'auto' 로 수정하면 될 것 같습니다 !

@github-actions
Copy link
Copy Markdown

빌드 결과

빌드 성공 🎉

@github-actions
Copy link
Copy Markdown

🎨 스토리북 배포 완료!

👉 스토리북 미리보기

변경된 컴포넌트의 디자인을 확인해주세요.

Copy link
Copy Markdown
Contributor

@Leeyoonji23 Leeyoonji23 left a comment

Choose a reason for hiding this comment

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

깔꼼스딱스 하나만 확인해주세🐉

<p className={styles.description}>다시 한 번 시도해주세요.</p>
</div>
<div className={styles.buttonWrapper}>
<MandalButton text="다시 시도" />
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

p4) 읭 여기 핸들러가 없는 것 같은데 나중에 추가되는건가용?

@jisooooooooooo jisooooooooooo merged commit c38ddbe into develop Jul 12, 2025
4 checks passed
@jisooooooooooo jisooooooooooo deleted the feat/#87/aiFailModal branch July 24, 2025 06:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature]: AI 추천 실패 모달 구현

3 participants