mirror of
https://github.com/zoriya/v10.git
synced 2026-08-12 17:09:55 +00:00
Update HTML VolumeRange component to use the same generic handleEvent pattern as PlayButton and MuteButton components for architectural consistency. Changes: - Replace specific handleInput() method with generic handleEvent(event: Event) - Use event.type checking pattern consistent with other components - Pass 'this' as EventListener instead of bound method reference - Maintain exact same functionality while improving code consistency This ensures all HTML media components follow the same event handling pattern, making the codebase more maintainable and predictable. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>