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

21657 commits

Author SHA1 Message Date
Andrejs
43c007207e Translated using Weblate (Latvian)
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/lv/
2023-10-17 15:27:58 -04:00
Andrejs
7f7b4118e3 Translated using Weblate (Latvian)
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/lv/
2023-10-17 15:24:43 -04:00
LittleBigOwl
7883183714 Consistent CSS for progress bars 2023-10-17 15:43:25 +02:00
TelepathicWalrus
321d1463f4 Correct grammer 2023-10-17 08:32:01 +01:00
TelepathicWalrus
7c22d8d058 Add debug class names 2023-10-17 08:31:47 +01:00
Freako
e9c07f46e4
Merge branch 'master' into patch-2 2023-10-17 06:21:01 +00:00
Grady Hallenbeck
b282dc739a chore: (scroller) colocate scroll utils with scroller buttons 2023-10-16 20:43:39 -07:00
Grady Hallenbeck
76e3761ffd chore: (scroller) combine scroll directions to single function 2023-10-16 20:38:25 -07:00
Grady Hallenbeck
c223b7c2d7 fix: (scroller) scroll to card boundaries 2023-10-16 20:15:08 -07:00
Nathan G
4ea90c110e
Merge branch 'master' into Search 2023-10-16 16:58:09 -07:00
Andrejs
1e64e96028 Translated using Weblate (Latvian)
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/lv/
2023-10-16 19:25:35 -04:00
Andrejs
2c3327443e Translated using Weblate (Latvian)
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/lv/
2023-10-16 17:48:07 -04:00
Andrejs
8cc4e1f767 Translated using Weblate (Latvian)
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/lv/
2023-10-16 17:33:40 -04:00
Andrejs
b51d0c0b68 Translated using Weblate (Latvian)
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/lv/
2023-10-16 17:22:46 -04:00
Bill Thornton
eb2937fe21
Merge pull request #4844 from tehciolo/tehciolo/init-undefined
Enable no-undef-init lint rule
2023-10-16 16:33:43 -04:00
Georges-Antoine Assi
68362f4a1f
Remove line that returns early for no reason 2023-10-16 16:21:35 -04:00
Marco
fa40c3feae
Merge branch 'master' into Sorting-Only-Thumbnail-Fix-5584 2023-10-16 21:15:04 +01:00
Brad Beattie
5660aa3292
Update itemsByName.js 2023-10-16 13:07:00 -07:00
Brad Beattie
04040e5e59
Update src/scripts/itemsByName.js
Co-authored-by: Niels van Velzen <nielsvanvelzen@users.noreply.github.com>
2023-10-16 13:06:35 -07:00
MrK
b33d927c08 Using lodash implementation to merge playback queries 2023-10-16 21:02:39 +01:00
Brad Beattie
475e6df679
Merge branch 'master' into patch-2 2023-10-16 11:46:20 -07:00
Össur Ingi Jónsson
15269291d6 Translated using Weblate (Icelandic)
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/is/
2023-10-16 14:25:35 -04:00
Brad Beattie
fcf773d2dc
Movies sorted primarily by PremiereDate 2023-10-16 11:21:56 -07:00
Bill Thornton
abb0c7d2ca Ensure IconUrl from capabilities is a valid url 2023-10-16 12:09:56 -04:00
Össur Ingi Jónsson
5bc595dc87 Translated using Weblate (Icelandic)
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/is/
2023-10-16 11:25:35 -04:00
felix920506
6ee7be9567 Move link into code 2023-10-16 01:41:51 -04:00
Bill Thornton
359e168ace Use icon url from client capabilities 2023-10-16 01:38:22 -04:00
felix920506
5d7d5e6275 Merge branch 'document-fallback-fonts' of https://github.com/felix920506/jellyfin-web into document-fallback-fonts 2023-10-16 01:32:08 -04:00
forkh
4ecbe4df64 Translated using Weblate (Faroese)
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/fo/
2023-10-15 18:25:35 -04:00
Bill Thornton
6422739766
Merge pull request #4860 from cbe/issue3755_gamepad_subs 2023-10-15 12:45:04 -04:00
Niels van Velzen
922244263c Update playback settings to use CastReceiverId 2023-10-15 11:43:32 +02:00
Niels van Velzen
7c9c38d682 Use cast receiver application from user configuration 2023-10-15 11:22:43 +02:00
felix920506
1f358cf80e Change fallback fonts help text to link documentation 2023-10-15 02:34:15 -04:00
cbe
386eaa0a69 Fix language/subtitle switcher when using gamepad
Raising the event code `13` (Enter) should be a lot more stable since `0`
is just the default and not assigned to any actual key [1]. This keycode
also has been standardized early enough to change it at this crucial part
of gamepad handling in my opinion.

[1] https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent/keyCode

Fixes #3755
2023-10-15 01:25:15 -04:00
Oskari Lavinto
ae48e2a007 Translated using Weblate (Finnish)
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/fi/
2023-10-14 13:25:34 -04:00
grafixeyehero
561293b2a7 Use sort options based on view type 2023-10-14 20:07:53 +03:00
Freako
63ffa27c2c
Update ScrollButtons.tsx 2023-10-14 21:12:32 +05:30
Freako
ca0ea55bc4
replace (!!) with (!)
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
2023-10-14 20:56:28 +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
pgk83
216e01aa55 Translated using Weblate (Hungarian)
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/hu/
2023-10-13 12:25:34 -04:00
Ignio-dev
c25a158926 Translated using Weblate (Hebrew)
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/he/
2023-10-13 04:25:36 -04:00
LJQ
a01bfcef33 Change from 5 tabs to 20 spaces 2023-10-13 12:21:32 +08:00
grafixeyehero
ec51592cde Remove unused Code 2023-10-13 02:43:50 +03:00
grafixeyehero
c767dba439 Convert ItemsContainer to react 2023-10-13 02:07:49 +03:00
LJQ
36db09fb53 Fixed year appearing as <year>-<year> in the series page when the years are the same. 2023-10-13 01:54:42 +08:00
Sergiu B
71e431d562 Translated using Weblate (Romanian)
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/ro/
2023-10-12 11:25:37 -04:00
Nyanmisaka
0a7ec2e270 Translated using Weblate (Chinese (Simplified))
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/zh_Hans/
2023-10-12 04:25:33 -04:00
Nathan G
61e64cb530
Merge branch 'master' into Search 2023-10-11 22:00:00 -07:00
Bill Thornton
fee65687c3
Merge pull request #4836 from dmitrylyzo/fix-filtermenu
Fix FilterMenu not saving simple filters
2023-10-12 00:28:45 -04:00