-
Notifications
You must be signed in to change notification settings - Fork 1
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
[AUD-112] 코스탭에서 코스명 수정 기능 구현 #64
Conversation
src/components/modal/Modal.css.ts
Outdated
backgroundColor: 'rgba(0, 0, 0, 0.33)' | ||
}) | ||
backgroundColor: 'rgba(0, 0, 0, 0.33)', | ||
}); |
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.
자꾸 이런데서 변경사항이 생기네요 ;;
디자인 수정 완료 이후에 PR 리뷰 진행하겠습니다. |
a352ce6
to
85d96ec
Compare
d8945bc
to
a192600
Compare
@RookieAND |
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.
고생하셨습니다.
📃 변경사항
queryClient.invalidateQueries({queryKey: COURSE_QUERY_KEY.list()});
추가🎇 동작 화면
2024-02-29.2.12.27.mov
++ 닫기 버튼 추가했습니다
💫 기타사항
디자인이 같은 모달들은 중복되는 코드가 많은 것 같습니다. 추후 컴포넌트화를 하면 좋을 것 같아요