mirror of
https://github.com/zoriya/v10.git
synced 2026-08-05 21:57:29 +00:00
- Merge connected, connected-with-defaults, and media-elements Video components - Create unified Video.tsx in main components directory alongside PlayButton/MuteButton - Preserve all existing functionality: media store connection, custom components, defaults - Maintain backwards compatibility with both Video and MediaElementVideo exports - Remove duplicate component directories and reduce architectural complexity - Simplify component structure while keeping TypeScript types and 'use client' directive This consolidation reduces the Video component from 3 separate files across 3 directories to a single, comprehensive module that's easier to understand and maintain. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>