frigate/web/src/views
Claude 710dec00fe
fix: use callback ref to measure container width after skeleton unmounts
useLayoutEffect with [] deps only ran on the initial render when
gridContainerRef was null (grid div was hidden behind skeleton).
After skeleton disappeared the div mounted but useLayoutEffect never
re-ran, leaving containerWidth=0 and Responsive invisible (blank screen).

A callback ref fires every time the element mounts, so containerWidth
is always set immediately when the grid div first appears.
2026-03-16 04:12:48 +00:00
..
button Implement debug live view as part of live (#20270) 2025-09-29 18:45:55 -05:00
classification Fix i18n keys (#21814) 2026-01-28 13:55:38 -07:00
events Revert "Claude/fix video stretch history ans qf" 2026-03-15 13:37:31 +11:00
explore Miscellaneous fixes (0.17 beta) (#21431) 2025-12-26 08:45:03 -06:00
live fix: use callback ref to measure container width after skeleton unmounts 2026-03-16 04:12:48 +00:00
motion-search Frontend fixes (#22294) 2026-03-06 13:41:15 -07:00
recording revert Update RecordingView.tsx 2026-03-15 14:31:11 +11:00
search Update frontend to React 19 (#22275) 2026-03-05 07:42:38 -07:00
settings UI tweaks (#22405) 2026-03-12 16:57:42 -06:00
system Merge branch 'blakeblackshear:dev' into dev 2026-03-15 13:55:05 +11:00