mirror of
https://github.com/zoriya/v10.git
synced 2026-08-09 15:46:42 +00:00
Implement HTML fullscreen button following established patterns: - MediaFullscreenButton web component with hook-style architecture - HTML icon components: MediaFullscreenEnterIcon, MediaFullscreenExitIcon - State management via useFullscreenButtonState hook - Props handling via useFullscreenButtonProps hook - Explicit enter/exit fullscreen methods (no toggle) - Proper accessibility with aria-label and data-tooltip Components integrate seamlessly with existing HTML component architecture and provide foundation for control bar integration. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>