* Add reindex progress to mobile bottom bar status alert

* move menu to new component

* actions component in search footer thumbnail

* context menu for explore summary thumbnail images

* readd top_score to search query for old events
This commit is contained in:
Josh Hawkins
2024-10-22 09:01:01 -05:00
committed by GitHub
parent 40c6fda19d
commit 828fdbfd2d
6 changed files with 346 additions and 232 deletions

View File

@@ -394,6 +394,7 @@ def events_search(request: Request, params: EventsSearchQueryParams = Depends())
Event.end_time,
Event.has_clip,
Event.has_snapshot,
Event.top_score,
Event.data,
Event.plus_id,
ReviewSegment.thumb_path,