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

1385 commits

Author SHA1 Message Date
Dmitry Lyzo
ca8cc653d9 refactor: Set 'resume' action to poster
To match logic. This has no effect, because 'play' still uses
the current position.
2022-02-20 22:05:38 +03:00
Dmitry Lyzo
6ad311baad Disable play button on poster in TV layout 2022-02-20 22:05:38 +03:00
Dmitry Lyzo
fff64ae5a5 refactor: Remove obsolete code
Leftover from reworking of poster generation.
2022-02-20 22:05:38 +03:00
Dmitry Lyzo
8221f82d1f refactor: Use same name for action (mode) attribute 2022-02-20 22:00:37 +03:00
Bill Thornton
72568c991e
Merge pull request #3359 from jellyfin/fix-layout-webos
Fix page layouts for webOS
2022-02-16 17:09:54 -05:00
Bill Thornton
c5848b9934
Merge pull request #3357 from SenorSmartyPants/MediaSourceCount
Display MediaSourceCount for all media Types
2022-02-15 23:24:53 -05:00
Dmitry Lyzo
9242e4acf1 Fix layout of SelectServer page
Using 'display: flex' breaks scrolling (bottom padding is
not applied correctly) on webOS 1.2
2022-02-15 17:55:31 +03:00
Dmitry Lyzo
af3517c2e4 Fix layout of Login page
Using 'display: flex' breaks scrolling (bottom padding is
not applied correctly) on webOS 1.2
2022-02-15 17:55:31 +03:00
Dmitry Lyzo
4e6cb506e2 Fix layout of ListView
Using 'display: flex' breaks scrolling (bottom padding is
not applied correctly) on webOS 1.2
2022-02-15 17:55:31 +03:00
Dmitry Lyzo
69d039d35d Cleanup unused styles 2022-02-15 17:55:31 +03:00
Dmitry Lyzo
d00d084a8c Reload backdrop on restore
Backdrop doesn't belong to the itemDetails view and must be
reloaded explicitly.
2022-02-14 22:27:41 +00:00
Bill Thornton
a380ef53cd
Merge pull request #3411 from dmitrylyzo/navigate-season
Allow navigation to the parent show/season/album
2022-02-13 00:59:38 -05:00
Bill Thornton
e4b7952e9e
Merge pull request #3360 from dmitrylyzo/show-alphapicker
Show AlphaPicker if there is SortName
2022-02-13 00:54:15 -05:00
Bill Thornton
23d33684c9
Merge pull request #3336 from SenorSmartyPants/TVExtras 2022-02-11 21:39:12 -05:00
SenorSmartyPants
d60694b355
Update src/controllers/itemDetails/index.js
Suggested change.

Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
2022-02-11 13:23:13 -06:00
Bill Thornton
9a6ba2927b
Merge pull request #3409 from thornbill/fix-tv-pagination
Fix pagination on live tv pages
2022-02-11 10:27:17 -05:00
Dmitry Lyzo
80099f29e4 Allow navigation to the parent show/season/album
Partial revert ece0b39d70
Add 'focuscontainer-x' to the parent labels.
2022-02-09 22:15:57 +03:00
Bill Thornton
c2629b5c3f
Merge pull request #3342 from dmitrylyzo/livetv-paging
Fix LiveTV Channels paging and autofocus
2022-02-09 11:23:37 -05:00
Bill Thornton
480f57d660 Do not pass null for start index 2022-02-09 09:25:25 -05:00
Dmitry Lyzo
df0da76312 Add auto scroll top when using paging 2022-02-09 11:20:40 +03:00
Dmitry Lyzo
82dbfce374 Fix autofocus on Channels tab
This limits the focus scope to the current tab, so that the
channel card is selected the first time you open it.

[for testing]
The Channels tab should be the default for the LiveTV library.
2022-02-09 11:17:38 +03:00
Dmitry Lyzo
719ae14d3f Add a second paging block on the Channels tab 2022-02-09 11:17:38 +03:00
Dmitry Lyzo
e55042d652 Show AlphaPicker in ListView if there is SortName 2022-02-09 09:35:40 +03:00
Bill Thornton
65d8aac0a9
Merge pull request #3318 from iainsaxonhome/feature/quit-app
Added Quit App to main menu
2022-02-09 01:32:54 -05:00
Bill Thornton
64b3fc80dc Fix pagination on live tv pages 2022-02-09 01:16:03 -05:00
Bill Thornton
8a384f585d
Merge pull request #3341 from dmitrylyzo/list-paging
Add paging to listview
2022-02-09 00:59:00 -05:00
Dmitry Lyzo
2a5f3b4214 Add background to tuner device cards
For consistency.
2022-02-07 00:00:06 +03:00
Dmitry Lyzo
d881f5498b Add background to device cards
Otherwise it will be white on white with Light theme.
2022-02-06 23:58:17 +03:00
Bill Thornton
9a855784f7
Merge pull request #3072 from grafixeyehero/convert-userParentalControlPage-to-react
Convert userParentalControlPage to react
2022-01-28 00:00:34 -05:00
Bill Thornton
6c4b204d96
Merge pull request #3340 from jellyfin/fix-focus-play-resume
Fix auto focus on Play/Resume
2022-01-27 23:48:40 -05:00
SenorSmartyPants
02744dbffc Fix dangling comma 2022-01-20 16:06:24 -06:00
SenorSmartyPants
17f44e3fac Display MediaSourceCount for all media Types
All items support alternate local versions, even if it's not documented. Tested with episode and musicVideo types. Added MSC to list items as well.
2022-01-20 15:58:14 -06:00
Dmitry Lyzo
98201e0bc3 Remove rounding style from Play/Resume button 2022-01-20 19:23:14 +03:00
Dmitry Lyzo
f87474fedd Cleanup 2022-01-20 14:46:59 +03:00
Dmitry Lyzo
60437c4350 Fix number option in alphapicker 2022-01-16 19:16:18 +03:00
Dmitry Lyzo
f942465afc Add paging to listview 2022-01-16 18:28:36 +03:00
Dmitry Lyzo
cf55e3341d Fix Play/Resume highlighting 2022-01-15 20:33:06 +03:00
Dmitry Lyzo
22e45c2bf2 Fix auto focus on Play/Resume 2022-01-15 20:03:13 +03:00
SenorSmartyPants
88ece49460 Display series level extras on tv series page. 2022-01-14 16:45:03 -06:00
Bill Thornton
a7f58a91bf Add plugin repository help link 2022-01-13 14:16:14 -05:00
Bill Thornton
47b24659a6
Merge pull request #3319 from SenorSmartyPants/LiveTVDisplay
Add episode details to live TV DVR schedule
2022-01-13 12:55:35 -05:00
Bill Thornton
7701049335
Merge pull request #3271 from thornbill/fix-number-filter
Fix number option in alphapicker
2022-01-13 10:55:17 -05:00
iainsaxonhome
c03166ed02 Reimplemented Exit App function 2022-01-13 08:46:00 +11:00
SenorSmartyPants
12d65a9459 Make active TV recordings look more consistent...
with finished recordings and other TV episodes
2022-01-11 19:10:13 -06:00
iainsaxonhome
3c5da3f01b Added Quit App to menu 2022-01-12 10:39:21 +11:00
Bill Thornton
7618fb5c2b
Merge pull request #3071 from grafixeyehero/convert-userLibraryAccessPage-to-react
Convert userLibraryAccessPage to react
2022-01-10 23:46:56 -05:00
grafixeyehero
c6966c67f7 Convert userParentalControlPage to react 2022-01-07 03:43:13 +03:00
Bill Thornton
5e247f094d Fix number option in alphapicker 2022-01-04 17:13:31 -05:00
Bill Thornton
dc6c291910
Merge pull request #3070 from grafixeyehero/convert-editUserPage-to-react
Convert edit user page to react
2022-01-04 10:45:21 -05:00
grafixeyehero
a2e908a4de Convert userLibraryAccessPage to react 2022-01-02 04:42:01 +03:00