-
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
[ Feat ] my page - alarm setting 탭 구현 #132
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.
LGTM 수고하셨습니다!
import { editCardStyle, footerStyle } from "../index.css"; | ||
import { contentStyle, formStyle, labelStyle } from "./index.css"; | ||
import useEditForm from "./useEditForm"; |
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.
깔끔하네요 ! 고생하셨습니답
…to feat/#126/mypage-alarm-setting
#️⃣ Related Issue
Closes #126
✅ Done Task
☀️ New-insight
테이블 pr #78 에서 다룬 내용 뿐이라 없습니다.
💎 PR Point
view/user/setting/AlarmSetting/AlarmSettingTable/constant.tsx
)selected state를 두어 토글 버튼을 조작할 수 있게 했습니다. 로컬 스토리지나 api 적용에 따라 코드가 약간 변경될 것 같네요.
값이 바뀌면 업데이트된 배열이 들어와 업데이트 된 값을 사용할 수 있기 때문에 내부에서 p태그를 사용하여 글자 색을 변경합니다. alarm 토글 값이 true면 흰색, 아니면 회색입니다.
📸 Screenshot