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:
Nicolas Mowen
2024-09-19 10:01:57 -06:00
committed by GitHub
parent 7c63cb5bca
commit 27e71eb142
7 changed files with 77 additions and 142 deletions

View File

@@ -29,6 +29,7 @@ export type SearchResult = {
};
export type SearchFilter = {
query?: string;
cameras?: string[];
labels?: string[];
subLabels?: string[];