mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-03-20 15:18:21 +03:00
|
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
* 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 |
||
|---|---|---|
| .. | ||
| chip | ||
| detail | ||
| dialog | ||
| ActionsDropdown.tsx | ||
| CameraInfoDialog.tsx | ||
| ClassificationSelectionDialog.tsx | ||
| CreateRoleDialog.tsx | ||
| CreateTriggerDialog.tsx | ||
| CreateUserDialog.tsx | ||
| CustomTimeSelector.tsx | ||
| DebugDrawingLayer.tsx | ||
| DebugReplayDialog.tsx | ||
| DeleteRoleDialog.tsx | ||
| DeleteTriggerDialog.tsx | ||
| DeleteUserDialog.tsx | ||
| EditRoleCamerasDialog.tsx | ||
| ExportDialog.tsx | ||
| FaceSelectionDialog.tsx | ||
| GPUInfoDialog.tsx | ||
| ImagePicker.tsx | ||
| ImageShadowOverlay.tsx | ||
| LogInfoDialog.tsx | ||
| MobileCameraDrawer.tsx | ||
| MobileReviewSettingsDrawer.tsx | ||
| MobileTimelineDrawer.tsx | ||
| ObjectTrackOverlay.tsx | ||
| PtzControlPanel.tsx | ||
| ReviewActivityCalendar.tsx | ||
| RoleChangeDialog.tsx | ||
| SaveExportOverlay.tsx | ||
| SetPasswordDialog.tsx | ||