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

113 commits

Author SHA1 Message Date
grafixeyehero
fabfb9b173 Add more options for PrimaryMediaInfo 2024-08-22 00:50:43 +03:00
grafixeyehero
a3eff3c0ae Update PrimaryMediaInfo option naming 2024-08-21 21:37:06 +03:00
Bill Thornton
3e8592e29e
Merge pull request #5850 from grafixeyehero/move-reusable-component
Move reusable Text Lines component to common file
2024-08-20 16:31:17 -04:00
Bill Thornton
056d802c56 Move globalize to lib 2024-08-14 14:00:09 -04:00
grafixeyehero
b9b963cca8 Move reusable TextLines component to common file 2024-08-08 04:25:05 +03:00
Bill Thornton
94f65820a6 Remove usage of deprecated getItemImageUrl 2024-07-02 10:18:03 -04:00
Chaitanya-Shahare
00e02888d2 Backport pull request #5680 from jellyfin-web/release-10.9.z
Fix episode overview markdown render

Original-merge: aed4ffa2cd

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

Backported-by: Joshua M. Boniface <joshua@boniface.me>
2024-06-23 11:42:23 -04:00
grafixeyehero
be891c3a98 Update to React 18 2024-06-09 08:25:36 +03:00
grafixeyehero
d5a775502b Move itemdto to base models folder 2024-03-03 01:31:35 +03:00
grafixeyehero
511f8340ef Replace jellyfin sdk generated-client models wiyh full path
Co-authored-by: Bill Thornton <thornbill@users.noreply.github.com>
2024-02-28 23:10:31 +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
9efc71fa3b Convert ListView to react 2024-01-31 04:20:42 +03:00
Dmitriy Dubson
c8a7c7040a Reduce cognitive complexity in card builder component 2023-10-27 09:29:09 -04:00
Ranbeer
e6828eeee8 remove linter errors 2023-10-14 20:35:55 +05:30
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
f2726653ae Fix indentation issues 2023-04-19 01:56:05 -04:00
SenorSmartyPants
5c51b4b985 Code review changes implemented 2023-02-07 13:12:19 -06:00
SenorSmartyPants
65543e77a4 Display whole channel icon and new/repeat/live/premiere flags
- Make timer list visually identical when displayed on Series Timer page, or Series page.
- Display full channel icon (background-size: contain)
- Display New/Repeat/etc in timer list. Respects user guide settings for which flags to display
- Add margin before timerIndicator if mediainfo is present
- Add option to display officialRating display in mediainfo
- Use ids instead of CSS class for seriesTimerSchedule*
2022-11-21 17:45:56 -06:00
Daan Vankerkom
cfa2789008 Properly align list view and side nav
- Matching the alignment of the side navigation drawer and the my preferences menu.
- Matching the font sizes and weights.
2022-11-09 02:00:04 +01:00
Dmitry Lyzo
2b8d0de344 fix listview and actionsheet items 2022-10-16 00:37:47 +03:00
Dmitry Lyzo
39879baefe fix HTML escaping 2022-10-16 00:06:54 +03:00
Hadi Charara
104ad71ea7 Merge branch 'master' into hadicharara/added-support-for-rtl-layouts 2022-10-12 08:29:53 -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
99ddfbd33c Modified a fire other inline entries 2022-07-14 17:59:37 -04:00
Hadi Charara
d4202e0279 Replaced all inline entries with attribute bases selectors 2022-07-14 17:59:23 -04:00
Hadi Charara
ece21d0de0 Deployed music player fixes 2022-07-08 22:25:41 -04:00
Hadi Charara
b15953acc2 Added a few bdi tags for a good experience 2022-07-04 13:29:46 -04:00
Hadi Charara
7b1afeef82 Some library rtl fixes 2022-07-04 11:56:38 -04:00
Hadi Charara
974417ce3d use inline and block properties now 2022-07-02 22:59:40 -04:00
Hadi Charara
0f994ccb5b Initial support for RTL layouts 2022-07-02 15:50:52 -04:00
Dmitry Lyzo
59adbc348a Escape HTML 2022-03-06 13:29:14 +03:00
Dmitry Lyzo
ebaa5026d9 refactor: Remove redundant access to the array 2022-03-06 13:27:40 +03:00
Dmitry Lyzo
119df2cc99 Add aria-hidden to button icons 2022-02-25 01:52:14 +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
e11109e2f8 Reduce the size of the icon in the listview 2022-02-10 00:21:57 +03: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
Bill Thornton
a1077b3128 Fix list view item encoding 2021-11-10 14:14:02 -05:00
Bill Thornton
2c85b7806b
Merge pull request #2514 from oddstr13/image-fill-resize
Add support for fillWidth and fillHeight
2021-04-11 12:30:06 -04:00
Bill Thornton
f60b7686d0 Remove unused variables 2021-03-23 11:28:16 -04:00
Bill Thornton
a47f6d458c Move components css files to sass 2021-03-19 14:00:59 -04:00
Odd Stråbø
814713235e Add support for fillWidth and fillHeight
I have probably missed a few places it should be used
2021-03-17 22:43:52 +01:00
vitorsemeano
5071aedcea extracted connectionManager from site.js
new module ServerConnections for ConnectionManager
all code adapted to this new module
removed Events and ConnectionManager from eslintrc
2020-11-05 23:12:23 +00:00
MrTimscampi
7d9208e951 WIP 2020-11-05 23:09:09 +00:00
MrTimscampi
bfb8c7c1f6 Make import paths ES6-compatible 2020-11-05 22:58:26 +00:00
dkanada
39eddeb205 run eslint to fix most var instances 2020-10-07 21:12:14 +09:00