fix(mobile): search page issues (#15804)

* fix: don't repeat search

* fix: show snackbar for no result

* fix: do not search on empty filter

* chore: syling
This commit is contained in:
Alex
2025-01-30 21:12:57 -06:00
committed by GitHub
parent 4fccc09fc1
commit 098bab7c9b
7 changed files with 159 additions and 14 deletions
@@ -20,7 +20,7 @@ class PeoplePicker extends HookConsumerWidget {
@override
Widget build(BuildContext context, WidgetRef ref) {
final formFocus = useFocusNode();
final imageSize = 75.0;
final imageSize = 60.0;
final searchQuery = useState('');
final people = ref.watch(getAllPeopleProvider);
final headers = ApiService.getRequestHeaders();