Filter Groups
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
Parameters
show
Whether the dialog is shown
is All Projects Filtering
Whether is filtering the complete groups list
view Model
The support viewmodel for the screen
extra Filters
Additive filters to use
filter Name Required
Whether the filter for the name is required
on Dismiss Action
The action to execute when the dialog is dismissed