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

3117 commits

Author SHA1 Message Date
Bill Thornton
1196ae992f
Merge pull request #5270 from grafixeyehero/Fix-card 2024-03-18 22:35:54 -04:00
grafixeyehero
2d1efc0682 apply suggestion
Co-authored-by: Bill Thornton <thornbill@users.noreply.github.com>
2024-03-18 21:20:42 +03:00
Chris Hill
150964a2e6 Update dialog title to show user to be deleted 2024-03-17 04:37:01 -04:00
Bill Thornton
e7d9e8c737
Merge pull request #4883 from Ch1nkara/add-user-permission-to-edit-subtitles
Add support for subtitle management permission
2024-03-17 03:58:52 -04:00
Bill Thornton
4ea5ca6bad
Merge pull request #4984 from TelepathicWalrus/use-replay-gain-tags
Add option to enable replaygain scanning
2024-03-17 03:55:47 -04:00
grafixeyehero
ca7e5338bd Replace '&nbsp;' with '\u00A0' 2024-03-09 04:06:32 +03:00
grafixeyehero
8197e012a7 Uses an Image component to display the logo image 2024-03-09 03:52:17 +03:00
grafixeyehero
e8422e2c29 Remove escapeHTML 2024-03-09 03:41:33 +03:00
Bill Thornton
f0be743503
Merge pull request #5166 from grafixeyehero/Convert-list&Card-view-to-react 2024-03-07 08:08:14 -05:00
chinkara
5c60f99077 Fix itemHelper by adding Enums and update function declation 2024-03-07 10:15:12 +01:00
chinkara
fd50b3af55 improve itemContextMenu.js by adding a helper function to itemHelper.js 2024-03-07 10:15:12 +01:00
chinkara
394a548263 No admin user can be allowed to "edit subtitles"
Front end support to new feature. A user without admin rights can be allowed to "edit subtitles"
2024-03-07 10:15:12 +01:00
Bill Thornton
8443b5d6db Update channel resolution setting text 2024-03-05 02:31:53 -05:00
SenorSmartyPants
420ff05d91 Add dropdown with common broadcast video heights 2024-03-05 02:14:23 -05:00
SenorSmartyPants
2b71524c4f Make Height editable on TV Channels 2024-03-05 02:14:23 -05:00
grafixeyehero
d5a775502b Move itemdto to base models folder 2024-03-03 01:31:35 +03:00
grafixeyehero
efe5d0b84d Remove disabled jsx-no-useless-fragment commit
Co-authored-by: Bill Thornton <thornbill@users.noreply.github.com>
2024-03-01 21:15:52 +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
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
11d013b07e Remove escapeHTML
Co-authored-by: Bill Thornton <thornbill@users.noreply.github.com>
2024-02-28 21:18:37 +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
Bill Thornton
22cb92aefd
Merge pull request #5212 from terite/terite-more-typescript 2024-02-23 10:56:42 -05:00
Bill Thornton
fbd9a46033
Merge pull request #5203 from thornbill/search-query-param
Add support for searching via a url parameter
2024-02-21 12:00:22 -05:00
grafixeyehero
36c19ec39a Fix mediaSourceCount display 2024-02-19 05:59:54 +03:00
David Stensland
fe7b425c87 convert actionSheet to TypeScript 2024-02-18 12:38:39 -08:00
Bill Thornton
ac29b9b338 Remove unused variable and fix no results alignment 2024-02-18 01:11:42 -05:00
Bill Thornton
bdecaa9930 Fix issues with search url param 2024-02-13 01:11:52 -05:00
Brad Beattie
6a1706ba78 Update SearchFields.tsx 2024-02-13 01:11:52 -05:00
grafixeyehero
d702ad938a add show method for PlaylistEditor Class 2024-02-11 23:32:14 +03:00
Bill Thornton
657b15efc8
Merge pull request #5154 from NTARelix/fix/asl-smell
Remove unused Id prop from access schedule list
2024-02-07 01:17:58 -05:00
Bill Thornton
a5a0122001
Merge pull request #5136 from thornbill/login-redirect
Add support for redirecting to the requested page after login
2024-02-07 00:56:40 -05:00
grafixeyehero
ed46ee5254 Replace deprecated getItemImageUrl with imageUrlsApi.getItemImageUrlById 2024-02-01 19:41:08 +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
9efc71fa3b Convert ListView to react 2024-01-31 04:20:42 +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
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
Bill Thornton
0c3793e59a
Merge pull request #5140 from thornbill/fix-backdrop-position 2024-01-23 08:18:39 -05:00
Bill Thornton
358b1f5275
Merge pull request #4935 from SimonTen/issues/3243
Wait for login before ask for notification permission
2024-01-22 00:32:21 -05:00
Bill Thornton
62005df481
Merge pull request #5139 from thornbill/item-details-backdrop-take-57
Refactor item details backdrop handling
2024-01-22 00:22:49 -05:00
Damian Kacperski
c1079bdda9 Fix handling of single click on previous track button 2024-01-21 14:05:21 +01:00
Bill Thornton
3af1829470 Fix backdrop positioning in legacy layouts 2024-01-19 17:14:26 -05:00
Bill Thornton
c5a29be2c6 Refactor item details backdrop handling 2024-01-19 16:28:14 -05:00
Bill Thornton
d88bcb48d7 Add support for redirecting to the requested page after login 2024-01-18 16:30:36 -05:00
Bill Thornton
a78fd22158 Fix whitespace and unused variable
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
2024-01-18 16:10:58 -05:00
SimonTen
294e4c220c remove useless null check 2024-01-18 16:10:58 -05:00