forked from Github/frigate
Improve navigation (#13833)
* Fix infinite loop * Fix review page not opening to historical review items * Use query arg for search and remove unused recording opening * Retain query * Clean up typing
This commit is contained in:
@@ -29,6 +29,7 @@ export type SearchResult = {
|
||||
};
|
||||
|
||||
export type SearchFilter = {
|
||||
query?: string;
|
||||
cameras?: string[];
|
||||
labels?: string[];
|
||||
subLabels?: string[];
|
||||
|
||||
Reference in New Issue
Block a user