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

71 commits

Author SHA1 Message Date
Bill Thornton
500312de33
Merge pull request #4881 from thornbill/remove-poster-click 2024-01-04 20:42:43 -05:00
Bill Thornton
7607c8dbd3 Fix iOS 12 crashing in scroller 2024-01-03 11:50:30 -05:00
Bill Thornton
92ed674e7e Remove click action from item details primary image 2023-11-30 13:09:43 -05:00
Bill Thornton
ad79f39910
Merge pull request #4880 from grafixeyehero/sort-options
Use sort options based on view type
2023-11-03 11:22:09 -04:00
grafixeyehero
ccb31b4637 apply suggestion 2023-10-25 19:26:44 +03:00
Bill Thornton
83aec0253e
Merge pull request #4874 from grafixeyehero/Convert-ItemsContainer-to-react
Convert emby-ItemsContainer to react
2023-10-25 01:15:43 -04:00
Bill Thornton
85e05d595d Handle json parse error when testing urls 2023-10-20 13:48:03 -04:00
Bill Thornton
abb0c7d2ca Ensure IconUrl from capabilities is a valid url 2023-10-16 12:09:56 -04:00
Bill Thornton
359e168ace Use icon url from client capabilities 2023-10-16 01:38:22 -04:00
grafixeyehero
561293b2a7 Use sort options based on view type 2023-10-14 20:07:53 +03:00
grafixeyehero
c767dba439 Convert ItemsContainer to react 2023-10-13 02:07:49 +03:00
grafixeyehero
8725edb9e4 use logical OR ( || ) 2023-10-11 20:00:29 +03:00
grafixeyehero
c61df2eb92 Refactor: viewitemcontainer 2023-10-11 00:10:16 -04:00
Dmitry Lyzo
f758aea13b fix: Use userId from params 2023-10-04 15:11:29 +03:00
grafixeyehero
d1f2f1caa0 Add items helper 2023-10-02 23:42:16 +03:00
Bill Thornton
1e3fa5418c Remove duplicate card shape functions 2023-10-01 02:54:23 -04:00
Bill Thornton
4109b7eec6
Merge pull request #4728 from MBR-0001/subtitle-improvements-2
Add ability to upload hearing-impaired subs
2023-09-27 12:54:57 -04:00
MBR#0001
eccfd5316d
Move function to util 2023-09-27 16:42:31 +02:00
Dmitry Lyzo
9e8c7d788a Fix slider rounding 2023-09-26 14:19:51 +03:00
Bill Thornton
9435e3172d
Merge pull request #4761 from dmitrylyzo/hls-direct-play 2023-09-14 15:48:07 -04:00
Dmitry Lyzo
1684acd0ca Extract HLS stream test function 2023-09-14 22:37:16 +03:00
TheMelmacian
5d6756778b apply suggested changes from code review 2023-09-12 23:36:20 +02:00
TheMelmacian
2b547f5a53 small improvements 2023-09-09 15:28:50 +02:00
TheMelmacian
8ec943bc30 move function to get backdrop image to api-client utils 2023-09-09 15:24:52 +02:00
TheMelmacian
5df5f6cdb2 don't use random backdrop in item header 2023-07-20 00:04:04 +02:00
TheMelmacian
aec90cbc96 use random backdrop image on item details pages 2023-07-20 00:00:42 +02:00
Bill Thornton
f35a8151e0 Add prefer optional chaining rule 2023-07-06 13:39:48 -04:00
Bill Thornton
4161220965 Fix extra requests in standalone mode 2023-05-18 18:14:12 -04:00
Bill Thornton
eedd40159c Fix floating promises in ts files 2023-05-04 15:59:22 -04:00
Bill Thornton
f96166657d Move remaining router components 2023-05-02 16:40:31 -04:00
Bill Thornton
8f730b8270 Fix eslint warnings in ts files 2023-04-26 11:30:57 -04:00
Bill Thornton
23c3df7feb
Merge pull request #4221 from dann-merlin/fix_long_getItems_request_URL 2023-04-18 20:50:21 -04:00
Merlin Danner
012c281615 Bump ITEMS_PER_REQUEST_LIMIT to 40 (getItems call) 2023-04-19 02:43:47 +02:00
dann-merlin
3629e826df
Update src/utils/jellyfin-apiclient/getItems.ts
Co-authored-by: Bill Thornton <thornbill@users.noreply.github.com>
2023-04-19 00:43:21 +00:00
Bill Thornton
0df6c66646 Move fetchLocal function to utils 2023-04-16 23:37:37 -04:00
Merlin Danner
840fbed68a Fix eslint errors (syntax) 2023-04-13 13:25:19 +02:00
Merlin Danner
4fe4ed2b0a Define interface for getItems options 2023-04-03 14:34:57 +02:00
Merlin Danner
06c4f0f258 Add JSDoc comment to getItems helper
In return the comments at each usage are removed.
2023-03-29 07:44:21 +02:00
Merlin Danner
d8bbba2dc9 Add handling of undefined cases for tsc
The handled cases are never going to actually be undefined,
as the affected variables are defined before.
tsc however was not satisfied so these changed had to be made.
2023-03-29 07:26:22 +02:00
Merlin Danner
762feba94c Use syntactic sugar to check if Ids is undefined 2023-03-29 07:06:29 +02:00
dann-merlin
2154ea64ad
Update src/utils/jellyfin-apiclient/getItems.ts
Co-authored-by: Bill Thornton <thornbill@users.noreply.github.com>
2023-03-29 05:02:23 +00:00
dann-merlin
5932decce5
Update src/utils/jellyfin-apiclient/getItems.ts
Co-authored-by: Bill Thornton <thornbill@users.noreply.github.com>
2023-03-29 05:00:40 +00:00
dann-merlin
da4f890adf
Update src/utils/jellyfin-apiclient/getItems.ts
Co-authored-by: Bill Thornton <thornbill@users.noreply.github.com>
2023-03-29 05:00:04 +00:00
dann-merlin
eca7cc7ced
Update src/utils/jellyfin-apiclient/getItems.ts
Co-authored-by: Bill Thornton <thornbill@users.noreply.github.com>
2023-03-29 04:59:20 +00:00
Merlin Danner
117dd15394 Rename variable in getItemsSplit loop 2023-03-29 06:50:15 +02:00
Merlin Danner
96febf9f25 Rename file level constant to conform naming conv.
Renames idsPerItemRequestLimit to ITEMS_PER_REQUEST_LIMIT
as it as a file level constant.
2023-03-29 06:29:37 +02:00
dann-merlin
09a6ef2cdb
Merge branch 'master' into fix_long_getItems_request_URL 2023-03-14 22:03:44 +00:00
Bill Thornton
4937f2d60c Add random int utility function 2023-03-14 01:32:36 -04:00
Merlin Danner
1a069b49be Rename getItemsHelper.ts to getItems.ts 2023-03-08 02:39:17 +00:00
Merlin Danner
e693724055 Remove leftover debugging log in getItems 2023-03-08 02:39:17 +00:00