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