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

[노철] - 마이페이지 디자인 변경 #278

Merged
merged 11 commits into from
Dec 19, 2023
Merged

Conversation

qkdl60
Copy link
Contributor

@qkdl60 qkdl60 commented Dec 18, 2023

📌 이슈 번호

close #266

🚀 구현 내용

  • 마이 페이지 디자인 변경
  • 인증 모달 디자인 변경
  • 리마인드 방식 변경 모달 추가
스크린샷 2023-12-19 012609

올해도-아좌좌-프로필-1-Microsoft_-Edge-2023-12-19-01-26-28

@qkdl60 qkdl60 added the 🚨긴급 긴급한 확인 필요 label Dec 18, 2023
@qkdl60 qkdl60 added this to the V1.1 milestone Dec 18, 2023
@qkdl60 qkdl60 requested review from MinwooP and suehdn December 18, 2023 16:33
@qkdl60 qkdl60 self-assigned this Dec 18, 2023
Copy link
Contributor

@suehdn suehdn left a comment

Choose a reason for hiding this comment

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

고생하셨습니다 노철님! 👍
영상에서만 색상이 약간 다른 것 같네요

ajajaToast.success('닉네임이 변경되었습니다.');
},
onError: () => {
ajajaToast.error('닉네임 변경에 실패했습니다. 다시 시도해주세요.');
Copy link
Contributor

Choose a reason for hiding this comment

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

모바일에서 보여주기엔 좀 긴 문장같습니다. 좀 줄이는게 낫지 않을까요?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

맞아요, 그리고 toast 도 넘쳐서 ㅎㅎ 바꾸겠습니다

},
onError: () => {
ajajaToast.error(
'리마인드 방식 변경에 실패했습니다. 다시 시도해주세요',
Copy link
Contributor

Choose a reason for hiding this comment

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

여기도 문장이 긴 것 같습니다!

@suehdn
Copy link
Contributor

suehdn commented Dec 19, 2023

리마인드 방식 변경할 때 이메일 인증이 되어있지 않다면 이메일 관련 방식은 누르지 못하게 비활성화 하는 게 어떠신가요?
또, 카카오톡이 디폴트 리마인드 방식인데 피그마에서 했던 것 처럼 제일 위에 위치시키는게 어떠신가요?

Comment on lines 85 to 87
<span className="color-origin-primary">
이메일로 리마인드를 받기 위해서는 이메일 인증이 필요합니다.
</span>
Copy link
Contributor

Choose a reason for hiding this comment

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

문장의 줄바꿈이 좀 이상하게 되는 것 같은데
피그마는 글자 크기가 12px인데 현재 16px으로 되어 있어서 그런 것 같네요

Suggested change
<span className="color-origin-primary">
이메일로 리마인드를 받기 위해서는 이메일 인증이 필요합니다.
</span>
<span className={classNames("color-origin-primary","font-size-xs")}>
이메일로 리마인드를 받기 위해서는 이메일 인증이 필요합니다.
</span>

@qkdl60 qkdl60 merged commit 5508521 into dev Dec 19, 2023
@qkdl60 qkdl60 deleted the feat/#266/my-page-design branch December 19, 2023 05:12
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.

[노철] - 마이페이지 디자인 변경
2 participants