frigate/web/src
Josh Hawkins e8b9225175
Some checks are pending
CI / AMD64 Build (push) Waiting to run
CI / ARM Build (push) Waiting to run
CI / Jetson Jetpack 6 (push) Waiting to run
CI / AMD64 Extra Build (push) Blocked by required conditions
CI / ARM Extra Build (push) Blocked by required conditions
CI / Synaptics Build (push) Blocked by required conditions
CI / Assemble and push default build (push) Blocked by required conditions
Recordings API and calendar UI performance improvements (#22352)
* optimize recordings/summary endpoint db query

replace strftime with integer arithmetic. increases speed by about 6x, especially noticeable for installs with long retention days

* optimize calendar rendering with Set lookups and remove unnecessary remount key

The old code built Date[] arrays with a TZDate object for every day in recording history (365+ timezone-aware date constructions). react-day-picker then did O(visible × history) date comparisons to match each of the displayed days against these arrays. Now we build Set<string> from the raw keys (zero date construction), and pass matcher functions that do O(1) Set.has() lookups. react-day-picker only calls these for visible days

* clean up
2026-03-09 17:22:01 -06:00
..
api Debug replay (#22212) 2026-03-04 10:07:34 -06:00
components Recordings API and calendar UI performance improvements (#22352) 2026-03-09 17:22:01 -06:00
context Update frontend to React 19 (#22275) 2026-03-05 07:42:38 -07:00
hooks Frontend fixes (#22309) 2026-03-07 06:43:00 -07:00
lib Support using GenAI for embeddings / semantic search (#22323) 2026-03-08 10:55:00 -05:00
pages Support using GenAI for embeddings / semantic search (#22323) 2026-03-08 10:55:00 -05:00
types Skip motion threshold configuration (#22255) 2026-03-05 18:20:03 -06:00
utils Frontend fixes (#22309) 2026-03-07 06:43:00 -07:00
views Add motion previews filter (#22347) 2026-03-09 14:14:13 -06:00
App.tsx Frontend fixes (#22309) 2026-03-07 06:43:00 -07:00
env.ts Fix linter and fix lint issues (#10141) 2024-02-28 16:23:56 -06:00
index.css Improve live streaming (#16447) 2025-02-10 09:42:35 -07:00
login.tsx Fix auth when serving Frigate at a subpath (#12815) 2024-08-09 07:26:26 -06:00
main.tsx feat: add i18n (translation/localization) (#16877) 2025-03-16 10:36:20 -05:00
vite-env.d.ts switch to vite 2022-03-11 07:49:06 -06:00