blakeblackshear.frigate/web/src
Josh Hawkins 8173cd7776
Add score filter to Explore view (#14397)
* backend score filtering and sorting

* score filter frontend

* use input for score filtering

* use correct score on search thumbnail

* add popover to explain top_score

* revert sublabel score calc

* update filters logic

* fix rounding on score

* wait until default view is loaded

* don't turn button to selected style for similarity searches

* clarify language

* fix alert dialog buttons to use correct destructive variant

* use root level top_score for very old events

* better arrangement of thumbnail footer items on smaller screens
2024-10-17 05:30:52 -06:00
..
api Add embeddings reindex progress to the UI (#14268) 2024-10-10 13:28:43 -06:00
components Add score filter to Explore view (#14397) 2024-10-17 05:30:52 -06:00
context Theme updates (#12373) 2024-07-10 07:04:02 -05:00
hooks Use config attribute map instead of hard coded (#14387) 2024-10-16 07:27:36 -06:00
lib Fix linter and fix lint issues (#10141) 2024-02-28 16:23:56 -06:00
pages Add score filter to Explore view (#14397) 2024-10-17 05:30:52 -06:00
types Add score filter to Explore view (#14397) 2024-10-17 05:30:52 -06:00
utils Use config attribute map instead of hard coded (#14387) 2024-10-16 07:27:36 -06:00
views Add score filter to Explore view (#14397) 2024-10-17 05:30:52 -06:00
App.tsx Explore page optimizations (#13682) 2024-09-11 14:20:41 -05:00
env.ts Fix linter and fix lint issues (#10141) 2024-02-28 16:23:56 -06:00
index.css Clickable logo on desktop sidebar and useMatch for camera group visibility (#12379) 2024-07-10 09:28:05 -06:00
login.tsx Fix auth when serving Frigate at a subpath (#12815) 2024-08-09 07:26:26 -06:00
main.tsx Fix linter and fix lint issues (#10141) 2024-02-28 16:23:56 -06:00
vite-env.d.ts