Skip to content
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

Calendar 컴포즈 구현 #173

Merged
merged 7 commits into from
Sep 18, 2023

Conversation

junhyeongleeee
Copy link
Collaborator

@junhyeongleeee junhyeongleeee commented Jul 26, 2023

PR 내용

  • Custom Calendar 구현

구현 내용

Calendar Migration

Resolve: #171

@junhyeongleeee junhyeongleeee added fix 고친 코드 chore 잡 일 migration Tech Stack 전환 labels Jul 26, 2023
@junhyeongleeee junhyeongleeee self-assigned this Jul 26, 2023
Comment on lines +100 to +104
LaunchedEffect(key1 = reloadList) {
resetFilm(
reloadList.filter { dateModel -> dateModel.videoUrl != null }
)
}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

아마 이거 작동하지 않는 이유가 MutableStateFlowList가 변하는 거 잘 인지 못해서 그런 거 같아
SharedFlow로 바꾸거나 MutableStateList 써보면 인식 잘 될 듯

@TTC1018 TTC1018 merged commit 725e5fd into boostcampwm-2022:develop-compose Sep 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore 잡 일 fix 고친 코드 migration Tech Stack 전환
Projects
Status: ✅Issue Done
Development

Successfully merging this pull request may close these issues.

4 participants