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

2295 commits

Author SHA1 Message Date
iainsaxonhome
2fc99360bd Removed exitmenu from browser support list 2022-01-16 21:25:13 +11:00
Bill Thornton
2c3381ee5a Fix eslint polyfills for typescript files 2022-01-11 10:03:06 -05:00
Bill Thornton
7618fb5c2b
Merge pull request #3071 from grafixeyehero/convert-userLibraryAccessPage-to-react
Convert userLibraryAccessPage to react
2022-01-10 23:46:56 -05:00
grafixeyehero
cf39bc06d1 apply suggestions 2022-01-07 03:33:25 +03:00
Marius Luca
8679e37222 - add "Select All" action to multiSelect 2022-01-07 00:04:55 +02:00
Bill Thornton
dc6c291910
Merge pull request #3070 from grafixeyehero/convert-editUserPage-to-react
Convert edit user page to react
2022-01-04 10:45:21 -05:00
grafixeyehero
f2a14f453c replace TabLinkElement with SectionTabs Components 2022-01-02 05:04:08 +03:00
grafixeyehero
a72fa2e999 useCallback hook 2022-01-02 04:42:05 +03:00
grafixeyehero
a2e908a4de Convert userLibraryAccessPage to react 2022-01-02 04:42:01 +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
Bill Thornton
d8965faeae Remove network device option from add library dialog 2021-12-29 16:28:21 -05:00
SenorSmartyPants
c0754d054b Display Premiere date consistently with edit metadata dialog 2021-12-18 16:56:49 -06:00
Joshua M. Boniface
e5bc950258
Merge pull request #3208 from nyanmisaka/drop-cinemamode 2021-12-13 14:39:55 -05:00
nyanmisaka
9d7fd0c8ff remove the unused server check for cinema mode option 2021-12-05 20:54:02 +08:00
WWWesten
4240e75e8b Add missing font option for subtitles 2021-11-29 02:23:11 +05:00
grafixeyehero
3c32e871ab apply suggestions 2021-11-20 16:15:42 +03:00
WWWesten
be7ca7c89f Update displaySettings.template.html 2021-11-20 00:01:14 -05:00
WWWesten
17f9821918 Update displaySettings.template.html
tipo
2021-11-20 00:01:14 -05:00
WWWesten
bcad30bf37 Update src/components/displaySettings/displaySettings.template.html
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
2021-11-20 00:01:14 -05:00
WWWesten
1e3503a1cd Update src/components/displaySettings/displaySettings.template.html
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
2021-11-20 00:01:14 -05:00
WWWesten
9f05025e83 Update displaySettings.template.html
Pirates
2021-11-20 00:01:14 -05:00
WWWesten
5af68bc2f5 Update displaySettings.template.html
Remove language codes
2021-11-20 00:01:14 -05:00
WWWesten
2861ddd78c Update displaySettings.template.html
Native names of the languages, exposed the language codes, order by the language codes
2021-11-20 00:01:14 -05:00
WWWesten
d352c05381 Update displaySettings.template.html
Synchronize language names list with jelliyfin core and language codes in list with language resource file names
2021-11-20 00:01:14 -05:00
Bill Thornton
4db454d95e
Merge pull request #3181 from PetrusZ/auto-collection
Add AutoCollection option to libraryoptionseditor
2021-11-19 23:45:36 -05:00
Cody Robibero
2885c1eda9
Merge pull request #3092 from thornbill/single-color-loading
Use single color for loading indicator
2021-11-19 20:09:03 -07:00
Petrus.Z
06362ce259
Replace AutoCollection to AutomaticallyAddToCollection
Signed-off-by: Petrus.Z <silencly07@gmail.com>
2021-11-18 18:16:10 +08:00
Petrus.Z
0a57d9358f
Replace library option to AutomaticallyAddToCollection
Signed-off-by: Petrus.Z <silencly07@gmail.com>
2021-11-18 16:16:00 +08:00
Petrus.Z
562fd6887a
using toggle instead of if else
Signed-off-by: Petrus.Z <silencly07@gmail.com>
2021-11-17 16:52:57 +08:00
Petrus.Z
29483abc62
Add AutoCollection option to libraryoptionseditor
Signed-off-by: Petrus.Z <silencly07@gmail.com>
2021-11-17 13:57:09 +08:00
grafixeyehero
aaa69d92fe useCallback hook 2021-11-13 21:05:37 +03:00
grafixeyehero
192b7542d8 convert UserEditPage to react 2021-11-13 18:50:49 +03:00
Bill Thornton
0fa6dfa611
Merge pull request #3160 from thornbill/fix-list-item-encoding 2021-11-13 01:04:31 -05:00
Bill Thornton
a1077b3128 Fix list view item encoding 2021-11-10 14:14:02 -05:00
Bill Thornton
709ef906cc Fix screenfull imports 2021-11-10 13:00:29 -05:00
Bill Thornton
972ae1c3e7
Merge pull request #3116 from jomp16/master-save-playbackrate
Save playback speed rate, and restore when playing a video again
2021-11-10 12:52:37 -05:00
WWWesten
4938081f8f Update Libray Options Editor
Update librayoptionseditor.js and en-us.json
2021-11-10 09:49:28 -05:00
WWWesten
3c56f85f60 Update Library Settings
Fix localisation's handling in libraryoptionseditor.js, unification of styling of labels
2021-11-10 09:49:28 -05:00
Bill Thornton
0247487aa2
Merge pull request #3147 from jellyfin/fix-genre-image
Fix re-emptying image
2021-11-09 16:51:42 -05:00
Bill Thornton
fd34aea9b4
Merge pull request #3026 from grafixeyehero/convert-newUserPage-to-react
convert NewUserPage to react
2021-11-09 16:36:32 -05:00
grafixeyehero
b196f927d6 apply suggestions 2021-11-06 21:02:59 +03:00
Dmitry Lyzo
bca0e726ca Fix re-emptying image 2021-11-06 00:41:10 +03:00
WWWesten
cabc406970
Update itemMediaInfo.js 2021-11-02 18:48:39 +05:00
José Olívio M. Pedrosa
5ffe4aac8f
Save playback speed rate, and restore when playing a video again 2021-10-30 18:25:06 -03:00
Dmitry Lyzo
570fa85809 Fix regression after PR #3046
`dialogHelper.open` has become async and it is not possible to perform any action immediately after calling it.
2021-10-27 00:11:59 +03:00
Bill Thornton
2240192f7d
Merge pull request #3091 from thornbill/fix-dialog-style-conflict
Fix dialog style conflict
2021-10-25 11:22:37 -04:00
Bill Thornton
7c906b8097 Fix dialog style conflict 2021-10-25 10:57:07 -04:00
Bill Thornton
c5e7fa350e Use single color for loading indicator 2021-10-25 10:39:35 -04:00
Dmitry Lyzo
527215e0f0 Use custom modals on webOS and Tizen 2.x 2021-10-25 09:30:36 +03:00