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

2801 commits

Author SHA1 Message Date
Joe Rogers
0c583b5b10
Fix indentation 2023-02-11 11:29:38 -05:00
Joe Rogers
16e51aa319
Convert if/else add/remove statements to toggle
Co-authored-by: Bill Thornton <thornbill@users.noreply.github.com>
2023-02-10 22:34:20 -05:00
Bill Thornton
52e5cce3ff
Merge pull request #4183 from SenorSmartyPants/SeriesTimerUI
Display whole channel icon and new/repeat/live/premiere flags on timer list
2023-02-08 17:25:01 -05:00
SenorSmartyPants
5c51b4b985 Code review changes implemented 2023-02-07 13:12:19 -06:00
Joe Rogers
2682fe2067 Add option to allow extras to use embedded titles 2023-02-07 11:50:30 -05:00
lucaperl
c7dab8daa4
Update subtitle color string keys 2023-01-29 19:10:20 +01:00
lucaperl
ba8abda7df
Update subtitle color selection
Changed "Light Gray" to #d3d3d3 and "Dark Gray" to "Gray" (#808080).
2023-01-29 18:44:07 +01:00
lucaperl
25e4d37843
Added "Light Grey" and "Dark Grey" subtitle colors
For OLED screens and HDR content, where white subtitles would be blinding.
2023-01-28 19:13:50 +01:00
Bond_009
826f9dd7fc Fix AlphaPicker movies library 2023-01-24 20:26:21 +01:00
Dmitry Lyzo
abed235b50 Backport pull request #4263 from jellyfin/release-10.8.z
Fix change audio track

Original-merge: 9139153d16

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

Backported-by: Joshua M. Boniface <joshua@boniface.me>
2023-01-22 14:08:02 -05:00
Dmitry Lyzo
5e6de2d7db Backport pull request #4243 from jellyfin/release-10.8.z
Fix HTML escaping in MediaSession and on remote page

Original-merge: ae907cd8a6

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

Backported-by: Joshua M. Boniface <joshua@boniface.me>
2023-01-22 14:07:08 -05:00
h3llrais3r
fb244080de Changes after review 2023-01-19 23:55:38 -05:00
h3llrais3r
c74717cd6d Use react fragment instead of div 2023-01-19 23:55:38 -05:00
h3llrais3r
b019eef37b Simplify logic 2023-01-19 23:55:38 -05:00
h3llrais3r
53aaa35a3b Show total count when no pagination is applied
If no pagination is applied (or disabled in the settings), there is no view on how many items you have in your library. By showing the pagination text (without the pagination buttons) it's still visible for the user how many items are listed in the library.
2023-01-19 23:55:38 -05:00
Bill Thornton
a3bbe02af2 Add experimental display mode option 2023-01-13 10:48:47 -05:00
Bill Thornton
f84e45dc96
Merge branch 'master' into stylelint-vendor-prefix 2023-01-05 12:22:57 -05:00
Oleg Shevchenko
440dbc3176 Add ability to specify half hour for access schedule 2023-01-05 00:30:13 -05:00
Bill Thornton
1eafb235e2 Use array.flat instead of concat.apply 2023-01-04 23:41:51 -05:00
Markus Ongyerth
d54a89d10a Integrate review feedback
* Add ignore statement for linter
* Don't shadow variable names
2023-01-04 23:41:51 -05:00
Markus Ongyerth
17eede9062 Add DownloadAll to translations 2023-01-04 23:41:51 -05:00
Markus Ongyerth
9bef06f466 Add DownloadAll for season and series 2023-01-04 23:41:51 -05:00
Rob Farraher
6c4a3ec6f1 Add getAdditionalParts method to playbackmanager
Adds support for seamless playback of multipart Movies.
When a movie with an additional part is played,
enqueue the additional parts in the playlist.
2023-01-04 16:38:24 -05:00
edvwib
d58f2e8ec4 Enable Stylelint rules for vendor prefixes
This commit also removes a bunch of vendor prefixes that were in the styles
but are no longer needed since PostCSS and Autoprefixer handles generating
them.
2022-12-20 23:49:26 +01:00
Bill Thornton
19f416580c Add eslint rules for sonar issues 2022-12-16 21:12:05 -05:00
Bill Thornton
90c08d856c
Merge pull request #4116 from thornbill/add-api-context
Add api and user context
2022-12-15 11:49:22 -05:00
Bill Thornton
5db9384c9c Fix currentApiClient return type to include undefined 2022-12-08 14:32:50 -05:00
Christophe Van de Poel
de486ded16 Fix unlimited pagination
Update src/components/common/Pagination.tsx

Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
2022-11-29 10:14:30 +01:00
SenorSmartyPants
65543e77a4 Display whole channel icon and new/repeat/live/premiere flags
- Make timer list visually identical when displayed on Series Timer page, or Series page.
- Display full channel icon (background-size: contain)
- Display New/Repeat/etc in timer list. Respects user guide settings for which flags to display
- Add margin before timerIndicator if mediainfo is present
- Add option to display officialRating display in mediainfo
- Use ids instead of CSS class for seriesTimerSchedule*
2022-11-21 17:45:56 -06:00
Bill Thornton
facd0b1847
Merge pull request #4171 from nielsvanvelzen/directory-browser-go-up
Fix going to parent folder in directory browser
2022-11-18 14:06:23 -05:00
Bill Thornton
7d5603a64e
Merge pull request #4162 from Vankerkom/tweak-navigation-sizing
Tweak navigation sizing
2022-11-18 13:58:03 -05:00
Bill Thornton
55f9aef3da
Merge pull request #4150 from dmitrylyzo/fix-subtitleuploader
Fix SubtitleUploader
2022-11-18 13:43:44 -05:00
Bill Thornton
c8ea7322fd Refactor api hooks 2022-11-18 12:55:46 -05:00
Bill Thornton
72dab5381d Update typing for currentApiClient 2022-11-17 00:30:57 -05:00
Bill Thornton
d297f23932 Add api and user contexts 2022-11-17 00:30:57 -05:00
Niels van Velzen
474d2f9c2a
Update src/components/directorybrowser/directorybrowser.js
Co-authored-by: Bill Thornton <thornbill@users.noreply.github.com>
2022-11-16 18:53:43 +01:00
Bill Thornton
2bc3bc8a93 Restructure async route code 2022-11-15 17:17:22 -05:00
Bill Thornton
cabb268940
Merge pull request #4157 from nielsvanvelzen/leftover-likes
Remove like/dislike filter
2022-11-15 14:22:57 -05:00
Bill Thornton
26b01bd547
Merge pull request #4120 from nielsvanvelzen/seriesstatus-extended
Add Unreleased SeriesStatus to filters
2022-11-15 13:50:23 -05:00
Bill Thornton
f6dd34ad14
Merge pull request #4143 from thornbill/convert-plugin-config
Migrate plugin config pages to react-router
2022-11-15 13:46:42 -05:00
Bill Thornton
458bfecdff
Merge pull request #4147 from jsayol/patch-1
Fix subtitle uploader on TV layout
2022-11-15 13:46:18 -05:00
Niels van Velzen
e908157692 Fix going to parent folder in directory browser 2022-11-14 19:18:08 +01:00
Daan Vankerkom
cfa2789008 Properly align list view and side nav
- Matching the alignment of the side navigation drawer and the my preferences menu.
- Matching the font sizes and weights.
2022-11-09 02:00:04 +01:00
Niels van Velzen
13f6e09bf2 Remove unused like/dislike handling in userdatabuttons.js 2022-11-07 12:26:38 +01:00
Niels van Velzen
2ea82cdec4 Remove like/dislike filter 2022-11-07 12:19:33 +01:00
Dmitry Lyzo
45542a67a4 Fix file name escaping 2022-11-06 00:23:58 +03:00
Dmitry Lyzo
78bbac8ca7 Fix Subtitle Uploder navigation in TV mode 2022-11-06 00:17:43 +03:00
Josep Sayol
a13e6f0419
Fix subtitle uploader on TV layout
**Changes**
Fixes a wrong import that prevented the subtitle uploader dialog from showing when using the TV layout mode.

**Issues**
#4146
2022-11-05 11:26:09 +01:00
Bill Thornton
7fa9b2376c Migrate plugin config pages to react-router 2022-11-04 13:51:35 -04:00
Bill Thornton
698de36178 Optimize restoring views 2022-11-04 12:27:14 -04:00