Package-level declarations

Functions

Link copied to clipboard
fun FilterProjects(show: MutableState<Boolean>, isAllProjectsFiltering: Boolean, viewModel: ProjectsScreenViewModel)

Dialog layout to allow the user to filter a projects list

Link copied to clipboard

Custom Card to display a project currently com.tecknobit.pandorocore.enums.UpdateStatus.IN_DEVELOPMENT

Link copied to clipboard
fun ProjectCard(viewModel: ProjectsScreenViewModel, modifier: Modifier, project: Project)

Custom Card to display a project item

Link copied to clipboard
fun UpdateProgressesIndicator(modifier: Modifier = Modifier, update: ProjectUpdate, onUpdateCompleted: () -> Unit = {})

Indicator used to monitoring the status of the update in terms of tasks completed on the total amount to complete