FilterProjects
fun FilterProjects(show: MutableState<Boolean>, isAllProjectsFiltering: Boolean, viewModel: ProjectsScreenViewModel)
Dialog layout to allow the user to filter a projects list
Parameters
show
Whether the dialog is shown
isAllProjectsFiltering
Whether is filtering the complete projects list
viewModel
The support viewmodel for the screen