Package-level declarations

Functions

Link copied to clipboard
fun DailyNotes(state: SheetState, scope: CoroutineScope, viewModel: MeasurementsScreenViewModel, dailyMeasurements: DailyMeasurements)

Custom ModalBottomSheet used to display the daily notes attached to the dailyMeasurements

Link copied to clipboard
fun FillItemButton(contentDescription: StringResource, fillDialog: @Composable (MutableState<Boolean>) -> Unit)

Custom IconButton used to request to fill an item

Link copied to clipboard
fun GlycemiaLevelBadge(modifier: Modifier = Modifier, glycemia: Int, onClick: () -> Unit? = null)

Custom BadgeText useful to display the level of a glycemic value

Link copied to clipboard
fun Measurements(viewModel: MeasurementsScreenViewModel, horizontalPadding: Dp = 0.dp, dailyMeasurements: DailyMeasurements)

Section of the screen where are displayed the measurement for a specific day

Link copied to clipboard

Empty state displayed when the day is not filled yet