grafixeyehero
4562f34995
Fix Refresh Indicator
2024-06-22 19:04:49 +03:00
grafixeyehero
be891c3a98
Update to React 18
2024-06-09 08:25:36 +03:00
scampower3
5d606021ed
Backport pull request #5587 from jellyfin-web/release-10.9.z
...
Fix square posters
Original-merge: 9e34ae8b42
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
2d1efc0682
apply suggestion
...
Co-authored-by: Bill Thornton <thornbill@users.noreply.github.com>
2024-03-18 21:20:42 +03:00
grafixeyehero
ca7e5338bd
Replace ' ' with '\u00A0'
2024-03-09 04:06:32 +03:00
grafixeyehero
8197e012a7
Uses an Image component to display the logo image
2024-03-09 03:52:17 +03:00
grafixeyehero
e8422e2c29
Remove escapeHTML
2024-03-09 03:41:33 +03:00
grafixeyehero
d5a775502b
Move itemdto to base models folder
2024-03-03 01:31:35 +03:00
grafixeyehero
efe5d0b84d
Remove disabled jsx-no-useless-fragment commit
...
Co-authored-by: Bill Thornton <thornbill@users.noreply.github.com>
2024-03-01 21:15:52 +03:00
grafixeyehero
90a1d06557
separate shared types
...
Co-authored-by: Bill Thornton <thornbill@users.noreply.github.com>
2024-02-29 04:22:13 +03:00
grafixeyehero
8cbddba8fd
Use enums CardShape & BaseItemKind,
...
Use type import for react FC,
Remove escapeHTML
Co-authored-by: Bill Thornton <thornbill@users.noreply.github.com>
2024-02-28 22:47:36 +03:00
grafixeyehero
11d013b07e
Remove escapeHTML
...
Co-authored-by: Bill Thornton <thornbill@users.noreply.github.com>
2024-02-28 21:18:37 +03:00
grafixeyehero
533ae17767
Use type import for react FC
...
Co-authored-by: Bill Thornton <thornbill@users.noreply.github.com>
2024-02-28 21:02:05 +03:00
grafixeyehero
ed46ee5254
Replace deprecated getItemImageUrl with imageUrlsApi.getItemImageUrlById
2024-02-01 19:41:08 +03:00
grafixeyehero
876fbee53e
Fix navigation for mobile layout
2024-01-31 05:25:38 +03:00
grafixeyehero
97472ac8bb
Convert CardView to react
2024-01-31 04:25:14 +03:00
Bill Thornton
4356619459
Remove unnecessary class name variable
2024-01-04 11:11:21 -05:00
Bill Thornton
680b6c9f33
Add icon support to cardImage
2023-11-30 13:09:43 -05: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
Daan Vankerkom
c6bcee3b26
Reduce TV card scale size
...
Reduced the transform scale from 10% to 7% to increase readability and reduce cognitive overload.
2023-04-24 11:47:40 -04: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
a4f5803016
Fixed linting issues
2022-10-03 13:36:26 -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: 747f7beae7
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: a38d0bbacc
2022-07-20 19:29:50 -04:00
Hadi Charara
d4202e0279
Replaced all inline entries with attribute bases selectors
2022-07-14 17:59:23 -04:00