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)
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)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun ProviderPageContent(modifier: Modifier = Modifier, isPageVisible: Boolean = false)
Link copied to clipboard
private fun ProviderPreviewItem(source: ServerSource, strings: ServerSetupStrings, selected: Boolean, modifier: Modifier = Modifier)
Link copied to clipboard
private fun ProviderPreviewScreen(strings: ServerSetupStrings, sources: List<ServerSource>, selectedSource: ServerSource, modifier: Modifier = Modifier)
Link copied to clipboard
private fun ProviderPreviewStepBar(strings: ServerSetupStrings, modifier: Modifier = Modifier)
Link copied to clipboard
fun UniversalPageContent(modifier: Modifier = Modifier)

Renders the UniversalPageContent UI for the SDAI presentation layer.