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

[Setting] 캘린더 컴포넌트 구현 #33

Merged
merged 3 commits into from
Feb 2, 2024
Merged

[Setting] 캘린더 컴포넌트 구현 #33

merged 3 commits into from
Feb 2, 2024

Conversation

jinuemong
Copy link
Collaborator

설명

  • 캘린더 넣어서 사용할 수 있도록 컴포넌트 구현하였습니다.

참고

스크린샷 2024-02-01 오전 2 08 51

체크리스트

  • : 빌드 테스트를 진행하셨나요?
  • : 실제 기기에서 테스트를 진행하셨나요?

onDaySelect: (Int) -> Unit,
itemContent: @Composable (dayItem: CalendarDay) -> Unit = { }
) {
val dayItems = remember { mutableStateListOf<CalendarDay>() }
Copy link
Collaborator

Choose a reason for hiding this comment

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

이거 왜 state 인가요?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

이거 year, month 값 변경 시 CalendarComponent 내부에서 캘린더 새로 생성하여 저장하게 했습니다.
방법이 잘못되었을까요??

@jinuemong jinuemong merged commit df83197 into main Feb 2, 2024
1 check passed
@jinuemong jinuemong deleted the setting-#32 branch February 2, 2024 11:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants