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: 멤버 프로필 등록/수정 mds 적용 #1717

Open
wants to merge 23 commits into
base: main
Choose a base branch
from
Open

Conversation

simeunseo
Copy link
Member

@simeunseo simeunseo commented Jan 4, 2025

🤫 쉿, 나한테만 말해줘요. 이슈넘버

🧐 어떤 것을 변경했어요~?

멤버 수정 폼 mds 적용

🤔 그렇다면, 어떻게 구현했어요~?

  • TextField, TextArea, Select에 대해 모두 mds 컴포넌트로 교체
  • Select의 경우 모바일에서는 BottomSheet로 반응형 처리
  • 자잘한 디자인, 레이아웃 수정

❤️‍🔥 당신이 생각하는 PR포인트, 내겐 매력포인트.

files changed가 많은데, 자잘한 css 수정과 mds Select 적용을 위한 상수 수정 등이 대부분입니다. 이런 부분은 가볍게 봐주시고,
pc/mobile 반응형 UI에 문제가 없는지, 폼 수정 동작이 문제 없이 잘 동작하는지를 위주로 확인해주시면 좋을 것 같습니다!!

코드상에서 가장 영향이 있는 부분은 mds TextField/TextArea/Select 교체 부분일듯합니다. 이 또한 반복적인 코드여서 모두 확인하실 필요는 없어보입니다.
pc/모바일에서 각각 select/bottomsheet로 달라져야하는 부분과, pc에서는 textField인데 mobile에서는 textArea인 경우가 많아서 이는 전부 <Responsive>로 처리했습니다.
이 외 레이아웃 반응형에 대해서는 최대한 media query로 해결했습니다.

📸 스크린샷, 없으면 이것 참,, 섭섭한데요?

image
image
image
image

Copy link

height bot commented Jan 4, 2025

Link Height tasks by mentioning a task ID in the pull request title or commit messages, or description and comments with the keyword link (e.g. "Link T-123").

💡Tip: You can also use "Close T-X" to automatically close a task when the pull request is merged.

Copy link

github-actions bot commented Jan 4, 2025

✨✨ 스토리북으로 확인하기 ✨✨

Copy link

github-actions bot commented Jan 4, 2025

🚀 프리뷰 배포 확인하기 🚀

https://784faee3.sopt-internal-dev.pages.dev

@simeunseo simeunseo marked this pull request as ready for review January 4, 2025 22:26
@github-actions github-actions bot requested a review from seojisoosoo January 4, 2025 22:27
@simeunseo simeunseo force-pushed the feat/#1716 branch 2 times, most recently from 0ebf32e to d9a78c2 Compare January 4, 2025 22:42
@simeunseo simeunseo changed the title Feat/#1716 feat: 멤버 프로필 등록/수정 mds 적용 Jan 6, 2025
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.

feat: 멤버 프로필 수정 mds 적용
1 participant