-
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
[FIX/#154] 홈 뷰 1차 QA #157
[FIX/#154] 홈 뷰 1차 QA #157
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.
너무 잘하셨습니다~!! 남은 QA도 화이팅
if (state.isPaletteOpen) { | ||
viewModel.updatePaletteOpen(false) | ||
viewModel.updateColorChange(false) | ||
viewModel.updateScrapDialogVisible(false) | ||
viewModel.patchScrap( | ||
scrapId = homeTodayInternModel.scrapId, | ||
colorIndex = selectedColorIndex, |
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.
이 코드를 보니까 생각난건데 LaunchedEffect(state.isPaletteOpen)
과 같은 형식으로 통신을 관리하는 방법도 좋을 것 같네요! 물론 저도 그렇게 관리하진 않았어요ㅎ
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.
굿굿~
⛳️ Work Description
📸 Screenshot
📢 To Reviewers