Package-level declarations

Functions

Link copied to clipboard
fun FilterGroups(    show: MutableState<Boolean>,     isAllProjectsFiltering: Boolean,     viewModel: GroupsScreenViewModel,     extraFilters: @Composable () -> Unit? = null,     filterNameRequired: Boolean = true,     onDismissAction: () -> Unit? = null)

Dialog layout to allow the user to filter a groups list

Link copied to clipboard
fun GroupCard(modifier: Modifier, viewModel: GroupsScreenViewModel, group: Group)

Card to display a group where the com.tecknobit.pandoro.localUser is a member

Link copied to clipboard

Custom layout used to display the current groups of the com.tecknobit.pandoro.localUser

Link copied to clipboard

Card to display a group owned by the com.tecknobit.pandoro.localUser