[Feature/#3] : 캘린더 optionId, 시간 조회 duration 필드 추가#4
Merged
gaeulzzang merged 4 commits intodevelopfrom Apr 10, 2025
Merged
Conversation
youjin09222
approved these changes
Apr 10, 2025
Contributor
youjin09222
left a comment
There was a problem hiding this comment.
고생이 많타..🥺 이제 곧 자유야....
Comment on lines
+22
to
+23
| @SerialName("appointmentId") val appointmentId: Long, | ||
| @SerialName("optionId") val optionId: Long, |
Comment on lines
+168
to
+186
| snackbarHost = { | ||
| AnimatedVisibility( | ||
| visible = snackBarVisible.value, | ||
| enter = slideInVertically(initialOffsetY = { it }), | ||
| exit = slideOutVertically(targetOffsetY = { it }) | ||
| ) { | ||
| SnackbarHost( | ||
| modifier = Modifier.padding(bottom = dimensionResource(id = R.dimen.bottom_padding_snack_bar_non_exist_code)), | ||
| hostState = snackBarHostState, | ||
| snackbar = { snackBarData -> | ||
| NoostakSnackBar( | ||
| message = snackBarData.visuals.message, | ||
| textStyle = NoostakTheme.typography.c3SemiBold, | ||
| textColor = NoostakTheme.colors.red01, | ||
| backgroundColor = NoostakTheme.colors.pink | ||
| ) | ||
| } | ||
| ) | ||
| } |
Contributor
|
고생해써 가을아 |
twogarlic
approved these changes
Apr 10, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
✅ 𝗖𝗵𝗲𝗰𝗸-𝗟𝗶𝘀𝘁
📌 𝗜𝘀𝘀𝘂𝗲𝘀
📎 𝗪𝗼𝗿𝗸 𝗗𝗲𝘀𝗰𝗿𝗶𝗽𝘁𝗶𝗼𝗻
📷 𝗦𝗰𝗿𝗲𝗲𝗻𝘀𝗵𝗼𝘁
Screen_recording_20250410_202644.mp4
💬 𝗧𝗼 𝗥𝗲𝘃𝗶𝗲𝘄𝗲𝗿𝘀
언지 바텀시트랑 연결되는거 확인했어요~
아니 어떤 이모지는 바텀시트 앱바에서 잘 보이고 어떤 이모지는깨져서 보이는데 이거 어떻게 해결해요..??
영상에 나온 '서울재즈페스티벌' 약속 같은 경우 피아노 이모지가 깨져요ㅠㅠ@Eonji-sw
사용자가 입력한 시간이 소요시간보다 적을 경우 보이는 플로우 나오면 브랜치 새로 파서 적용하겠습니다