Package-level declarations

Properties

Link copied to clipboard

titleStyle -> the style to apply to the title of the EquinoxAlertDialog

Functions

Link copied to clipboard

Alert to change the member role

Link copied to clipboard

Alert to warn about the account deletion

Link copied to clipboard
fun DeleteGroup(viewModel: <Error class: unknown class>, group: Group, show: MutableState<Boolean>, onDelete: () -> Unit)

Alert to warn about the group deletion

Link copied to clipboard
fun DeleteNote(viewModel: <Error class: unknown class>, update: ProjectUpdate? = null, note: Note, show: MutableState<Boolean>, onDelete: () -> Unit)

Alert to warn about the note deletion

Link copied to clipboard
fun DeleteProject(viewModel: <Error class: unknown class>, project: Project, show: MutableState<Boolean>, deleteRequest: (Project) -> Unit)

Alert to warn about the project deletion

Link copied to clipboard
fun DeleteUpdate(viewModel: ProjectScreenViewModel, update: ProjectUpdate, show: MutableState<Boolean>, onDelete: () -> Unit)

Alert to warn about the update deletion

Link copied to clipboard

The custom progress indicator visible when the first page of the items requested has been loading

Link copied to clipboard

Alert to warn about the leaving group action

Link copied to clipboard

Alert to warn about the logout action

Link copied to clipboard

The custom progress indicator visible when a new page of items has been requested

Link copied to clipboard
fun NewPageProgressIndicator(modifier: Modifier = Modifier)

The custom progress indicator visible when a new page of items has been requested

Link copied to clipboard

Alert to warn about a publishing of an update where not all the change notes has been completed

Link copied to clipboard
fun Thumbnail(modifier: Modifier = Modifier, size: Dp = 35.dp, shape: Shape = CircleShape, thumbnailData: String?, contentDescription: String, onClick: () -> Unit? = null)

Used to display the profiles pictures, project icons, group logos or members profile pictures