mirror of
https://github.com/bbara04/Purefin.git
synced 2026-07-24 03:36:51 +00:00
Adds the ability to play and pause media using the Center or Enter keys without displaying the full player controls. When pausing via this method, a brief visual "Pause" feedback overlay is shown in the center of the screen. - Added `TvPlayerHiddenStopFeedback` component and related logic - Updated `handleTvPlayerRootKeyEvent` to support background playback toggling - Added `pausePlayback` and `resumePlayback` to `PlayerViewModel` and `PlayerManager` - Included comprehensive UI tests for the new hidden control behavior