Commit Graph

1405 Commits

Author SHA1 Message Date
Joshua M. Boniface 9a8c1a0c21 Merge pull request #3473 from thornbill/next-up-rewatching 2022-03-05 14:29:57 -05:00
Dmitry Lyzo 5d1fe2eeaf Add aria-labels for accessibility 2022-03-03 18:15:32 +03:00
Dmitry Lyzo 161ce2404b Add title to buttons 2022-03-03 17:19:27 +03:00
Bill Thornton 23ce32f617 Fix click on item details poster playing wrong item 2022-03-02 15:52:39 -05:00
Bill Thornton ddbe596696 Remove unneeded empty functions 2022-03-02 00:59:04 -05:00
Bill Thornton 9067b0e397 Fix eslint errors for empty functions/constructors 2022-03-01 10:57:48 -05:00
Bill Thornton 86c458bf37 Move rewatching in next up to display option and remove home section 2022-03-01 00:56:48 -05:00
Dmitry Lyzo 119df2cc99 Add aria-hidden to button icons 2022-02-25 01:52:14 +03:00
Dmitry Lyzo 27bdb24598 refactor: Use span for icons 2022-02-25 01:33:21 +03:00
Bill Thornton fb090f239b Update name of mixed library type 2022-02-22 16:20:20 -05:00
Bill Thornton 270501e4f8 Merge pull request #3367 from SenorSmartyPants/Rewatch
Display rewatching list in Next up section on home page
2022-02-21 12:35:35 -05:00
Bill Thornton e3b8f49bb9 Merge pull request #3444 from dmitrylyzo/fix-theme-navigation
Fix playing theme song when using parent links
2022-02-21 12:32:35 -05:00
Bill Thornton 489613f934 Merge pull request #3443 from dmitrylyzo/fix-focus-jump
Fix Play/Resume focus jump
2022-02-21 12:26:27 -05:00
Dmitry Lyzo eba8cf18d4 Add Markdown to Login Disclaimer 2022-02-21 18:28:39 +03:00
Bill Thornton 376f3e0f8c Merge pull request #3432 from 1337joe/fix-series-sort-by-last-played
Fix show sort by date played
2022-02-21 09:19:59 -05:00
Dmitry Lyzo 7b0f4ed859 Fix playing theme song when using parent links
Navigation by plain links breaks the theme song player because
there is no BaseItemDto in 'state'.
2022-02-21 00:17:13 +03:00
Dmitry Lyzo 04c82ab7c4 Cleanup 2022-02-20 22:42:00 +03:00
Dmitry Lyzo 6ae03974f9 fix: Fix focus jump when focusing Resume
Make the Play button the Resume and replace Resume with Replay.
2022-02-20 22:37:54 +03:00
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
Joe Rogers 9b088f49c8 Sort by show-specific date played 2022-02-16 22:22:52 +01: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 https://github.com/jellyfin/jellyfin-web/commit/ece0b39d7085656d5aa8e8160fd98be6134bf60a
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 a6267aee68 Display rewatching list in Next up section on home page
Supports a Rewatching list page as well.
2022-01-26 17:16:30 -06:00