Package-level declarations
Functions
Link copied to clipboard
fun GenerationBottomToolbar(modifier: Modifier = Modifier, mode: ServerSource, prompt: String, negativePrompt: String, strokeAccentState: Boolean = false, onExtraSelected: (prompt: String, negativePrompt: String, type: ExtraType) -> Unit = { _, _, _ -> }, onEmbeddingsSelected: (prompt: String, negativePrompt: String) -> Unit = { _, _ -> }, content: @Composable () -> Unit)
Renders the GenerationBottomToolbar UI for the SDAI presentation layer.
Link copied to clipboard
private fun GenerationBottomToolbarBottomLayer(modifier: Modifier = Modifier, mode: ServerSource, prompt: String, negativePrompt: String, strokeAccentState: Boolean = false, onExtraSelected: (prompt: String, negativePrompt: String, type: ExtraType) -> Unit = { _, _, _ -> }, onEmbeddingsSelected: (prompt: String, negativePrompt: String) -> Unit = { _, _ -> })
Renders the GenerationBottomToolbarBottomLayer UI for the SDAI presentation layer.
Link copied to clipboard
fun ModalDialogToolbar(modifier: Modifier = Modifier, loading: Boolean = false, text: String, onClose: () -> Unit)
Renders the ModalDialogToolbar UI for the SDAI presentation layer.