1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00
Commit graph

12 commits

Author SHA1 Message Date
Dmitry Lyzo
2ab61b6d7b Add container for skip button to make it focusable
FocusManager.isCurrentlyFocusableInternal doesn't work with
fixed elements.
2025-03-24 12:09:57 +03:00
rlauuzo
4f17cebc02
Prevent Focus Loss When Skip Button is Pressed (#6413)
* Prevent Focus Loss When Skip Button is Pressed

* Implement the suggested changes

* Update index.js

* Ensures focus shifts to the pause button

* Apply suggested changes

---------

Co-authored-by: rlauu <46294892+rlauu@users.noreply.github.com>
2025-01-13 10:55:08 -05:00
viown
26df03b64c
Enable TV Support for 'Ask to Skip' (#6295) 2024-12-29 14:21:06 -05:00
rlauuzo
3311a1407f
Show Skip Button When 'Next Video Info Overlay' is Disabled (#6258)
* Show Skip Button When 'Next Video Info Overlay' is Disabled

* Update skipsegment.ts

* Apply Suggestions

Co-authored-by: Bill Thornton <thornbill@users.noreply.github.com>

* Apply Suggestions

Co-authored-by: Bill Thornton <thornbill@users.noreply.github.com>

---------

Co-authored-by: rlauu <46294892+rlauu@users.noreply.github.com>
Co-authored-by: Bill Thornton <thornbill@users.noreply.github.com>
2024-10-30 13:18:33 -04:00
viown
8cc23f2882 Remove undefined MediaSegmentType 2024-10-25 21:01:23 +03:00
viown
d8db0ba226 Remove check for outro 2024-10-25 20:58:37 +03:00
viown
87f2acaf40 Fix import 2024-10-24 12:34:52 +03:00
viown
9b269296fe Use UpNextDialog for outro segments 2024-10-19 20:36:44 +03:00
viown
7ad7f07b7c Do nothing if there is 1 second left 2024-10-19 20:11:10 +03:00
viown
64b9ab2a19 Keep button for 8 seconds 2024-10-19 20:11:10 +03:00
viown
0008f89267 Fix OSD event after player reset 2024-10-19 20:11:10 +03:00
viown
0fb38c6894 Add 'prompt to skip' to media segments 2024-10-19 20:11:10 +03:00