-
Notifications
You must be signed in to change notification settings - Fork 9
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
refactor(fe): admin problem create page refactoring #2100
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
진짜 가독성 최고입니다... 👍👍👍 |
The preview deployment is ready. 🟢 Open Preview | Open Build Logs Last updated at: 2024-09-19 14:44:06 CET |
problem/create 안의 컴포넌트 폴더 이름을 수정해주세요 |
동감합니다.. 👍👍👍 |
수정했습니다! |
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.
LGTM🐱
* feat(fe): add create problem alert dialog component * feat(fe): add create problem form component * feat(fe): add confirm navigation component * chore(fe): add use client directive * refactor(fe): refactor admin problem create page * chore: use not operator * chore: trigger github action * chore(fe): use private folder
Description
주요 변경사항
CreateProblemAlertDialog
: graphql mutation 요청CreateProblemForm
: 폼 유효성 검사 - 실패 시 caution dialog 열기, 성공 시 create problem alert dialog 열기ConfirmNavigation
컴포넌트 추가shouldSkipWarning
값을 하위 컴포넌트에서 수정해야 하는 케이스가 존재해서 Context API를 이용해 컴포넌트 버전을 추가했습니다. 다른 좋은 해결 방법 있다면 언제든 환영입니다~마이너 변경사항
use client
지시자 추가 (page.tsx
에use client
지시자 없애서 추가했습니다)closes TAS-920
Additional context
Before submitting the PR, please make sure you do the following
fixes #123
).