-
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
[FEATURE] 공홈 어드민 공통 페이지 퍼블리싱 #123
base: dev
Are you sure you want to change the base?
Conversation
1. org admin global type 생성 2. title 및 nav 생성
a21875c
to
d264df4
Compare
요거 나머지 1번 2번 PR이랑 차이점이 있을까요? |
없습니다! 코리 반영하였고, 1,2,3 통합 해달라 하셔서 통합했어여~ |
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.
아ㅏㅏㅏ아ㅏ 리뷰 늦어서 죄송합니다 ㅠㅠ 분명히 리뷰한 기억이 있는데 지금 확인해보니 없네요 흑흑
지난 작업들에 react-hook-form 붙이고 + 기능 구현 (ex- 에러나는 조건) 등은 안되어있는 상태인 것 같아서 가볍게 뷰 문제 없는 것만 확인했습니다!
추후 기능 고도화하면서 기능같은거 꼼꼼하게 체크하면 될 것 같아요
고생하셨습니다 🚀 🚀 🚀 🚀
})} | ||
id={id} | ||
type="text" | ||
placeholder="ex. #ffffff" |
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.
이거 픽마 보니까 # 이 없더라구요! #을 넣어야 하는지 말아야할지 헷갈려서 디자인처럼 아예 빼주는게 조을것같아요
그리고 maxLength 6으로 제한해줘도 좋을거같아여!
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 type color의 value는 앞에 #를 자동으로 포함시키는데 그러면 해당 value를 ui에 렌더링 할 때 #를 빼주는 과정을 추가해줘야 해요
근데 이걸 다시 공홈에 적용할 때는 #를 추가해줘야 하는데 불필요한 과정인 거 같다는 생각이 들어요
그래서 그냥 #을 처음부터 냅두는 방식이 더 편할 거 같아요!
피그마 역시도 원래는 #ffffff로 나왔었는데 나중에 빠진 거 같네요
다시 추가해 달라고 부탁해보겠습니다
max length는 9로 설정했어요
# + 6 + 2 (투명도)
까지 고려해줬어요
✨ 구현 기능 명세
✅ PR Point
zod는 이후 로직 붙일 때 도입 할게여 :)
mds Radio, TextField, TextField - error message, colors, icon으로 다 변환했어요!
코드리뷰도 다 반영했습니다!
변경사항이 많아 리뷰 하기 힘들게 되었는데 죄송해여ㅜ
다음부턴 주의하면서 하겠습니다,,