Commit Graph

154 Commits

Author SHA1 Message Date
Bill Thornton 2346943348 Move dom.js to utils 2025-07-11 18:28:55 -04:00
TOomaAh 5bee81111a fix: move Chapters,Trickplay fields to shuffle query only 2025-06-11 23:11:56 +02:00
Nicholas Jorgenson d190fdb27c Fix lazy loading on the genre pages (#6799)
* Fix genre tab from sorting shows randomly

* Fix loading elements that have already been loaded

* Fix lazyLoader for show and movie genre tabs

* Reduce time window in which callback may be executed again
2025-04-29 16:06:43 -04:00
Bill Thornton 6994ad8de2 Update filter icons 2025-04-16 14:28:55 -04:00
Bill Thornton d64a17e3eb Remove trailers tab 2025-04-11 01:03:05 -04:00
Bill Thornton d6353f27b8 Remove .html from routes 2025-03-17 15:39:21 -04:00
Alain CAO 8327a8fe95 Fix trickplay/chapter when play from list/shuffle 2025-01-10 22:37:40 +00:00
David Murdoch ce4aded654 Update src/controllers/movies/movies.js
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
2024-09-26 16:15:18 -04:00
David Murdoch bb78451102 Update src/controllers/movies/movies.js
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
2024-09-25 13:49:41 -04:00
David Murdoch f52ac7a96d Limit number of results returned since we only use 1 2024-09-25 13:48:34 -04:00
David Murdoch 74c735dbd0 Fix movies Shuffle button 2024-09-25 13:48:34 -04:00
grafixeyehero f323203012 apply suggestion
Co-authored-by: Bill Thornton <thornbill@users.noreply.github.com>
2024-08-20 23:36:42 +03:00
grafixeyehero 5d2b614865 Add btnFilter-wrapper to fix hover styling
Co-authored-by: Bill Thornton <thornbill@users.noreply.github.com>
2024-08-17 01:55:30 +03:00
grafixeyehero 7074d41a56 Fix save library filter state 2024-08-17 01:14:30 +03:00
grafixeyehero c779035a75 Add Filter Status Indicator 2024-08-17 01:14:28 +03:00
Bill Thornton 056d802c56 Move globalize to lib 2024-08-14 14:00:09 -04:00
ConnorS1110 cf6eaa6b92 Backport pull request #5377 from jellyfin-web/release-10.9.z
Fix changing filters not resetting multiselected media cards

Original-merge: 798b408bd79ebe0efc240ee19d398ce0dfa2c818

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

Backported-by: Bill Thornton <thornbill@users.noreply.github.com>
2024-07-21 01:43:51 -04:00
thornbill 0b8fcb96c8 Backport pull request #5668 from jellyfin-web/release-10.9.z
Remove IMDb references

Original-merge: 7e20d3032fb2ac445f82ceb5c1b046d28410b574

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

Backported-by: Joshua M. Boniface <joshua@boniface.me>
2024-06-06 14:39:55 -04:00
Bill Thornton dace38c8dd Remove sync info from requested fields 2024-01-11 02:24:16 -05:00
Bill Thornton 1e3fa5418c Remove duplicate card shape functions 2023-10-01 02:54:23 -04:00
grafixeyehero 1825b821af cleanup duplicate userSettings from libraryBrowser 2023-07-14 21:32:34 +03:00
Bill Thornton ec0adb895b Add constructor capitalization rule 2023-07-06 11:49:55 -04:00
Dmitry Lyzo 5c44b03b5f Fix access to missing Shuffle button 2023-05-25 11:36:01 +03:00
Bill Thornton e730f1a17c Add enum for library tab values 2023-05-09 10:28:29 -04:00
Bill Thornton f96166657d Move remaining router components 2023-05-02 16:40:31 -04:00
grafixeyehero a3c8e11025 clean up 2023-04-11 02:53:38 +03:00
grafixeyehero 6cb6e10083 revert asyncRoutes to legacyRoutes 2023-04-10 22:58:14 +03:00
grafixeyehero 9741470c8c remove unused movies file 2022-10-26 23:46:02 +03:00
Aimekram 8251b65399 fix: indentation 2022-10-19 22:15:25 +02:00
Aimekram 832b9eaf4d fix: eslint no-shadow errors 2022-10-16 16:04:37 +02:00
Bill Thornton 0a0e45d155 Replace apiclient event bus with local version 2022-10-14 10:58:16 -04:00
Bill Thornton 76ed503c81 Fix sonarjs no-small-switch 2022-10-08 03:18:30 -04:00
Bill Thornton 05862bdc0b Merge pull request #3631 from dannymichel/sort-random-master
Add random sorting
2022-06-14 10:33:29 -04:00
Bill Thornton babc425fdb Merge pull request #3603 from ryan-hartzell/eslint-no-nested-ternary
add eslint no-nested-ternary rule and fix violations
2022-05-17 11:44:32 -04:00
Victor Usoltsev d89bcdca18 Fixes PR comment. 2022-05-13 10:02:40 +12:00
Danny Michel 8a2e2af2eb Requested changes
Requested changes https://github.com/jellyfin/jellyfin-web/pull/3631#discussion_r871799701 https://github.com/jellyfin/jellyfin-web/pull/3631#discussion_r871800253 https://github.com/jellyfin/jellyfin-web/pull/3631#discussion_r871800701
2022-05-12 17:43:28 -04:00
Danny Michel 178cef0d91 Add random sorting
Added random sorting to tv shows and movies lists
2022-05-12 13:15:15 -04:00
Victor Usoltsev de1cd2275f Shows movie shuffle button only when items are present. 2022-05-12 10:16:09 +12:00
Victor Usoltsev 0e8990d781 Fix PR comments. 2022-05-11 09:27:23 +12:00
Victor Usoltsev fe05939ec3 Adds shuffle button to movie collections. 2022-05-09 22:36:07 +12:00
Ryan Hartzell d895a4fc6a add eslint no-nested-ternary rule and fix violations 2022-04-27 16:06:24 -07:00
Bill Thornton 2d2b99d3b9 Move clientUtils and rename 2022-04-10 02:22:13 -04:00
Dmitry Lyzo 59adbc348a Escape HTML 2022-03-06 13:29:14 +03:00
Dmitry Lyzo 161ce2404b Add title to buttons 2022-03-03 17:19:27 +03: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
Dmitry Lyzo 119df2cc99 Add aria-hidden to button icons 2022-02-25 01:52:14 +03:00
Bill Thornton 5e247f094d Fix number option in alphapicker 2022-01-04 17:13:31 -05:00
Bill Thornton f87bdf098a Make movies and shows in genre list random 2021-12-30 11:53:12 -05:00
ianjazz246 538cee3cf1 Sort genres by SortName instead of Random 2021-11-24 09:52:16 -08:00