Bill Thornton
a477024777
Merge pull request #6936 from thornbill/bdi-lyrics
2025-06-26 21:39:25 -04:00
TOomaAh
5bee81111a
fix: move Chapters,Trickplay fields to shuffle query only
2025-06-11 23:11:56 +02:00
Bill Thornton
16a267f6dd
Move autoscroll enum to bulletproof structure
2025-06-10 02:50:09 -04:00
Bill Thornton
188aed31ab
Use sdk to fetch lyrics
2025-06-10 02:46:10 -04:00
Bill Thornton
e641d6f5ea
Fix rtl lyric support and simplify rendering
2025-06-10 02:39:30 -04:00
Bill Thornton
a54fdc22f2
Merge pull request #6788 from MontejoJorge/fix/render-upcoming
2025-05-14 08:49:33 -04:00
Diego Echeverri
586e3060e4
Handle promise rejection exceptions from actionSheet ( #6817 )
...
* Add catches to jellyfin
* Undo format changes to actionSheet
* formatting
* Remove logging
* commented block for screenshot
* Handle another case
* weird indentation fix
* Add myself as a contributor
2025-05-13 17:01:18 -04:00
Bill Thornton
dd38c6bcd5
Merge pull request #6792 from MontejoJorge/refactor/forgotPassword-react
...
Migrate forgot password page to react component
2025-05-12 16:31:21 -04:00
Bill Thornton
fdcf1b06c3
Add constants for app features
2025-04-30 17:41:36 -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
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
MontejoJorge
3eb26fb416
refactor: forgotPassword page to react component
2025-04-21 23:34:18 +02:00
Bill Thornton
3188c1bc6b
Fix type errors and use ConnectionState enum
2025-04-21 16:39:32 -04:00
MontejoJorge
0d049c6ba6
do not initialize currentGroupName
2025-04-21 20:39:26 +02:00
MontejoJorge
72d214f99d
fix renderUpcoming func
2025-04-21 20:03:05 +02:00
Bill Thornton
a7457dc9c9
Merge pull request #6771 from thornbill/splash-screen-login
2025-04-17 20:15:33 -04:00
Bill Thornton
6994ad8de2
Update filter icons
2025-04-16 14:28:55 -04:00
Bill Thornton
3898793df9
Add splash screen backdrop to login page
2025-04-15 12:39:59 -04:00
Bill Thornton
5fe254f10e
Remove index.html redirects
2025-04-11 14:07:35 -04:00
Bill Thornton
d64a17e3eb
Remove trailers tab
2025-04-11 01:03:05 -04:00
Leandro SQ
693faa03fc
Fix shuffle button for random individual items ( #6604 )
...
* fix: Shuffle button
* fix: Lint issues
2025-04-02 14:09:13 -04:00
Bill Thornton
bec2329c81
Merge pull request #6694 from Derek4aty1/album-album-artist-sort
...
Improve Album Sort on Songs Tab
2025-04-02 13:52:24 -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
dmitrylyzo
ea8636433d
Backport pull request #6510 from jellyfin-web/release-10.10.z
...
Fix re-focusing on pause button when displaying OSD
Original-merge: c3c598e1f409b51e5b44cec26bdee6af765d20ef
Merged-by: thornbill <thornbill@users.noreply.github.com >
Backported-by: thornbill <thornbill@users.noreply.github.com >
2025-04-02 01:27:13 -04:00
Derek4aty1
260f01e10f
Improve Album Sort on Songs Tab
2025-04-01 22:58:52 -05: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
64b79ec65c
Migrate wizard pages to dedicated app
2025-03-31 17:32:54 -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
Bill Thornton
d6353f27b8
Remove .html from routes
2025-03-17 15:39:21 -04:00
Bill Thornton
86d7e54215
Fix wizard reference to dashboard library controller
2025-02-28 14:25:53 -05:00
Jxiced
4d383abe73
Prevent whitespaces in username during wizard setup.
2025-02-21 21:38:32 +00:00
Bill Thornton
4730a30c3d
Fix lint errors
2025-02-20 12:51:59 -05:00
Bill Thornton
78fb46808c
Merge pull request #6483 from theguymadmax/photo-favorites
...
Add photo albums, photos, & music videos to favorites section
2025-02-17 11:03:21 -05:00
flebel9
c9ade820ed
Add confirm dialog when deleting server
2025-02-14 10:03:28 -05:00
Bill Thornton
78f04b929d
Merge pull request #6347 from alaincao/trickplay
...
Fix trickplay/chapter when play from list/shuffle
2025-02-13 17:35:30 -05:00
Bill Thornton
9c6ea4b525
Remove MetadataEditor global
2025-02-13 16:24:13 -05:00
Bill Thornton
2ed007f508
Remove unused eslint globals
2025-02-13 16:24:13 -05:00
Bill Thornton
d5db15367b
Merge pull request #6474 from thornbill/dashboard-controllers
...
Move dashboard controllers to app directory
2025-02-13 16:22:36 -05:00
Max
57ab403bf6
Add music videos
2025-02-11 10:14:10 -05:00
dmitrylyzo
e8f03f605a
Backport pull request #6496 from jellyfin-web/release-10.10.z
...
Skip prevented keyboard events
Original-merge: 5d8ab6a99b3b1e296d8207bac3ec5048eed366b8
Merged-by: thornbill <thornbill@users.noreply.github.com >
Backported-by: Joshua M. Boniface <joshua@boniface.me >
2025-02-03 12:29:42 -05:00
Max
a5e36b3d41
Add photo albums and photos to favorites section
2025-01-27 16:59:06 -05:00
Bill Thornton
ea18af4bdd
Move dashboard controllers to app dir
2025-01-23 17:24:58 -05:00
Bill Thornton
0d9b2cf276
Merge pull request #6466 from theguymadmax/livetv-favorites
2025-01-23 14:59:40 -05:00
viown
fa749e4d45
Migrate apikeys to React ( #6390 )
2025-01-23 14:58:24 -05:00
Max
697d1da43a
Fix names
2025-01-23 14:17:03 -05:00
Max
be127dd536
Add LiveTV channels to favorites section
2025-01-23 13:09:48 -05:00
Bill Thornton
7cec3dfb53
Merge pull request #6393 from viown/react-logs
...
Migrate logs to React
2025-01-22 15:01:15 -05:00
rlauuzo
34ace6bc11
Backport pull request #6413 from jellyfin-web/release-10.10.z
...
Prevent Focus Loss When Skip Button is Pressed
Original-merge: 4f17cebc02c6cf5a2d9779b8861f98c9aa9e3e93
Merged-by: thornbill <thornbill@users.noreply.github.com >
Backported-by: thornbill <thornbill@users.noreply.github.com >
2025-01-22 03:12:46 -05:00