Package-level declarations

Functions

Link copied to clipboard
fun GroupActions(viewModel: GroupManagerViewModel, projectsOnDismissAction: () -> Unit? = null, userCanAddProjects: Boolean = true, membersOnDismissAction: () -> Unit? = null, userCanAddMembers: Boolean = true)

The actions can be executed on a group such add members or share projects

Link copied to clipboard
fun GroupExpandedList(state: SheetState, scope: CoroutineScope, project: Project? = null, groups: List<Group>)

Allow to display a groups list

Link copied to clipboard
fun GroupLogos(modifier: Modifier = Modifier, project: Project)

The logos of the groups where the project is shared

fun GroupLogos(modifier: Modifier = Modifier, groups: List<Group>, onClick: () -> Unit)

The logos list of the groups

Link copied to clipboard
fun GroupMembers(modifier: Modifier = Modifier, viewModel: GroupManagerViewModel)

The members list of the group

Link copied to clipboard
fun GroupsProjectCandidate(state: SheetState, scope: CoroutineScope, groups: List<Group>, trailingContent: @Composable (Group) -> Unit)

Candidates groups where a project can be shared

Link copied to clipboard

The table to display and manage the members of the group