-
Notifications
You must be signed in to change notification settings - Fork 0
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: 고객센터 약관 동의 및 context 추가 #229
Conversation
…into feature/80
-> common/routes/Terms/Email
const [form, setForm] = useState({ email: "", title: "", content: "" }); | ||
const [error, setError] = useState({ email: 0, title: 0, content: 0 }); |
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.
common/hooks/useForm
이라는 이름이 나중에 겹치거나 찾을때 조금 어렵지 않을까 생각이 들어요~
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.
common/hooks/useInquiryForm
이건 괜찮을까요?
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.
좋습니답
Deploying with Cloudflare Pages
|
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.
👍👍
📝 개요
고객센터 약관 동의 부분을 추가하고, 문의 데이터 전역 관리를 위해 context를 추가하였습니다.
helpdesk.mp4
🚀 변경사항
100% -> 100dvh
🔗 관련 이슈
#80 #145 #46
➕ 기타
약관 미동의 시 snackbar 띄우는 걸로 일단 해보았는데 다른 의견 있으시면 말씀해 주세요!
그 외 잘못된 부분이나 개선할 부분이 있으면 코멘트 남겨주세요~