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

290 commits

Author SHA1 Message Date
Nick
2dfc0aa061
Merge branch 'master' into trickplay-new 2024-03-08 21:47:06 -08:00
Bill Thornton
f0be743503
Merge pull request #5166 from grafixeyehero/Convert-list&Card-view-to-react 2024-03-07 08:08:14 -05:00
grafixeyehero
d5a775502b Move itemdto to base models folder 2024-03-03 01:31:35 +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
Nick
7f7c1be5e1
Merge branch 'master' into trickplay-new 2024-02-21 20:58:58 -08:00
Bill Thornton
9fa0b4f5b2 Escape html in tags 2024-02-13 17:10:48 -05:00
Bill Thornton
bdecaa9930 Fix issues with search url param 2024-02-13 01:11:52 -05:00
Nick
8045b95d93 Add trickplay functionality 2024-02-11 20:34:30 -08:00
grafixeyehero
e3b618f2fb Refactor ItemsContainer invalidate Queries 2024-01-31 04:36:00 +03:00
grafixeyehero
31a77c25f3 Update favorite and played state to use Query Invalidation 2024-01-31 04:32:54 +03:00
grafixeyehero
2e90f669e5 Migrate Indicator to react 2024-01-31 02:59:45 +03:00
grafixeyehero
090e2991cb Add RefreshIndicator 2024-01-31 01:20:35 +03:00
Kasin Sparks
a24b840153
Replace deprecated initEvent()
Replaced deprecated initEvent() with recommended event constructor, Event(), as per MDN web docs specification.
https://developer.mozilla.org/en-US/docs/Web/API/Event/initEvent#browser_compatibility
2024-01-21 21:02:18 -05:00
grafixeyehero
e41436552e Add livetv view 2024-01-12 21:08:06 +03:00
grafixeyehero
3d15b85d10 apply suggestion 2024-01-12 02:21:41 +03:00
grafixeyehero
78b680f614 Convert playstatebutton and ratingbuttons to react 2024-01-08 00:18:53 +03:00
rafma0
b788450bd4 fix jittering in checkboxes on tv ui 2023-11-02 15:54:10 -03:00
Bill Thornton
83aec0253e
Merge pull request #4874 from grafixeyehero/Convert-ItemsContainer-to-react
Convert emby-ItemsContainer to react
2023-10-25 01:15:43 -04:00
Bill Thornton
6cf2464a6b
Merge pull request #4856 from grhallenbeck/fix-scroller-snapping
fix: (scroller) snap card sliders to card boundaries
2023-10-18 17:12:44 -04:00
Grady Hallenbeck
b282dc739a chore: (scroller) colocate scroll utils with scroller buttons 2023-10-16 20:43:39 -07:00
Grady Hallenbeck
c223b7c2d7 fix: (scroller) scroll to card boundaries 2023-10-16 20:15:08 -07:00
Freako
63ffa27c2c
Update ScrollButtons.tsx 2023-10-14 21:12:32 +05:30
Ranbeer
c727871922 modified: ScrollButtons.tsx 2023-10-14 20:44:30 +05:30
Ranbeer
e6828eeee8 remove linter errors 2023-10-14 20:35:55 +05:30
grafixeyehero
c767dba439 Convert ItemsContainer to react 2023-10-13 02:07:49 +03:00
Dmitry Lyzo
9024ebea39 Handle pressing Enter to finish keyboard dragging of slider 2023-09-26 23:48:14 +03:00
Dmitry Lyzo
111958e2a5 Pass slider value to bubble text generators 2023-09-26 14:33:31 +03:00
Dmitry Lyzo
9e8c7d788a Fix slider rounding 2023-09-26 14:19:51 +03:00
Dmitry Lyzo
b7be3af21c Fix slider step
Use the value of the `step` attribute if no keyboard steps are specified.

(cherry picked from commit 7d27596d6b)
2023-09-25 01:30:41 +03:00
Bill Thornton
a405577519 Fix code smell 2023-09-15 11:08:31 -04:00
Bill Thornton
d24b030962 Migrate quick connect page to react 2023-09-15 10:34:02 -04:00
Bill Thornton
bb44ba022d
Merge pull request #4774 from thornbill/owner-of-a-lonely-if 2023-09-14 10:53:21 -04:00
Bill Thornton
20381bd3ec Fix all loneliness 2023-09-12 23:45:36 -04:00
Bill Thornton
d6bcc7466b Fix curly bracket issues 2023-09-12 17:29:03 -04:00
Bill Thornton
022275062f Fix emby-scroller not going to the screen edge on desktop 2023-07-10 16:46:44 -04:00
Bill Thornton
f35a8151e0 Add prefer optional chaining rule 2023-07-06 13:39:48 -04:00
Bill Thornton
ec0adb895b Add constructor capitalization rule 2023-07-06 11:49:55 -04:00
Bill Thornton
af4313fe61
Merge pull request #4675 from grafixeyehero/refactor-suggestionview-and-genresview
refactor: suggestionview and genresview
2023-07-06 01:37:23 -04:00
Dmitry Lyzo
2ce9988498 Backport pull request #4628 from jellyfin/release-10.8.z
Fix initial state of volume slider

Original-merge: 62246fe0a9

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

Backported-by: Bill Thornton <thornbill@users.noreply.github.com>
2023-07-02 02:01:42 -04:00
Dmitry Lyzo
a0fa46b3fd Backport pull request #4627 from jellyfin/release-10.8.z
Fix overlap of slider bubble

Original-merge: 35a7dfbed6

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

Backported-by: Bill Thornton <thornbill@users.noreply.github.com>
2023-07-02 01:55:57 -04:00
grafixeyehero
5598f49c32 fix resizeobserver loop 2023-06-29 23:17:59 +03:00
Bill Thornton
eedd40159c Fix floating promises in ts files 2023-05-04 15:59:22 -04:00
Bill Thornton
1b03cd79eb Fix prefer for-of errors 2023-05-04 13:07:12 -04:00
Bill Thornton
f96166657d Move remaining router components 2023-05-02 16:40:31 -04:00
Bill Thornton
45623fe586 Fix missing semicolons in ts files 2023-05-02 15:54:53 -04:00
Bill Thornton
8f730b8270 Fix eslint warnings in ts files 2023-04-26 11:30:57 -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