feat: Improved UX design for new chat page

This commit is contained in:
krille-chan 2023-11-19 12:49:15 +01:00
commit f58b9b814a
No known key found for this signature in database
5 changed files with 261 additions and 119 deletions

View file

@ -54,7 +54,7 @@ class ChatListHeader extends StatelessWidget implements PreferredSizeWidget {
borderSide: BorderSide.none,
borderRadius: BorderRadius.circular(99),
),
hintText: L10n.of(context)!.search,
hintText: L10n.of(context)!.searchChatsRooms,
floatingLabelBehavior: FloatingLabelBehavior.never,
prefixIcon: controller.isSearchMode
? IconButton(