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

61 commits

Author SHA1 Message Date
Bill Thornton
7cec3dfb53
Merge pull request #6393 from viown/react-logs
Migrate logs to React
2025-01-22 15:01:15 -05:00
thornbill
bcae4477b4 Backport pull request #6433 from jellyfin-web/release-10.10.z
Fix main tab manager crash in experimental layout

Original-merge: 700e72b409

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

Backported-by: thornbill <thornbill@users.noreply.github.com>
2025-01-22 03:12:49 -05:00
viown
a9a287d9fd Move ActionData to separate file 2025-01-15 14:11:37 +03: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
Bill Thornton
1362284d9a
Merge pull request #6271 from thornbill/media-session-subscriber
Refactor media session to playback subscriber
2025-01-11 16:26:27 -05:00
Bill Thornton
bfe5b7cc39 Fix ItemSortBy import path 2024-12-31 23:43:44 -05:00
Bill Thornton
68bac124af Refactor media session to playback subscriber 2024-10-30 02:20:20 -04:00
Bill Thornton
26f7f281cd Add playback subscriber abstraction 2024-10-01 13:41:40 -04: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
Bill Thornton
d232494a89
Merge pull request #5932 from grafixeyehero/Add-ItemDtoQueryResult-ItemStatus
Add shared ItemStatus and ItemDtoQueryResult Type
2024-08-21 11:41:48 -04:00
Bill Thornton
8a6f33fff8 Fix eslint errors 2024-08-21 02:54:09 -04:00
grafixeyehero
5fbc417e3b Add shared ItemStatus and ItemDtoQueryResult Type 2024-08-21 03:31:21 +03:00
grafixeyehero
b9b963cca8 Move reusable TextLines component to common file 2024-08-08 04:25:05 +03:00
grafixeyehero
fd420a457f Add Homevideos View 2024-05-29 03:32:53 +03:00
thornbill
e2f805da19 Backport pull request #5529 from jellyfin-web/release-10.9.z
Restore library menu tabs functionality

Original-merge: 7ce8c070b3

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

Backported-by: Joshua M. Boniface <joshua@boniface.me>
2024-05-17 13:52:49 -04:00
thornbill
017734a0bb Backport pull request #5517 from jellyfin-web/release-10.9.z
Fix video osd not hiding in experimental layout

Original-merge: ea1d069e90

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

Backported-by: Joshua M. Boniface <joshua@boniface.me>
2024-05-17 13:52:45 -04:00
grafixeyehero
8db635e2ae update suggestion 2024-05-03 02:49:19 +03:00
Bill Thornton
c85db57b38 Update album normalization value 2024-05-01 01:56:22 -04:00
grafixeyehero
1a765e8564 Add PlaybackStopInfo Interface 2024-05-01 01:47:28 -04:00
Bill Thornton
4a36f7571b
Merge pull request #5076 from grhallenbeck/dev-react-display-settings
feat: (preferences) migrate user display settings to react
2024-03-25 03:56:45 -04:00
Bill Thornton
15d30ffaeb Add new media error types 2024-03-25 01:26:25 -04:00
Bill Thornton
081d408b18 Add enum for media errors 2024-03-25 01:22:19 -04:00
Grady Hallenbeck
3dd26c7785 feat: (preferences) hook react display settings into user settings 2024-03-24 19:01:50 -07:00
grafixeyehero
28bf7d4dfb Add shared ItemMediaKind Type 2024-03-03 01:36:21 +03:00
grafixeyehero
064cebd41f Add shared ItemKind Type 2024-03-03 01:33:51 +03: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
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
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
grafixeyehero
cc87ba3859 Add reusable component 2024-01-31 04:18:12 +03:00
grafixeyehero
c3b5d50313 Convert mediainfo PrimaryMediaInfo to react 2024-01-31 03:01:58 +03:00
grafixeyehero
2e90f669e5 Migrate Indicator to react 2024-01-31 02:59:45 +03:00
grafixeyehero
22bce0cd94 Add shared itemDto type 2024-01-31 01:19:35 +03:00
Telepathic Walrus
051058b5af Update imports to use full path 2024-01-13 20:52:02 -05:00
TelepathicWalrus
e5a55daf55 Initial commit 2024-01-13 20:52:02 -05:00
grafixeyehero
e41436552e Add livetv view 2024-01-12 21:08:06 +03:00
grafixeyehero
a90d2f322e Add music view 2023-11-09 10:43:29 -05:00
grafixeyehero
ea9ef8624c use Record types 2023-10-26 02:20:02 +03:00
grafixeyehero
d370afd0b2 refactor: extract reusable component 2023-10-26 02:05:08 +03:00
grafixeyehero
c61df2eb92 Refactor: viewitemcontainer 2023-10-11 00:10:16 -04:00
Bill Thornton
f1afaa975e Refactor home screen 2023-10-05 11:20:27 -04:00
grafixeyehero
1b844ef624 Add AlphabetPicker 2023-09-17 23:27:02 +03:00
grafixeyehero
72989172ae refactor: filter
add enum for FeatureFilters, EpisodeFilter and VideoBasicFilter
2023-09-15 13:16:49 -04:00
grafixeyehero
1f1aa892dc Add view layout settings components 2023-09-13 06:13:05 +03:00
grafixeyehero
f47bd0633d Add Sort Menu setting components 2023-07-14 21:40:21 +03:00
grafixeyehero
e9fb141431 use type alias ParentId 2023-07-12 18:37:04 +03:00
grafixeyehero
3ae27e05c7 Add Filter setting components 2023-07-09 01:43:08 +03:00