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

[FEATURE] 공홈 어드민 공통 페이지 퍼블리싱 #123

Open
wants to merge 51 commits into
base: dev
Choose a base branch
from

Conversation

eonseok-jeon
Copy link
Member

@eonseok-jeon eonseok-jeon commented Oct 16, 2024

✨ 구현 기능 명세

  • react-hook-form 도입
  • mds color, icon, ui 도입
  • input type="color" 구현
스크린샷 2024-10-23 오후 5 46 01

✅ PR Point

zod는 이후 로직 붙일 때 도입 할게여 :)

mds Radio, TextField, TextField - error message, colors, icon으로 다 변환했어요!
코드리뷰도 다 반영했습니다!

변경사항이 많아 리뷰 하기 힘들게 되었는데 죄송해여ㅜ
다음부턴 주의하면서 하겠습니다,,

@eonseok-jeon eonseok-jeon changed the title [FEATURE] 공홈 어드민 공통 페이지 퍼블리싱 - 3 [FEATURE] 공홈 어드민 공통 페이지 퍼블리싱 Oct 23, 2024
@eonseok-jeon eonseok-jeon changed the base branch from feature-org-admin-common-2 to dev October 23, 2024 08:29
@eonseok-jeon eonseok-jeon changed the base branch from dev to feature-org-admin-sidebar October 23, 2024 08:37
@eonseok-jeon eonseok-jeon changed the base branch from feature-org-admin-sidebar to dev October 23, 2024 08:41
@eonseok-jeon eonseok-jeon changed the title [FEATURE] 공홈 어드민 공통 페이지 퍼블리싱 [FEATURE] 공홈 어드민 공통 페이지 퍼블리싱 (찐) Oct 23, 2024
@eonseok-jeon eonseok-jeon linked an issue Oct 23, 2024 that may be closed by this pull request
@Brokyeom
Copy link
Member

요거 나머지 1번 2번 PR이랑 차이점이 있을까요?

@eonseok-jeon
Copy link
Member Author

eonseok-jeon commented Oct 23, 2024

@Brokyeom

요거 나머지 1번 2번 PR이랑 차이점이 있을까요?

없습니다! 코리 반영하였고, 1,2,3 통합 해달라 하셔서 통합했어여~
1, 2는 close 할 예정입니다!

@eonseok-jeon eonseok-jeon changed the title [FEATURE] 공홈 어드민 공통 페이지 퍼블리싱 (찐) [FEATURE] 공홈 어드민 공통 페이지 퍼블리싱 Oct 24, 2024
Copy link
Member

@lydiacho lydiacho left a 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"
Copy link
Member

Choose a reason for hiding this comment

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

이거 픽마 보니까 # 이 없더라구요! #을 넣어야 하는지 말아야할지 헷갈려서 디자인처럼 아예 빼주는게 조을것같아요

그리고 maxLength 6으로 제한해줘도 좋을거같아여!

Copy link
Member Author

@eonseok-jeon eonseok-jeon Nov 6, 2024

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 (투명도) 까지 고려해줬어요

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.

[FEATURE] 공홈 어드민 공통 페이지 퍼블리싱
3 participants