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

[ Feat ] Default 모달, FullBtn 모달 반응형 #490

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

se0jinYoon
Copy link
Contributor

✨ 해당 이슈 번호 ✨

closes #487

todo

  • Default 모달, FullBtn 모달 반응형

📌 내가 알게 된 부분

  • 간단한 반응형 처리라 별 거 없어용

📌 질문할 부분

📌스크린샷(선택)

2024-12-07.9.26.26.mov
2024-12-07.9.26.45.mov
2024-12-07.9.27.50.mov

@se0jinYoon se0jinYoon added ✨ Feature 새로운 기능 추가 (새로운 구현) 서진 labels Dec 7, 2024
@se0jinYoon se0jinYoon self-assigned this Dec 7, 2024
Copy link

vercel bot commented Dec 7, 2024

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

Name Status Preview Comments Updated (UTC)
mile-client ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 7, 2024 0:28am

@github-actions github-actions bot added the size/s size/s label Dec 7, 2024
Copy link
Member

@namdaeun namdaeun left a comment

Choose a reason for hiding this comment

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

LGTM !! 고생하셨습니다아 🚀

@@ -57,15 +58,15 @@ export const DefaultModal = (props: ModalPropType) => {
const getModalImg = () => {
switch (modalImg) {
case 'POST':
return <img src={alertUploadPng} />;
return <ModalImg src={alertUploadPng} />;
Copy link
Member

Choose a reason for hiding this comment

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

P3) 사소한 부분이지만 alt 속성 추가해서 어떤 이미지인지 알려주면 좋을 것 같슴니다 !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ Feature 새로운 기능 추가 (새로운 구현) size/s size/s 서진
Projects
Status: Todo
Development

Successfully merging this pull request may close these issues.

[ feat ] 이미지 공통 모달 반응형 구현
2 participants