-
Notifications
You must be signed in to change notification settings - Fork 0
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
[FE] fix: 꿀조합 이름, 닉네임 글자수 제한 #625
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.
코멘트 하나만 확인해주세요~~
const MemberModifyInputContainer = styled.div` | ||
position: relative; | ||
`; | ||
|
||
const NicknameStatusText = styled(Text)` | ||
position: absolute; | ||
top: 0; | ||
right: 0; | ||
`; |
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.
flex box 를 쓸 수도 있을 것 같은데 왜 position으로 했나요?
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.
title을 따로 두고 싶었습니다!
container -> div -> h2보다 container -> h2 느낌??
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.
수고하셨슴다
수정한 input 어떻게 보이는지 캡쳐해주실 수 있나요?
닉네임 | ||
</Heading> | ||
<NicknameStatusText color={theme.textColors.info} tabIndex={0}> | ||
{nickname.length} / {MAX_LENGTH} |
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.
옙!
<Heading as="h2" size="xl" tabIndex={0}> | ||
꿀조합 이름 | ||
<RequiredMark aria-label="필수 작성">*</RequiredMark> | ||
</Heading> | ||
<RecipeNameStatusText color={theme.textColors.info} tabIndex={0}> | ||
{recipeName.length} / {MAX_LENGTH} |
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.
옙!
Issue
✨ 구현한 기능
📢 논의하고 싶은 내용
🎸 기타
x
⏰ 일정