-
Notifications
You must be signed in to change notification settings - Fork 4
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
[Feat/FE] 010 전문의가 확인하는 환자 차트 작성 페이지(신규 환자 등록)를 구현한다. #21
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
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.
고생하셨습니다!! 🌟
@@ -16,16 +16,17 @@ | |||
"classnames": "^2.3.2", | |||
"dayjs": "^1.11.10", | |||
"js-cookie": "^3.0.5", | |||
"moment": "^2.29.4", |
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.
moment 혹시 어떤 코드에서 쓰고 계신가요...?
지금 커밋에서는 쓰고 있는 코드가 안보여서요!
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.
캘린더 구현할 때 @mui/x-date-pickers 사용하다가 같이 설치했는데 삭제할 때 같이 지우는 걸 잊은 것 같습니다ㅠㅠ 다음 커밋 때 설치 삭제 하겠습니다 !
value={date} | ||
onChange={handleChangeCalendar} | ||
/> | ||
</CalendarModal> |
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="date"/>
로 구현하는걸 생각하고 있었는데 손수 구현해놓으셨네요 ㅋㅋㅋ
진짜 고생하셨습니다...
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.
크흑흑 이거 앞으로도 많이 써먹어야져... 눈물
☑️ Describe your changes
📷 Screenshot
🔗 Issue number and link
#19 #11