refactor: ux

This commit is contained in:
cogwheel0
2025-08-21 16:15:27 +05:30
parent dc166e2347
commit 6dedc1924c
8 changed files with 76 additions and 445 deletions

View File

@@ -280,6 +280,8 @@ class _ModernChatInputState extends ConsumerState<ModernChatInput>
autofocus: false,
maxLines: _isExpanded ? null : 1,
keyboardType: TextInputType.multiline,
textCapitalization:
TextCapitalization.sentences,
textInputAction: TextInputAction.newline,
showCursor: true,
cursorColor: context.conduitTheme.inputText,