mirror of
https://github.com/zoriya/v10.git
synced 2026-08-05 13:48:14 +00:00
Add React duration display component using VJS-10 hook-style patterns: - Native React component using media store hooks - Uses duration display state definition from media-store - Minimal implementation rendering single span element - Follows toConnectedComponent pattern for consistency Component renders formatted duration (e.g., "4:32") without styling or ARIA attributes, providing a clean foundation for duration display. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>