Add pagination to search

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2020-09-22 11:45:54 +02:00
parent 4ac7ed7e0e
commit d334f8237f
3 changed files with 77 additions and 29 deletions

View File

@@ -15,3 +15,8 @@ export interface SearchPerson {
total: number;
elements: IPerson[];
}
export enum SearchTabs {
EVENTS = 0,
GROUPS = 1,
}