Explore snapshot and clip filter (#14439)

* backend

* add ToggleButton component

* boolean type

* frontend

* allow setting filter in input

* better padding on dual slider

* use shadcn toggle group instead of custom component
This commit is contained in:
Josh Hawkins
2024-10-18 16:16:43 -05:00
committed by GitHub
parent b56f4c4558
commit 3c591ad8a9
7 changed files with 194 additions and 3 deletions

View File

@@ -59,6 +59,8 @@ export type SearchFilter = {
after?: number;
min_score?: number;
max_score?: number;
has_snapshot?: number;
has_clip?: number;
time_range?: string;
search_type?: SearchSource[];
event_id?: string;