Package-level declarations
Properties
Functions
Link copied to clipboard
fun ChangeMemberRole(viewModel: GroupScreenViewModel, show: MutableState<Boolean>, member: GroupMember)
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
The custom progress indicator visible when a new page of items has been requested
Link copied to clipboard
fun NotAllChangeNotesCompleted(viewModel: ProjectScreenViewModel, show: MutableState<Boolean>, update: ProjectUpdate)
Alert to warn about a publishing of an update where not all the change notes has been completed
Link copied to clipboard