Commit Graph

145 Commits

Author SHA1 Message Date
sancodes 9f19170dec fix no-sequence lint 2022-04-30 13:04:58 -07:00
Bill Thornton 4b7f615001 Merge pull request #3560 from thornbill/refactor-transparency
Move backdrop transparency method to component
2022-04-19 23:26:12 -04:00
Bill Thornton 89af1e339d Merge pull request #3479 from davidmurdoch/fix/buttons-arent-for-links
Change buttons that act as links to anchor tags
2022-04-19 16:42:13 -04:00
Bill Thornton 054587d9ae Merge pull request #3559 from thornbill/remove-equality-funcs
Remove custom equality check functions
2022-04-19 16:27:48 -04:00
Bill Thornton 39a36208c0 Merge pull request #3535 from dmitrylyzo/fix-poster-resume
Fix 'resume' when clicking on item details poster

(cherry picked from commit dace55907f0c795ddd53d3025203f8286ac01df7)
Signed-off-by: Joshua Boniface <joshua@boniface.me>
2022-04-17 15:41:21 -04:00
Bill Thornton 13a70d3186 Merge pull request #3509 from sancodes/eslint-novoid
add eslint novoid
2022-04-13 00:44:30 -04:00
Bill Thornton a9ae263045 Remove default export for backdrop component 2022-04-12 16:58:56 -04:00
Bill Thornton ff5c25c4a8 Remove custom equality check functions 2022-04-12 12:55:38 -04:00
Bill Thornton 2d2b99d3b9 Move clientUtils and rename 2022-04-10 02:22:13 -04:00
sancodes 27cd24f5fc fix return statements 2022-04-08 19:10:11 -07:00
Bill Thornton 7ec51f111c Merge pull request #3519 from dmitrylyzo/fix-escapehtml
Escape HTML

(cherry picked from commit ef811e699ca4473b2548badb6295256bccb82ea9)
Signed-off-by: crobibero <cody@robibe.ro>
2022-04-07 13:00:12 -04:00
David Murdoch 0ffff84a9e change buttons that act as links to anchor tags
Buttons and links are different and serve different purposes. Links _go
somewhere_ while buttons _do something_.

When I click on a movie title to _go to_ the movie page the thing I
click should act like a link. If I ctrl+click or middle click it it
should still act like a link... by opening in a new tab.
2022-04-01 18:52:16 -04:00
Bill Thornton 9cf5b25111 Remove duplicate import 2022-04-01 00:40:21 -04:00
Bill Thornton 1085034c18 Remove setTitle function in app router 2022-03-31 14:36:09 -04:00
sancodes 408f2b2bda modify necessary void replacements 2022-03-21 20:50:19 -07:00
Felix Oswald 659657b62d escaped ExternalUrls with escapeHtml() 2022-03-19 11:26:03 +01:00
Felix Oswald 2521b06142 escaped location with escapeHtml() 2022-03-19 09:50:40 +01:00
Felix Oswald 55ad352d08 escaped location to prevent xss 2022-03-18 21:17:19 +01:00
Felix Oswald e6465ec6ec Fix birth location link 2022-03-18 15:15:31 +01:00
Bill Thornton 4340b06101 Merge pull request #3481 from Maxr1998/album-tracks-index-sort 2022-03-08 18:36:23 -05:00
Dmitry Lyzo 8420d0fef2 Sanitize HTML 2022-03-06 13:29:16 +03:00
Dmitry Lyzo 59adbc348a Escape HTML 2022-03-06 13:29:14 +03:00
Dmitry Lyzo 08cbc5aa8f refactor: Move condition out of loop 2022-03-06 13:27:40 +03:00
Maxr1998 209d731250 Sort album tracks by (Parent)IndexNumber, then SortName
Track sorting in albums could previously be incorrect if metadata specified a SortName tag.

Also see: jellyfin/jellyfin#7323, jellyfin/jellyfin#7324
2022-03-04 18:59:49 +01:00
Bill Thornton 23ce32f617 Fix click on item details poster playing wrong item 2022-03-02 15:52:39 -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
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 c5848b9934 Merge pull request #3357 from SenorSmartyPants/MediaSourceCount
Display MediaSourceCount for all media Types
2022-02-15 23:24:53 -05: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 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
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 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 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 152a524772 Merge pull request #2786 from MrTimscampi/person-improvements
Improve people pages and metadata editor
2021-09-09 10:38:44 -04:00
Bill Thornton 1734f5c345 Mobile layout refinements 2021-08-13 14:43:55 -04:00
Bill Thornton d69245361c Disable item backdrops for people 2021-08-13 09:34:15 -04:00