Commit Graph

174 Commits

Author SHA1 Message Date
Bill Thornton cb8b2836c2 Use enum for item actions 2025-12-03 17:31:12 -05:00
thornbill 8026ae3137 Backport pull request #7248 from jellyfin-web/release-10.11.z
Fix multiple album artists in card footer

Original-merge: 7c0c2e088f5df52e48018ff9b215a6dfdadde42a

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

Backported-by: Joshua M. Boniface <joshua@boniface.me>
2025-10-27 15:47:13 -04:00
JohnCaveson 4f9a105921 Show all album artists on cards (#6929)
* Remove indexing and accept a full array of albumartists into the function

* removing console.debug

* Use Array.isArray for array type check

* Fix missing paren

---------

Co-authored-by: greergoodman6@gmail.com <ggoodman@DESKTOP-R652T9J.localdomain>
Co-authored-by: Bill Thornton <thornbill@users.noreply.github.com>
2025-10-18 02:56:42 -04:00
Bill Thornton 2346943348 Move dom.js to utils 2025-07-11 18:28:55 -04:00
viown a050b9cccb Update position ticks when user data updates 2025-06-02 14:24:33 +03:00
Bill Thornton 953073cd28 Use index file for apiclient lib imports 2025-04-22 08:48:34 -04:00
Bill Thornton 5bcbcfbe12 Move server connections to lib 2025-04-22 08:26:43 -04:00
Bill Thornton ad2472e90e Fix unused var and pseudorandom warnings 2025-03-27 12:15:56 -04:00
othmar52 d2f522a1e0 Add title attribute to actor roles (#6344)
Co-authored-by: engine <engine@pentagon.usa.gov>
2025-02-20 17:59:34 -05:00
Bill Thornton 4730a30c3d Fix lint errors 2025-02-20 12:51:59 -05:00
Simon Schrott 4192cd8d27 fix select all on more then 49 items in search result row 2025-01-06 15:28:50 -05:00
Bill Thornton 414ae94312 Normalize item icons 2024-09-17 16:40:19 -04:00
viown dc8f9586c4 Backport pull request #5817 from jellyfin-web/release-10.9.z
Fix undefined serverId in Person card

Original-merge: d47023855ef81ddeb3056153a40f5daf940b5488

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

Backported-by: Joshua M. Boniface <joshua@boniface.me>
2024-08-25 02:47:21 -04:00
Peter Santos 1da9b548ac Replace existence check with optional chaining (#5742) 2024-08-17 02:58:01 -04:00
Bill Thornton 056d802c56 Move globalize to lib 2024-08-14 14:00:09 -04:00
scampower3 5d606021ed Backport pull request #5587 from jellyfin-web/release-10.9.z
Fix square posters

Original-merge: 9e34ae8b423619dda18a9b57b000a686b7a4059d

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

Backported-by: Joshua M. Boniface <joshua@boniface.me>
2024-05-25 11:50:46 -04:00
Bill Thornton f002d540a2 Fix role and type display on people cards 2024-05-08 13:56:06 -04:00
Andrew Rabert ee0dfed858 Fix unplayed count styling when navigating back 2024-05-01 17:06:08 -04:00
grafixeyehero 97472ac8bb Convert CardView to react 2024-01-31 04:25:14 +03:00
Bill Thornton 92ed674e7e Remove click action from item details primary image 2023-11-30 13:09:43 -05:00
Dmitriy Dubson c8a7c7040a Reduce cognitive complexity in card builder component 2023-10-27 09:29:09 -04:00
Bill Thornton 359e168ace Use icon url from client capabilities 2023-10-16 01:38:22 -04:00
scampower3 fbcd543a26 Fix Same year appears in <year> - <year> format under card. 2023-10-11 01:49:41 +08:00
Bill Thornton f1afaa975e Refactor home screen 2023-10-05 11:20:27 -04:00
Dmitriy Dubson d77d69b570 Refactor desired aspect and posters per row functions to reduce cognitive complexity
Fixes gh-4828
2023-10-05 09:42:04 -04:00
Bill Thornton 1e3fa5418c Remove duplicate card shape functions 2023-10-01 02:54:23 -04:00
Bill Thornton 20381bd3ec Fix all loneliness 2023-09-12 23:45:36 -04:00
Bill Thornton f35a8151e0 Add prefer optional chaining rule 2023-07-06 13:39:48 -04:00
Bill Thornton d7d0d7305c Merge pull request #4556 from thornbill/routes-cleanup
Cleanup routes
2023-05-04 13:02:33 -04:00
Bill Thornton 01acfeb3ac Merge pull request #4552 from rqres/fix-codesmell-for-of
Refactor `for` loops to `for-of` loops
2023-05-03 09:52:18 -04:00
Bill Thornton f96166657d Move remaining router components 2023-05-02 16:40:31 -04:00
Bill Thornton 8041167473 Use typescript eslint parser for all files 2023-05-02 15:51:46 -04:00
Rares Tamasanu 2b9141f4cd fix code smell: 'for loop should be for-of' 2023-04-30 19:15:14 +01:00
Bill Thornton f2726653ae Fix indentation issues 2023-04-19 01:56:05 -04:00
Bill Thornton 6f3aa2f1df Fix eslint issues 2023-03-29 00:38:22 -04:00
Bill Thornton 4937f2d60c Add random int utility function 2023-03-14 01:32:36 -04:00
Bill Thornton 329cf77c81 Add eslint radix rule for parseInt 2023-03-09 00:20:11 -05:00
Pier-Luc Ducharme cf5d65d86e Simplify code with object shorthand syntax 2023-03-07 23:24:12 -05:00
Pier-Luc Ducharme dc5ab265f6 Refactor cardBuilder to follow max-params rule 2023-03-07 22:50:29 -05:00
Hadi Charara 104ad71ea7 Merge branch 'master' into hadicharara/added-support-for-rtl-layouts 2022-10-12 08:29:53 -04:00
Bill Thornton 554cd1210c Fix sonarjs no-duplicated-branches 2022-10-05 12:58:48 -04:00
Bill Thornton 3417d56bf3 Fix weird ternary statements that sonar flags 2022-10-04 16:16:54 -04:00
Bill Thornton 1f4e65822b Fix sonarjs no-collapsible-if 2022-10-03 14:26:16 -04:00
Hadi Charara 32f103b852 Merge branch 'master' into hadicharara/added-support-for-rtl-layouts 2022-10-01 16:55:59 -04:00
Bill Thornton 3fb990fdd2 Backport pull request #3789 from jellyfin/release-10.8.z
Fix XSS in card aria labels

Original-merge: 747f7beae714a09e6b56e9557ad0a86d738b5218

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

Backported-by: Joshua Boniface <joshua@boniface.me>
2022-08-02 23:59:18 -04:00
Joshua Boniface 149e09b523 Backport pull request #3730 from jellyfin/release-10.8.z
CardBuilder: Test episode number in addition to episode name

Authored-by: SenorSmartyPants <senorsmartypants@gmail.com>

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

Original-merge: a38d0bbacc129add961d1e2a9c8b5085f49c0d39
2022-07-20 19:29:50 -04:00
Hadi Charara cb234bf8ee Removed useless declarations 2022-07-05 15:28:13 -04:00
Hadi Charara ea85b4a6d7 Added <bdi> to item titles 2022-07-03 15:05:09 -04:00
Hadi Charara 894d0d8038 fixed minor bug 2022-07-03 14:05:09 -04:00
Hadi Charara df39a9a1ff Uses now proper toLocaleString function 2022-07-03 14:03:39 -04:00