debouncing results and sort of getting results back

This commit is contained in:
talksik
2022-04-02 14:57:19 -04:00
parent c512811a09
commit e076edd588
7 changed files with 115 additions and 51 deletions
@@ -3,7 +3,7 @@ import { User } from "@nirvana/core/models";
/**
* Full results from the global search
*/
export default class SearchResponse {
export default class UserSearchResponse {
// all friends/contacts matching search
contacts?: User[];