Package-level declarations
Functions
Link copied to clipboard
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
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
Link copied to clipboard
Renders the UniversalPageContent UI for the SDAI presentation layer.