//MetaPhrase/com.github.diegoberaldin.metaphrase.feature.translate.messages.ui
Package-level declarations
Functions
Name | Summary |
---|---|
MessageListContent | [jvm] @Composable fun MessageListContent(component: MessageListComponent, modifier: Modifier = Modifier) Message list UI content. |
TranslateEditableField | [jvm] @Composable fun TranslateEditableField(unit: TranslationUnit, focusRequester: FocusRequester = remember { FocusRequester() }, active: Boolean = false, updateTextSwitch: Boolean = false, enabled: Boolean = true, spellingErrors: List<SpellCheckCorrection> = emptyList(), onStartEditing: () -> Unit = {}, onTextChanged: (String) -> Unit = {}, onAddToGlossary: (String) -> Unit = {}, onIgnoreWord: (String) -> Unit = {}) Translation editable field. |