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

50 commits

Author SHA1 Message Date
grafixeyehero
be891c3a98 Update to React 18 2024-06-09 08:25:36 +03:00
Bill Thornton
bc598c7c8e Update save password button label 2024-04-29 02:34:14 -04:00
Jpuc1143
adb22abdc2 Add "AllowedTags" option to parental controls 2024-03-25 03:31:32 -04:00
Chris Hill
150964a2e6 Update dialog title to show user to be deleted 2024-03-17 04:37:01 -04:00
Kevin Koshiol
c2d1923917 Remove unused Id prop from access schedule list
Reported by sonarcloud: https://sonarcloud.io/project/issues?fileUuids=AX6fELCkjUUWs1HF_Tc8&resolved=false&types=CODE_SMELL&id=jellyfin_jellyfin-web&open=AYr_7x6Y4nroI6nze3Zu
2024-01-23 22:45:17 -06:00
Dmitriy Dubson
c8a7c7040a Reduce cognitive complexity in card builder component 2023-10-27 09:29:09 -04:00
Bill Thornton
b5dcdbf4b4 Update dashboard paths 2023-09-29 17:07:17 -04:00
Bill Thornton
114fde9f8d Remove unused import 2023-07-13 11:33:49 -04:00
Bill Thornton
4e7d89101e Remove easy password/pin configuration 2023-07-13 10:29:47 -04:00
Bill Thornton
eedd40159c Fix floating promises in ts files 2023-05-04 15:59:22 -04:00
Bill Thornton
45623fe586 Fix missing semicolons in ts files 2023-05-02 15:54:53 -04:00
Bill Thornton
a6c8c63d2e Fix complexity warnings in UserPasswordForm 2023-04-26 15:47:21 -04:00
Bill Thornton
6f3aa2f1df Fix eslint issues 2023-03-29 00:38:22 -04:00
Bill Thornton
1473a793e5 Rename and convert dfnshelper to typescript 2022-11-03 01:04:35 -04:00
Dmitry Lyzo
899f61a51d Backport pull request #4005 from jellyfin/release-10.8.z
Fix locale with suffix

Original-merge: b14d76a3d4

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

Backported-by: Bill Thornton <thornbill@users.noreply.github.com>
2022-10-06 17:06:49 -04:00
Bill Thornton
c827fced95 Update to @jellyfin/sdk package 2022-09-16 12:47:59 -04:00
Bill Thornton
8a2eb0d0d8 Backport pull request #3878 from jellyfin/release-10.8.z
Fix sdk imports to improve build size

Original-merge: f85f7d2fe6

Merged-by: Joshua M. Boniface <joshua@boniface.me>

Backported-by: Bill Thornton <thornbill@users.noreply.github.com>
2022-09-16 01:02:22 -04:00
grafixeyehero
fb04b4b58a remove type prop form IconButtonElement 2022-07-23 18:04:40 +03:00
grafixeyehero
6fb884a212 move to src elements 2022-07-23 18:04:35 +03:00
grafixeyehero
ab02f210ca migrate User Profile Page 2022-07-23 18:04:30 +03:00
grafixeyehero
9efc39f828 Refactoring duplicate code 2022-07-23 18:04:18 +03:00
Bill Thornton
90b1b45f26 Remove hash bang paths 2022-06-09 14:54:39 -04:00
grafixeyehero
9ca943fcca add default isBtnVisible to false 2022-05-09 20:35:08 +03:00
grafixeyehero
0a881d6f6f use camelCase for props 2022-05-09 20:11:47 +03:00
grafixeyehero
2fc9741d57 Add SectionTitleContainer in UserProfilesPage 2022-05-07 23:27:33 +03:00
grafixeyehero
0c4851b092 move AccessContainer into its own Components 2022-05-07 22:10:01 +03:00
grafixeyehero
01d29bcf11 move SectionTitleContainer into its own Components 2022-05-07 04:27:19 +03:00
Bill Thornton
2d2b99d3b9 Move clientUtils and rename 2022-04-10 02:22:13 -04:00
Bill Thornton
7ec51f111c Merge pull request #3519 from dmitrylyzo/fix-escapehtml
Escape HTML

(cherry picked from commit ef811e699c)
Signed-off-by: crobibero <cody@robibe.ro>
2022-04-07 13:00:12 -04:00
grafixeyehero
fc5a385d08 use UserDto type from API 2022-03-10 10:23:52 -05:00
grafixeyehero
3886b7da1f apply suggestion 2022-03-10 10:23:52 -05:00
grafixeyehero
417a9ddc99 update TypeScript 2022-03-10 10:23:52 -05:00
grafixeyehero
2aa41f8a33 Convert userPasswordPage & UserImagePage to react 2022-03-10 10:23:52 -05:00
Dmitry Lyzo
59adbc348a Escape HTML 2022-03-06 13:29:14 +03:00
Bill Thornton
b31060bbeb Fix remaining any type warnings 2022-02-28 10:15:01 -05:00
Bill Thornton
bb46b32402
Merge pull request #3433 from dmitrylyzo/types-react
[TypeScript] Disable implicit any
2022-02-25 15:17:32 -05:00
Dmitry Lyzo
57895e724c Fix implicit any TypeScript error 2022-02-25 19:11:07 +03:00
Dmitry Lyzo
119df2cc99 Add aria-hidden to button icons 2022-02-25 01:52:14 +03:00
Bill Thornton
9a855784f7
Merge pull request #3072 from grafixeyehero/convert-userParentalControlPage-to-react
Convert userParentalControlPage to react
2022-01-28 00:00:34 -05:00
grafixeyehero
76f9b9c929 apply suggestions 2022-01-22 19:20:09 +03:00
Bill Thornton
52c45bae42 Fix class name parameter in SelectSyncPlayAccessElement 2022-01-18 10:22:54 -05:00
grafixeyehero
c6966c67f7 Convert userParentalControlPage to react 2022-01-07 03:43:13 +03:00
grafixeyehero
ffb40c125d apply suggestions
Fix Spacing for checkbox lists
2022-01-02 04:40:31 +03:00
grafixeyehero
b22a9ed632 apply suggestions 2022-01-02 02:40:11 +03:00
grafixeyehero
3c32e871ab apply suggestions 2021-11-20 16:15:42 +03:00
grafixeyehero
192b7542d8 convert UserEditPage to react 2021-11-13 18:50:49 +03:00
grafixeyehero
e6b614c6f2 apply suggestions 2021-10-23 18:11:05 +03:00
grafixeyehero
39c742af9d remove duplicate components 2021-10-19 19:19:46 +03:00
grafixeyehero
9db5773cb9 rebase 2021-10-19 19:19:28 +03:00
grafixeyehero
7aca1f699c update component path 2021-10-07 21:08:21 +03:00