🐛 Fixes bugs and optimization

 Add app links
This commit is contained in:
2025-10-01 12:41:48 +08:00
parent 28db6f9f01
commit 2bfd13d843
10 changed files with 94 additions and 13 deletions

View File

@@ -275,6 +275,7 @@ class ChatInput extends HookConsumerWidget {
),
),
Row(
crossAxisAlignment: CrossAxisAlignment.start,
children: [
Row(
mainAxisSize: MainAxisSize.min,
@@ -353,6 +354,7 @@ class ChatInput extends HookConsumerWidget {
controller: messageController,
keyboardType: TextInputType.multiline,
decoration: InputDecoration(
hintMaxLines: 1,
hintText:
(chatRoom.type == 1 && chatRoom.name == null)
? 'chatDirectMessageHint'.tr(
@@ -367,7 +369,7 @@ class ChatInput extends HookConsumerWidget {
isDense: true,
contentPadding: const EdgeInsets.symmetric(
horizontal: 12,
vertical: 4,
vertical: 12,
),
counterText:
messageController.text.length > 1024