-
Notifications
You must be signed in to change notification settings - Fork 9
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
[Feature/#1049] Schedule 화면에 api를 연결합니다. #1050
Conversation
|
item { | ||
VerticalDividerWithCircle(Color.Unspecified) | ||
VerticalDividerWithCircle( | ||
circleColor = Color.Unspecified, | ||
height = 200.dp | ||
) | ||
} |
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.
이걸 추가한 이유가 있을까요?
type: String, | ||
isRecentSchedule: Boolean = false, | ||
) { | ||
val (event, containerColor, textColor) = remember { | ||
when (type) { | ||
"SEMINAR" -> Triple("세미나", Orange400.copy(alpha = 0.2f), Orange400) | ||
else -> Triple("행사", Blue400.copy(alpha = 0.2f), Blue400) |
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.
"SEMINAR"와 같은 것들 강타입으로 강제할 수 있을까요
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.
오케이!
closed #1049
What is this issue?
Reference
scheduleWithApi.mp4