Bill Thornton
fdcf1b06c3
Add constants for app features
2025-04-30 17:41:36 -04:00
Bill Thornton
12acfb32e3
Fix unavailable server handling
2025-04-29 17:16:59 -04:00
Bill Thornton
83bb102223
Merge pull request #6796 from thornbill/update-server-page
...
Update server update required handling
2025-04-29 16:11:47 -04:00
Nicholas Jorgenson
d190fdb27c
Fix lazy loading on the genre pages ( #6799 )
...
* Fix genre tab from sorting shows randomly
* Fix loading elements that have already been loaded
* Fix lazyLoader for show and movie genre tabs
* Reduce time window in which callback may be executed again
2025-04-29 16:06:43 -04:00
Bill Thornton
3b1ed1ace2
Update server update required handling
2025-04-27 03:10:45 -04:00
Bill Thornton
833ecf8b0c
Merge pull request #6795 from thornbill/connection-manager
...
Use local copy of connection manager
2025-04-22 13:20:55 -04:00
Bill Thornton
953073cd28
Use index file for apiclient lib imports
2025-04-22 08:48:34 -04:00
Bill Thornton
5bcbcfbe12
Move server connections to lib
2025-04-22 08:26:43 -04:00
Bill Thornton
abfc14d745
Update subtitle position styling ( #6766 )
2025-04-22 02:37:12 -04:00
Bill Thornton
79156322fc
Move minimum version assignment to connection manager
2025-04-21 17:38:42 -04:00
Bill Thornton
f688c1f223
Cleanup utility function in connection manager
2025-04-21 17:33:29 -04:00
Bill Thornton
3188c1bc6b
Fix type errors and use ConnectionState enum
2025-04-21 16:39:32 -04:00
Bill Thornton
a5f6be85f5
Use local copy of connection manager
2025-04-21 13:57:26 -04:00
Bill Thornton
a7457dc9c9
Merge pull request #6771 from thornbill/splash-screen-login
2025-04-17 20:15:33 -04:00
Bill Thornton
ef39ac39c5
Merge pull request #6762 from thornbill/guest-star-role
2025-04-17 20:12:50 -04:00
StableCrimson
de246b060e
Convert toast and confirm to TypeScript ( #5219 )
2025-04-17 20:12:18 -04:00
Bill Thornton
3898793df9
Add splash screen backdrop to login page
2025-04-15 12:39:59 -04:00
Bill Thornton
eb3c245a67
Fix backdrop positioning in experimental layout
2025-04-15 12:39:49 -04:00
Bill Thornton
a791b353d7
Allow setting roles for guest stars
2025-04-14 00:39:50 -04:00
Bill Thornton
47e1a5fd72
Merge pull request #6732 from thornbill/eslint-import-rules
2025-04-12 10:08:50 -04:00
Bill Thornton
f033a8d62f
Merge pull request #6714 from jagadam97/official-rating-fix
...
Fix filter name collisions
2025-04-12 02:17:38 -04:00
Bill Thornton
17f41fc33a
Merge pull request #6700 from mezzav/metadata-editor-smell
...
Replace Object.assign function with spread operator
2025-04-11 15:52:56 -04:00
Pat
f8546b35ec
Add option to limit hls segment length for webOS ( #6530 )
...
* -Add clientside ability to limit segment length to 1. See https://github.com/jellyfin/jellyfin-webos/issues/248 for details.
-Add translations for this new setting (generated by github copilot).
-Corrected small typo 'perfer'.
* Move this to relevant scope
* Revert translations except en-us
* rewrite and relocate translation to alphabetical order
* Relocate new setting to 'video advanced' heading instead of 'advanced'
* Hide hls segment setting initially but show it for WebOS users.
* Update src/components/playbackSettings/playbackSettings.js
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com >
* Update src/components/playbackSettings/playbackSettings.js
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com >
---------
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com >
2025-04-11 15:51:21 -04:00
Bill Thornton
75bc06b264
Merge pull request #6749 from thornbill/fix-header-icon
2025-04-11 01:36:10 -04:00
Bill Thornton
d398d9b80a
Fix the icon in the experimental layout header
2025-04-11 01:17:09 -04:00
Bill Thornton
d64a17e3eb
Remove trailers tab
2025-04-11 01:03:05 -04:00
Bill Thornton
d142c4d16c
Merge pull request #6582 from thornbill/no-more-drawer-redux-part-2
...
Redesign library navigation in experimental layout
2025-04-10 17:54:03 -04:00
Bill Thornton
887795eeb3
Fix import errors
2025-04-09 18:09:05 -04:00
David Stensland
9d604b5a51
use emby-button/Button instead of ButtonElement
2025-04-09 02:21:24 -04:00
David Stensland
cbb3658331
use emby-input/Input instead of InputElement
2025-04-09 02:11:08 -04:00
jagadam97
59d4aeaddf
fix official rating additions closes #6702
2025-04-07 16:39:24 +05:30
Bill Thornton
efd7a8686d
Update apiclient when the wizard loads
2025-04-06 03:50:28 -04:00
Bill Thornton
ce84428a8c
Fix wizard stuck loading
2025-04-05 01:58:23 -04:00
mezzav
3a097fb8da
replaced Object.assign function with spread operator
2025-04-02 22:01:14 -04:00
Bill Thornton
9e50b3908d
Merge pull request #6697 from thornbill/save-aspect-ratio
2025-04-02 18:59:09 -04:00
Gompa
00ed339971
Fix imagedownloader Uncaught (in promise) when no changes are done ( #6652 )
...
* fix imagedownloader error when no changes are done with catch
* Update src/components/imageeditor/imageeditor.js
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* Update src/components/imageeditor/imageeditor.js
remove console.debug
Co-authored-by: viown <48097677+viown@users.noreply.github.com >
* Update src/components/imageeditor/imageeditor.js
Co-authored-by: viown <48097677+viown@users.noreply.github.com >
---------
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: viown <48097677+viown@users.noreply.github.com >
2025-04-02 14:12:25 -04:00
Bill Thornton
28ef1b49fe
Merge pull request #6689 from thornbill/wizard-app
...
Migrate wizard to dedicated app
2025-04-02 11:21:00 -04:00
Bill Thornton
34282e821a
Add saving aspect ratio in video player
2025-04-02 11:09:12 -04:00
Bill Thornton
456ec12f12
Fix mui deprecations
2025-04-02 01:39:08 -04:00
dmitrylyzo
ea8636433d
Backport pull request #6510 from jellyfin-web/release-10.10.z
...
Fix re-focusing on pause button when displaying OSD
Original-merge: c3c598e1f4
Merged-by: thornbill <thornbill@users.noreply.github.com >
Backported-by: thornbill <thornbill@users.noreply.github.com >
2025-04-02 01:27:13 -04:00
Bill Thornton
627abf9db8
Merge pull request #6616 from thornbill/splash-preview
...
Add splash screen preview and upload/delete
2025-04-02 01:00:53 -04:00
Bill Thornton
d4995834df
Move user settings menu to react ( #6675 )
...
* Move user settings menu to react
* Add default href value to LinkButton
* Use loading component while data is pending
2025-04-01 15:10:30 -04:00
Bill Thornton
f00a11989a
Add splash screen preview and upload/delete
2025-04-01 14:39:05 -04:00
Bill Thornton
c446460ba7
Update ConnectionRequired to prevent wizard access when complete
2025-04-01 12:01:31 -04:00
Bill Thornton
65d25da85f
Add redirect for old wizard paths
2025-03-31 17:33:25 -04:00
Bill Thornton
64b79ec65c
Migrate wizard pages to dedicated app
2025-03-31 17:32:54 -04:00
Bill Thornton
c5da93c30f
Redesign library navigation in experimental layout
2025-03-31 11:28:30 -04:00
Bill Thornton
dece9283f9
Add ignore comments for non-issues
2025-03-27 12:42:36 -04:00
Bill Thornton
ad2472e90e
Fix unused var and pseudorandom warnings
2025-03-27 12:15:56 -04:00
Bill Thornton
9077782c17
Fix autofixable eslint warnings
2025-03-27 11:32:16 -04:00