-
Notifications
You must be signed in to change notification settings - Fork 2
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
[노철] - 마이페이지 디자인 변경 #278
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
고생하셨습니다 노철님! 👍
영상에서만 색상이 약간 다른 것 같네요
src/app/(header)/my/page.tsx
Outdated
ajajaToast.success('닉네임이 변경되었습니다.'); | ||
}, | ||
onError: () => { | ||
ajajaToast.error('닉네임 변경에 실패했습니다. 다시 시도해주세요.'); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
모바일에서 보여주기엔 좀 긴 문장같습니다. 좀 줄이는게 낫지 않을까요?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
맞아요, 그리고 toast 도 넘쳐서 ㅎㅎ 바꾸겠습니다
src/app/(header)/my/page.tsx
Outdated
}, | ||
onError: () => { | ||
ajajaToast.error( | ||
'리마인드 방식 변경에 실패했습니다. 다시 시도해주세요', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
여기도 문장이 긴 것 같습니다!
리마인드 방식 변경할 때 이메일 인증이 되어있지 않다면 이메일 관련 방식은 누르지 못하게 비활성화 하는 게 어떠신가요? |
<span className="color-origin-primary"> | ||
이메일로 리마인드를 받기 위해서는 이메일 인증이 필요합니다. | ||
</span> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
문장의 줄바꿈이 좀 이상하게 되는 것 같은데
피그마는 글자 크기가 12px인데 현재 16px으로 되어 있어서 그런 것 같네요
<span className="color-origin-primary"> | |
이메일로 리마인드를 받기 위해서는 이메일 인증이 필요합니다. | |
</span> | |
<span className={classNames("color-origin-primary","font-size-xs")}> | |
이메일로 리마인드를 받기 위해서는 이메일 인증이 필요합니다. | |
</span> |
📌 이슈 번호
close #266
🚀 구현 내용