feat: Better invite search bar
This commit is contained in:
parent
acd827dfaa
commit
67feba2d1d
4 changed files with 17 additions and 31 deletions
|
|
@ -146,6 +146,7 @@ class _DiscoverPageState extends State<DiscoverPage> {
|
|||
elevation: _scrolledToTop ? 0 : null,
|
||||
title: DefaultAppBarSearchField(
|
||||
onChanged: (text) => _search(context, text),
|
||||
hintText: L10n.of(context).searchForAChat,
|
||||
suffix: IconButton(
|
||||
icon: Icon(Icons.edit_outlined),
|
||||
onPressed: () => _setServer(context),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue