TF-248 Add search form input inside ThreadView

This commit is contained in:
dab246
2022-02-08 18:43:50 +07:00
committed by Dat H. Pham
parent 4a49ce8150
commit c0f0b5875b
6 changed files with 101 additions and 1 deletions
@@ -464,5 +464,11 @@ class AppLocalizations {
return Intl.message('Edit',
name: 'edit');
}
String get hint_search_emails {
return Intl.message(
'Search for emails and files',
name: 'hint_search_emails');
}
}