Package-level declarations

Properties

Link copied to clipboard

titleStyle the style to apply to the title of the EquinoxAlertDialog

Functions

Link copied to clipboard

Alert to warn about the account deletion

Link copied to clipboard
fun DeleteApplication(show: MutableState<Boolean>, application: AmetistaApplication, viewModel: ApplicationViewModel, onDelete: () -> Unit)

The EquinoxAlertDialog to warn the user about the application deletion

Link copied to clipboard

The custom progress indicator visible when the first page of the items requested has been loading

Link copied to clipboard
fun Platform.icon(): ImageVector

Method to get the related icon based on the Platform value

Link copied to clipboard

Alert to warn about the logout action

Link copied to clipboard

Back navigation button

Link copied to clipboard

The custom progress indicator visible when a new page of items has been requested

Link copied to clipboard
fun Platform.noIssues(): DrawableResource

Method used to get the empty state resource to display when there aren't no issues to display

Link copied to clipboard
fun PlatformsCustomGrid(viewModel: ApplicationScreenViewModel, applicationPlatforms: Set<Platform>)

Custom grid to display the platforms attached to an application

Link copied to clipboard
fun Platform.Theme(content: @Composable () -> Unit)

Method to get the related theme based on the Platform value