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

2882 commits

Author SHA1 Message Date
Bill Thornton
834e36b5a3 Move distinct components to individual files 2023-06-27 01:31:50 -04:00
Bill Thornton
3bad9f0378 Rewrite activity log page in dashboard 2023-06-08 10:23:07 -04:00
Yasin Silavi
13786b082d
Merge branch 'master' into fix-some-of-the-code-smells 2023-05-31 21:59:42 +03:30
Bill Thornton
b85e93e011
Merge pull request #4615 from thornbill/display-mirror-manager
Extract display mirror handling from component
2023-05-31 11:09:38 -04:00
Shadowghost
b3c023f4fa Fix collection permission check in context menu 2023-05-30 16:20:03 +02:00
Bill Thornton
2a016a6d5f
Merge pull request #4318 from TelepathicWalrus/audio-normalization 2023-05-25 08:30:19 -04:00
Yasin Silavi
dd5fb8778e
Merge branch 'master' into fix-some-of-the-code-smells 2023-05-25 15:41:36 +03:30
Yasin Silavi
afee01602f Fix some more code smells 2023-05-24 23:03:48 +03:30
Bill Thornton
d0fe60c86f
Merge pull request #3607 from aivit/improve-subs
Improve subs
2023-05-23 16:38:26 -04:00
sleepycatcoding
44fc37b2a1 Fix additional parts not playing in episodes 2023-05-23 22:01:01 +03:00
Danny Michel
12326e32cd Improve subtitles by changing default dont to universal system font stack(the same one github uses) and improving stroke for uniform option. 2023-05-23 09:11:26 -04:00
TelepathicWalrus
815b7f9f1e
Update src/components/libraryoptionseditor/libraryoptionseditor.js
Co-authored-by: Bill Thornton <thornbill@users.noreply.github.com>
2023-05-23 06:57:04 +01:00
Bill Thornton
83ebdd9012 Extract display mirror handling from component 2023-05-18 11:32:00 -04:00
Bill Thornton
8bca32a55b Fix scrolling in add library dialog 2023-05-15 10:48:52 -04:00
Bill Thornton
98b8b07f02
Merge pull request #4586 from thornbill/fix-can-go-back
Add path checking for canGoBack
2023-05-10 14:06:19 -04:00
Bill Thornton
fab09259c9 Remove error logs for checks expected to fail 2023-05-10 10:31:41 -04:00
Bill Thornton
57e441d3ce Add path checking for canGoBack 2023-05-10 09:50:30 -04:00
Bill Thornton
df158c0b7b
Merge pull request #4570 from thornbill/prefer-starts-ends-with
Add prefer string starts/ends with eslint rule
2023-05-09 10:44:42 -04:00
Bill Thornton
af51150b07
Merge pull request #4583 from thornbill/library-tabs
Add enum for library tab values
2023-05-09 10:43:53 -04:00
Bill Thornton
e730f1a17c Add enum for library tab values 2023-05-09 10:28:29 -04:00
TelepathicWalrus
91210408f0
Merge branch 'jellyfin:master' into audio-normalization 2023-05-07 21:34:40 +01:00
TelepathicWalrus
a31e5a49be Added option to disable LUFS scan on music
Added compatibility for LUFS float
2023-05-07 17:55:24 +01:00
Hadi Charara
63dac9915b Fixed the bug 2023-05-06 21:20:26 -04:00
Bill Thornton
6e057f07f9 Add prefer string starts/ends with eslint rule 2023-05-05 11:32:40 -04:00
Bill Thornton
eedd40159c Fix floating promises in ts files 2023-05-04 15:59:22 -04:00
Bill Thornton
1b03cd79eb Fix prefer for-of errors 2023-05-04 13:07:12 -04:00
Bill Thornton
d7d0d7305c
Merge pull request #4556 from thornbill/routes-cleanup
Cleanup routes
2023-05-04 13:02:33 -04:00
Bill Thornton
01acfeb3ac
Merge pull request #4552 from rqres/fix-codesmell-for-of
Refactor `for` loops to `for-of` loops
2023-05-03 09:52:18 -04:00
Bill Thornton
1224ba7ec4 Move routes to the correct apps 2023-05-02 16:40:31 -04:00
Bill Thornton
f96166657d Move remaining router components 2023-05-02 16:40:31 -04:00
Dmitry Lyzo
2e7ffb4b1a fix: Unhide PlayNextEpisodeAutomatically on TV
Cherry-picked from: a77a8c7aec
2023-05-02 23:35:08 +03:00
Bill Thornton
45623fe586 Fix missing semicolons in ts files 2023-05-02 15:54:53 -04:00
Bill Thornton
8041167473 Use typescript eslint parser for all files 2023-05-02 15:51:46 -04:00
Bill Thornton
5cfdb1647f Fix getter return value bugs 2023-05-02 12:53:20 -04:00
Rares Tamasanu
2b9141f4cd fix code smell: 'for loop should be for-of' 2023-04-30 19:15:14 +01:00
Bill Thornton
d748372a28 Refactor app structure 2023-04-28 01:24:37 -04:00
Bill Thornton
06b0fed11d
Merge pull request #4542 from thornbill/nav-components
Refactor backdrop and header to separate components
2023-04-27 15:29:06 -04:00
Bill Thornton
6c6b841f41 Disable exhaustive dependency warnings where required 2023-04-26 16:53:31 -04:00
Bill Thornton
6fc90c1740 Fix complexity warnings in ConnectionRequired 2023-04-26 16:44:46 -04:00
Bill Thornton
a6c8c63d2e Fix complexity warnings in UserPasswordForm 2023-04-26 15:47:21 -04:00
Bill Thornton
448e3b1b86 Fix complexity warnings in ViewItemsContainer 2023-04-26 15:17:18 -04:00
Bill Thornton
0e0a30a067 Fix complexity warnings in search results 2023-04-26 13:13:37 -04:00
Bill Thornton
8f730b8270 Fix eslint warnings in ts files 2023-04-26 11:30:57 -04:00
Bill Thornton
829f476ce3 Refactor backdrop and header to separate components 2023-04-26 09:50:48 -04:00
Daan Vankerkom
c6bcee3b26 Reduce TV card scale size
Reduced the transform scale from 10% to 7% to increase readability and reduce cognitive overload.
2023-04-24 11:47:40 -04:00
robert-hamilton36
a83e3b121b Remove Select option from tvs 2023-04-24 11:37:00 -04:00
robert-hamilton36
447b6f5582 Add select option 2023-04-24 11:37:00 -04:00
robert-hamilton36
4fe6bb5b42 Add external startMultiSelect function 2023-04-24 11:37:00 -04:00
TelepathicWalrus
8bfc387b85
Merge branch 'master' into audio-normalization 2023-04-22 18:59:40 +01:00
Bill Thornton
2b0601d741 Fix sanitizing name in library creator 2023-04-19 08:32:53 -04:00