Package-level declarations

Properties

Link copied to clipboard
lateinit var imageLoader: ImageLoader

imageLoader the image loader used by coil library to load the image and by-passing the https self-signed certificates

Link copied to clipboard

titleStyle the style to apply to the title of the EquinoxAlertDialog

Functions

Link copied to clipboard

Alert to warn about the account deletion

Link copied to clipboard

Alert to warn about the logout action

Link copied to clipboard
fun MeasurementTitle(modifier: Modifier = Modifier, type: MeasurementType, endContent: @Composable ColumnScope.() -> Unit? = null)

Component used to display the related title and representative icon based on the type

Link copied to clipboard
fun ProfilePic(modifier: Modifier = Modifier, profilePic: String = localUser.profilePic, size: Dp, borderWidth: Dp = 1.dp, onClick: () -> Unit)

Custom AsyncImage used to display the profile pic of the com.tecknobit.gluky.localUser or the member of a team

Link copied to clipboard
fun RetryButton(retryAction: () -> Unit)

Custom TextButton used to invoke the retryAction

Link copied to clipboard
fun SaveButton(modifier: Modifier = Modifier, save: () -> Unit)

Custom Button used to save an item

Link copied to clipboard
fun SectionTitle(modifier: Modifier = Modifier, title: StringResource, style: TextStyle = AppTypography.titleMedium, fontWeight: FontWeight? = FontWeight.Bold, color: Color = Color.Unspecified)

Title of a section component

Link copied to clipboard
fun ToggleButton(expanded: MutableState<Boolean>, contentDescription: StringResource)

Custom IconButton used to toggle a layout section