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

24835 commits

Author SHA1 Message Date
Bill Thornton
c3c598e1f4
Merge pull request #6510 from dmitrylyzo/fix-focus
Fix re-focusing on pause button when displaying OSD
2025-03-25 16:04:53 -04:00
Bill Thornton
78a8642d4a
Merge pull request #6661 from dmitrylyzo/tizen-version 2025-03-25 10:53:18 -04:00
Dmitry Lyzo
76911509bc Fix parsing minor version of Tizen 2025-03-25 15:16:17 +03:00
Dmitry Lyzo
fb47403b72 Fix re-focusing on pause button when displaying OSD
When focus is debounced, `document.activeElement` is not updated
immediately, and someone (skipsegment.ts) might read it too early.

Remove focus debounce to immediately update `document.activeElement`.

This (undebounced focus) seems to work in webOS 1.2, webOS 5,
Firefox 134, Chrome 132. So the timeout was probably for
Internet Explorer.
2025-03-24 14:00:45 +03:00
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
Bill Thornton
16a084b009
Merge pull request #6570 from nielsvanvelzen/plugin-page-name
Fix catalog plugin page not setting page title
2025-02-25 13:50:18 -05:00
Niels van Velzen
489731863b Fix catalog plugin page not setting page title 2025-02-25 17:30:51 +01:00
Jellyfin Release Bot
c335a3024e Bump version to 10.10.6 2025-02-16 16:55:44 -05:00
Bill Thornton
d3054985a5
Merge pull request #6509 from dmitrylyzo/fix-nav-regression 2025-02-09 06:28:48 +00:00
Dmitry Lyzo
0f598073a8 Fix navigation for emby-select element
Regression 84563176a1
If we prevent default action, keyboard navigation won't work.
2025-02-02 21:49:45 +03:00
Bill Thornton
5d8ab6a99b
Merge pull request #6496 from dmitrylyzo/skip-prevented-keyboard-event 2025-01-31 10:18:30 -05:00
Dmitry Lyzo
84563176a1 Skip prevented keyboard event 2025-01-31 01:52:37 +03:00
Bill Thornton
4793223f5d
Merge pull request #6396 from Kevinjil/fix-mediasourceid
Remove invalid item id usage as media source id
2025-01-29 14:41:03 -05:00
Kevin Jilissen
8f64beec30 Remove invalid item id usage as media source id
Looking at the change history, an ` || item.Id` was introduced in
4c31742cc5 to query for the item, but
this workaround is only needed for track selection in some cases and
breaks playback in others. Only apply it when a track is selected.
2025-01-28 18:08:29 +01:00
Jellyfin Release Bot
e8e4ff0ca9 Bump version to 10.10.5 2025-01-25 14:14:30 -05:00
Bill Thornton
9b3fc622c9
Merge pull request #6462 from dmitrylyzo/fix-target-fps 2025-01-22 19:49:55 -05:00
Jellyfin Release Bot
8994299490 Bump version to 10.10.4 2025-01-21 21:20:14 -05:00
Dmitry Lyzo
36aa4dcd88
Use reference framerate as sampling rate (target FPS) for SubtitlesOctopus 2025-01-21 22:43:37 +03:00
Dmitry Lyzo
2f6781a7c2 Use average framerate as sampling rate (target FPS) for SubtitlesOctopus 2025-01-21 13:31:00 +03:00
Bill Thornton
7a07a79b12
Merge pull request #6453 from thornbill/fix-player-inset 2025-01-18 02:45:30 -05:00
Bill Thornton
88cc991fa5 Remove safe area padding on youtube container 2025-01-17 17:58:38 -05:00
Bill Thornton
8710de09d4
Merge pull request #6450 from thornbill/fix-menu-expand 2025-01-17 16:43:48 -05:00
Bill Thornton
14ff6474f3 Remove safe area padding on video container 2025-01-16 15:29:51 -05:00
Bill Thornton
bfa53b57f4 Fix menu closing when expanding section 2025-01-16 11:50:02 -05: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
Bill Thornton
700e72b409
Merge pull request #6433 from thornbill/fix-home-tabs-crash 2025-01-09 22:10:55 -05:00
dantesbr
cc011feffb
Fix focus loss on popups in Samsung Tizen 8 Smart TVs (#6408) 2025-01-09 20:32:42 -05:00
Bill Thornton
d4b55ec67a
Merge pull request #6425 from bernarden/bugfix/6422-unsupported-max-css-function-in-chrome-76 2025-01-09 20:29:14 -05:00
Bill Thornton
d1aa2f3685 Fix main tab manager crash in experimental layout 2025-01-09 17:11:20 -05:00
Victor Usoltsev
321822c57f Fix css fallback of max function in chrome 76. 2025-01-08 18:28:30 +13:00
Bill Thornton
e1deddcba1
Merge pull request #6421 from viown/fix-metadata-outer-click
Fix metadata dialog backdrop click to exit
2025-01-03 16:49:01 -05:00
Bill Thornton
b797ca4e1e
Merge pull request #6352 from viown/fix-parental-control-select
Fix maximum allowed parental rating not showing up
2025-01-03 14:37:50 -05:00
Bill Thornton
74a209ed63
Merge pull request #6324 from carsso/fix-spinner-direction
Fix spinner direction (should be clockwise) in @keyframes spin
2025-01-03 13:56:26 -05:00
viown
a553ef54f6 Fix metadata outer click 2025-01-02 13:45:35 +03:00
Bill Thornton
5b4cfbf410
Merge pull request #6362 from nyanmisaka/sw-tonemap-by-default 2024-12-29 15:32:47 -05:00
Bill Thornton
e15d700d40
Merge pull request #6317 from dmitrylyzo/tizen8-no-secondary-audio 2024-12-29 15:29:37 -05:00
Bill Thornton
3d20694109
Merge pull request #6388 from viown/fix-profile-refresh 2024-12-29 15:24:31 -05:00
Bill Thornton
469abcc517
Merge pull request #6373 from gnattu/fix-safari-opus-stereo 2024-12-29 14:24:51 -05:00
viown
26df03b64c
Enable TV Support for 'Ask to Skip' (#6295) 2024-12-29 14:21:06 -05:00
gnattu
8f7974d5c6 Remove redundant channel limit 2024-12-22 01:58:56 +08:00
viown
206f70cf34 Fix async route page refresh 2024-12-15 14:07:22 +03:00
gnattu
92caea08af Prevent opus more than 2 channels being remux on Safari
Safari only supports stereo Opus, which requires a similar workaround as we are applying on WebOS for FLAC.
2024-12-11 14:50:57 +08:00
nyanmisaka
a3872ffa25 Enable software tone-mapping by default
Signed-off-by: nyanmisaka <nst7999610810@gmail.com>
2024-12-03 22:19:15 +08:00
viown
63834e164a Remove redundant check 2024-11-28 22:48:26 +03:00
viown
9e4e3b0106 Fix maximum allowed parental rating not showing up 2024-11-27 23:00:25 +03:00
Dmitry Lyzo
a91e44828b Don't use AudioTrack API on Tizen 8+ 2024-11-27 15:21:40 +03:00
Bill Thornton
92e8821003
Merge pull request #6338 from solidsnake1298/tdp-embedded-checkbox 2024-11-23 23:02:22 -05:00
Germain Carré
306390179b Fixing spinner direction (should be clockwise) and removing duplicate animation @keyframes spin 2024-11-23 15:37:03 +01:00
TheDreadPirate
4fb33badef Correcting type for Prefer embedded episode info checkbox 2024-11-22 14:12:32 -05:00
Bill Thornton
1496542381
Merge pull request #6329 from nielsvanvelzen/fix-lyric-sort 2024-11-19 19:03:34 -05:00