mirror of
https://github.com/zoriya/v10.git
synced 2026-08-13 17:40:12 +00:00
Add reusable state definition for fullscreen button components: - FullscreenButtonState interface with fullscreen boolean - Explicit request methods: requestEnterFullscreen, requestExitFullscreen - Follows established pattern similar to play/pause and mute/unmute - Platform-agnostic state logic shared between HTML and React State definition provides consistent behavior across all platforms while enabling explicit control over fullscreen enter/exit actions. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>