Frigate NVR Updates: UI Standardization and Performance Fixes
Josh Hawkins merged two pull requests focusing on UI consistency improvements and miscellaneous performance fixes. The updates include standardized dialog layouts, chart optimization, and audio processing improvements.
Duration: PT1M41S
Transcript
Good morning, this is your Frigate NVR update for May 30th, 2026.
Josh Hawkins merged two significant pull requests yesterday. The first, "UI tweaks," brings substantial interface standardization to the Frigate web client. This 440-line addition across 88 files removes redundant notification toasters from settings views and introduces new button variants to standardize dialog footer layouts throughout the application. The update also eliminates the unused text-md CSS class and ensures consistent styling for destructive buttons by centralizing the text-white styling in variants rather than individual components.
The second merged PR, "Miscellaneous fixes," addresses several performance and stability issues. Key improvements include stabilizing chart options to prevent ApexCharts from running unnecessary updates on every statistics tick, which should reduce CPU overhead during monitoring. The update also constrains the height of export dialogs for better user experience and fixes a critical issue where the audio maintainer process wasn't properly stopped when deleting cameras. Additionally, face recognition and registration API handlers now run in a dedicated thread pool for improved responsiveness.
Both pull requests received single approvals and represent ongoing efforts to polish the Frigate interface while addressing backend performance concerns.
What's next: These UI standardization changes lay groundwork for more consistent user experience improvements, and the performance fixes should provide better system stability for users managing multiple camera feeds.
That's your Frigate development update. We'll be back tomorrow with more changes from the project.