Package-level declarations

Functions

Link copied to clipboard
fun OverviewCard(    modifier: Modifier = Modifier,     pieSize: Dp = 150.dp,     pieStroke: Dp = 35.dp,     title: StringResource,     totalHeader: StringResource = Res.string.total,     actionIcon: ImageVector = ReservedLine,     action: () -> Unit? = null,     overviewStats: OverviewStatsItem)

The card to display the overview data stats

Link copied to clipboard
fun ProjectPerformanceCard(modifier: Modifier = Modifier, project: ProjectPerformanceStats, isTheBest: Boolean)

Card to display the performance of a project

Link copied to clipboard
fun ProjectsStatsSheet(state: SheetState, scope: CoroutineScope, overview: Overview)

The ModalBottomSheet customized to represent the statistics about a project

Link copied to clipboard
fun UpdateOverviewCard(modifier: Modifier = Modifier, overviewStats: OverviewFullStatsItem)

The card to display the overview data stats about an com.tecknobit.pandoro.ui.screens.projects.data.ProjectUpdate

Link copied to clipboard
fun UpdatesStatsSheet(state: SheetState, scope: CoroutineScope, overview: Overview)

The ModalBottomSheet customized to represent the statistics about an update