-
Notifications
You must be signed in to change notification settings - Fork 8
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
[GGFE-216] 관리자 - 컴포넌트, 타입 분리 + tableFormat 업데이트 #965
The head ref may contain hidden characters: "GGFE-216-\uAD00\uB9AC\uC790-\uCEF4\uD3EC\uB10C\uD2B8-css-\uB9AC\uD329\uD1A0\uB9C1"
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.
하나 만들어두니까 좋네요👍 코인 내역 모달도 이걸로 수정해야겠네요
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.
오 한결 보기 편해졌네요 😆👍 수정사항 많았는데 큰 문제는 없어 보입니다! 수고많으셨습니당 👏
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.
빈 태그를 <div key={index}></div>
로 변경하여 해결하였습니다!
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.
앗 빈 태그가 문제였던거면 div 대신 <React.Fragment>
를 쓰는것도 좋을 것 같아요! (https://react.dev/reference/react/Fragment)
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.
Fragment 배워갑니다! 변경했습니다!
📌 개요
💻 작업사항
AdminTableHead
AdminEmptyItem
AdminContent
dateToStringShort
interface 분리
tableFormat의 column명 업데이트
✅ 변경로직