-
Notifications
You must be signed in to change notification settings - Fork 200
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
Extract the timetable item UI component as TimeTableItemCard and move it to the core:ui module #234
Conversation
Detekt check failed. Please run |
fun TimeTableItemCard( | ||
isBookmarked: Boolean, | ||
timetableItem: TimetableItem, | ||
tags: @Composable RowScope.() -> Unit, |
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.
Looks great.
import androidx.compose.ui.unit.dp | ||
|
||
@Composable | ||
fun TimeTableItemTag( |
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.
Thanks. It's a very minor point, but 'TimeTable' should be 'Timetable' for consistency.
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.
I had mistakenly named files and functions related to the timetable detail screen as TimeTable
, so I have corrected them to Timetable
🙇
39cfb84
Looks great. |
I used other modules as a reference and added the module name as a prefix. |
I might make mistake. I'll take a look at it. Thanks! |
close #215
Overview (Required)
Links
Screenshot (Optional if screenshot test is present or unrelated to UI)
Movie (Optional)