mirror of
https://github.com/heygen-com/hyperframes.git
synced 2026-09-01 19:42:03 +00:00
Extracted shared ExpandedVideoPreview component (src/components/ui/) used by both AssetsTab (video assets) and RenderQueueItem (rendered videos). Wraps completed render rows in ExpandOnHover with the same spring-expand + video autoplay pattern as the Compositions and Assets tabs. No code duplication: AssetsTab video case delegates to the shared component, RenderQueueItem reuses it with an Open action button.