Package com.keygenqt.viewer.android.features.repos.ui.screens.repos

Functions

Preview
Link copied to clipboard
@Preview(uiMode = 16, device = "id:pixel_4")
@Preview(uiMode = 32, device = "id:pixel_4")
@Composable
private fun Preview()
@Preview(uiMode = 16, device = "id:pixel_4")
@Preview(uiMode = 32, device = "id:pixel_4")
@Composable
private fun Preview()
ReposBody
Link copied to clipboard
@Composable
fun ReposBody(isSortASCListRepo: Boolean = false, models: LazyPagingItems<RepoModel>, navDispatcher: NavigationDispatcher? = null, onActions: (ReposActions) -> Unit = {})

Body for ReposScreen

ReposItem
Link copied to clipboard
@Composable
fun ReposItem(model: RepoModel, onActions: (ReposActions) -> Unit = {})
ReposItemCount
Link copied to clipboard
@Composable
private fun ReposItemCount(modifier: Modifier = Modifier, vectorImage: ImageVector, count: Int? = null)
ReposScreen
Link copied to clipboard
@Composable
fun ReposScreen(viewModel: ReposViewModel, onActions: (ReposActions) -> Unit = {})

Base page fun for initialization