Commit Graph

80 Commits

Author SHA1 Message Date
Bill Thornton ad2472e90e Fix unused var and pseudorandom warnings 2025-03-27 12:15:56 -04:00
Bill Thornton 4730a30c3d Fix lint errors 2025-02-20 12:51:59 -05:00
Matthew Haughton a337f7af2b Update to typescript-eslint v8 (#6372)
* Update typescript-eslint to v8

* Disable @typescript-eslint/prefer-optional-chain

This rule now requires type information which is not currently enabled for
the Typescript ESLint checks.

* Remove unused vars

* Disable no-empty-function for line using updated config

* Disable rule for lines that violate updated typescript-eslint rules

* Use void operator to fix no-floating-promises

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

* Use void operator to fix no-floating-promises

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

---------

Co-authored-by: Bill Thornton <thornbill@users.noreply.github.com>
2025-01-13 13:16:44 -05:00
grafixeyehero b681e5a1c8 Removed unused prop 2024-08-24 04:31:25 +03:00
grafixeyehero 106392b9cb Add Media Info Stats 2024-08-22 01:04:18 +03:00
grafixeyehero 82d70763bb Add Secondary Media Info 2024-08-22 01:01:59 +03:00
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
grafixeyehero 5fbc417e3b Add shared ItemStatus and ItemDtoQueryResult Type 2024-08-21 03:31:21 +03:00
Bill Thornton 056d802c56 Move globalize to lib 2024-08-14 14:00:09 -04:00
grafixeyehero d5a775502b Move itemdto to base models folder 2024-03-03 01:31:35 +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 bbc1860bde Replace hardcoded color with theme reference
Co-authored-by: Bill Thornton <thornbill@users.noreply.github.com>
2024-02-29 04:21:24 +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 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 c3b5d50313 Convert mediainfo PrimaryMediaInfo to react 2024-01-31 03:01:58 +03:00
LJQ a01bfcef33 Change from 5 tabs to 20 spaces 2023-10-13 12:21:32 +08:00
LJQ 36db09fb53 Fixed year appearing as <year>-<year> in the series page when the years are the same. 2023-10-13 01:54:42 +08:00
Bill Thornton f96166657d Move remaining router components 2023-05-02 16:40:31 -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
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
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 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 cb234bf8ee Removed useless declarations 2022-07-05 15:28:13 -04:00
Hadi Charara df39a9a1ff Uses now proper toLocaleString function 2022-07-03 14:03:39 -04:00
Hadi Charara d38518e1e5 More small css fixes 2022-07-03 10:13:06 -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 119df2cc99 Add aria-hidden to button icons 2022-02-25 01:52:14 +03:00
SenorSmartyPants c0754d054b Display Premiere date consistently with edit metadata dialog 2021-12-18 16:56:49 -06:00
Bill Thornton 7c607cf47a Merge pull request #2944 from SegiH/showPlaylistItemCount
Show playlist item count
2021-09-13 10:20:10 -04:00
Dmitry Lyzo 6165d5f69e Use the same duration format 2021-09-11 12:44:49 +03:00
Segi 2d81800e21 Add condition to allow playlist to show item count 2021-09-09 12:05:52 -07:00
Bill Thornton 910133c3b3 Merge pull request #2539 from BrianCArnold/showHoursOnLongMedia 2021-09-08 13:19:00 -04:00
Bill Thornton 54e1577097 Remove length check that should always be true 2021-09-08 13:01:09 -04:00
Bill Thornton b22fa1dcec Update duration format to Xh Xm 2021-09-07 15:37:16 -04:00
Hazil Mohamed 610b05025d fix endsAt when playback rate changes 2021-07-03 17:08:25 +05:30
BrianCArnold 62a791fad5 Update mediainfo.js
Fix missing const keyword and spacing on operator.
2021-04-12 10:43:25 -04:00
BrianCArnold 6a828074ae Merge pull request #1 from jellyfin/master
Merge from Main/Master
2021-04-12 10:39:20 -04:00
BrianCArnold 115684f7dd Update mediainfo.js
Fix typo regarding source of Ticks
2021-04-12 10:38:08 -04:00
Brian Arnold 842fb086b9 Changed calculation for media info run time to render hours when greater than 59 minutes 2021-03-31 02:35:21 -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
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
MrTimscampi 3f59288158 Improve Up Next dialog 2020-08-29 16:08:04 +02:00