Commit Graph

276 Commits

Author SHA1 Message Date
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 7d27596d6b7545a4d48cc03e26b4f32a3729c591)
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: 62246fe0a93cd32db0dce051791e114df37d8a9a

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: 35a7dfbed68f6681d10423f44774401975e5ff3d

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
Bill Thornton 329cf77c81 Add eslint radix rule for parseInt 2023-03-09 00:20:11 -05:00
Netanel Henya 494c0ed434 cleanup: reorganized sass files to be in src/styles instead of src/assets/css 2023-02-26 01:01:31 +02:00
edvwib d58f2e8ec4 Enable Stylelint rules for vendor prefixes
This commit also removes a bunch of vendor prefixes that were in the styles
but are no longer needed since PostCSS and Autoprefixer handles generating
them.
2022-12-20 23:49:26 +01:00
Bill Thornton 19f416580c Add eslint rules for sonar issues 2022-12-16 21:12:05 -05:00
grafixeyehero 72cbd37182 apply suggestion 2022-12-15 23:14:46 +03:00
grafixeyehero 62a9034f5b Convert emby-button and emby-scroller to react 2022-12-15 23:14:44 +03:00
grafixeyehero 071e7d15d9 clean up GenresView & GenresItemsContainer 2022-10-29 02:07:24 +03:00
grafixeyehero de4a359c98 Use interface over type 2022-10-26 23:46:13 +03:00
grafixeyehero 7543e494c9 splitting SuggestionsView component 2022-10-26 23:46:06 +03:00
grafixeyehero 479c53eb8b Migrate Movies 2022-10-26 23:46:00 +03:00
grafixeyehero 348125140b fix self.getOffset is not a function 2022-10-22 17:32:01 +03:00
Bill Thornton 8af09253c8 Merge pull request #4058 from Aimekram/fix-eslint-no-shadow
Add eslint no-shadow rule and fix violations
2022-10-20 10:56:15 -04:00
Aimekram 85e18c86d8 refactor: move extracted function above eslint comment 2022-10-19 22:17:32 +02:00
Aimekram 832b9eaf4d fix: eslint no-shadow errors 2022-10-16 16:04:37 +02:00