Package-level declarations

Functions

Link copied to clipboard
fun FormPageContent(modifier: Modifier = Modifier, isPageVisible: Boolean = false)

Renders the FormPageContent UI for the SDAI presentation layer.

Link copied to clipboard

Renders the LocalDiffusionPageContent UI for the SDAI presentation layer.

Link copied to clipboard
fun LookAndFeelPageContent(modifier: Modifier = Modifier, darkThemeToken: DarkThemeToken, appVersion: String, isPageVisible: Boolean = false)

Renders the LookAndFeelPageContent UI for the SDAI presentation layer.

Link copied to clipboard
private fun PlatformCard(title: String, icon: @Composable () -> Unit, modifier: Modifier = Modifier)

Renders the PlatformCard UI for the SDAI presentation layer.

Link copied to clipboard
private fun PreviewStep(label: String, active: Boolean, icon: @Composable () -> Unit, modifier: Modifier = Modifier)

Renders the PreviewStep UI for the SDAI presentation layer.

Link copied to clipboard

Executes the previewSubtitle step in the SDAI presentation layer.

Link copied to clipboard

Executes the previewTitle step in the SDAI presentation layer.

Link copied to clipboard
fun ProviderPageContent(modifier: Modifier = Modifier, isPageVisible: Boolean = false)

Renders the ProviderPageContent UI for the SDAI presentation layer.

Link copied to clipboard
private fun ProviderPreviewItem(source: ServerSource, strings: ServerSetupStrings, selected: Boolean, modifier: Modifier = Modifier)

Renders the ProviderPreviewItem UI for the SDAI presentation layer.

Link copied to clipboard
private fun ProviderPreviewScreen(strings: ServerSetupStrings, sources: List<ServerSource>, selectedSource: ServerSource, modifier: Modifier = Modifier)

Renders the ProviderPreviewScreen UI for the SDAI presentation layer.

Link copied to clipboard
private fun ProviderPreviewStepBar(strings: ServerSetupStrings, modifier: Modifier = Modifier)

Renders the ProviderPreviewStepBar UI for the SDAI presentation layer.

Link copied to clipboard
fun UniversalPageContent(modifier: Modifier = Modifier)

Renders the UniversalPageContent UI for the SDAI presentation layer.