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

10661 commits

Author SHA1 Message Date
Kristijan Fremen Velkovski
413c6f537a Translated using Weblate (Macedonian)
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/mk/
2022-09-06 00:11:34 -04:00
itoudium
060913e593 Translated using Weblate (Japanese)
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/ja/
2022-09-06 00:11:34 -04:00
Bill Thornton
afcf8d10f4
Merge pull request #3870 from leondeklerk/unhide-scrollbuttons 2022-09-03 10:03:13 -04:00
ΑΣΗΜΑΚΗΣ ΔΑΝΙΗΛ
90ee4efc39 Translated using Weblate (Greek)
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/el/
2022-09-03 08:11:34 -04:00
Leon de Klerk
2cdefa2d7c
Fix scroll buttons not showing on resize
Signed-off-by: Leon de Klerk <developer@leondeklerk.com>
2022-09-03 02:23:46 +02:00
Bill Thornton
0c8c1684b7
Merge pull request #3567 from grafixeyehero/Convert-HomePage-to-react 2022-09-02 17:47:23 -04:00
grafixeyehero
58513092c3 update suggestion 2022-09-02 21:34:06 +03:00
grafixeyehero
328afb0db8 Remove unused data-dom-cache attribute 2022-09-02 21:30:35 +03:00
Bill Thornton
2e5c7a340c
Merge pull request #3865 from thornbill/fix-connection-required-loading
Fix loading indicator showing when loaded
2022-09-02 14:28:51 -04:00
Bill Thornton
3e939bd91f
Merge pull request #3859 from lomion0815/no-mp2-for-android
Set mp2 unsupported for android devices
2022-09-02 14:27:15 -04:00
Bill Thornton
0783c0eb10 Fix loading indicator showing when loaded 2022-09-02 14:11:19 -04:00
grafixeyehero
76eff104d8 update suggestion 2022-09-01 19:34:23 +03:00
Lén
e2b951e25d Translated using Weblate (French)
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/fr/
2022-09-01 04:11:32 -04:00
Christos Mak
b260337603 Translated using Weblate (Greek)
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/el/
2022-08-30 05:11:31 -04:00
Alexander
31d6359dfa Translated using Weblate (Russian)
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/ru/
2022-08-29 09:11:31 -04:00
Giuliano Chimatti Berna
cf345a40d3 Translated using Weblate (Portuguese (Brazil))
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/pt_BR/
2022-08-28 20:11:31 -04:00
Alan Azar
bca850d9b3 Translated using Weblate (Burmese)
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/my/
2022-08-27 14:11:30 -04:00
oddib
5c992e8680 Translated using Weblate (Norwegian Bokmål)
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/nb_NO/
2022-08-27 14:11:30 -04:00
Damiano Zanardo
1c8367a293 Translated using Weblate (Italian)
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/it/
2022-08-27 06:11:30 -04:00
lomion0815
d10d6f0e0b Some users encounter mp2 audio not decoded on android devices (see https://github.com/jellyfin/jellyfin-android/issues/764).
This fix sets mp2 support on android devices to unsupported and therefor forces transcoding of audio in such cases (usually DVB recordings).
2022-08-27 08:22:59 +02:00
Giuliano Chimatti Berna
00fdadd1ce Translated using Weblate (Portuguese (Brazil))
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/pt_BR/
2022-08-27 01:11:30 -04:00
Bill Thornton
f426747b62
Merge pull request #3676 from taku0/safe-area-inset 2022-08-25 09:19:42 -04:00
Oskari Lavinto
67413d16e3 Translated using Weblate (Finnish)
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/fi/
2022-08-25 08:11:29 -04:00
Csaba
977b13467b Translated using Weblate (Hungarian)
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/hu/
2022-08-25 03:11:29 -04:00
rourien
a0fb4313c9
Make book table of contents prettier
Changes the way the table of contents looks. The two biggest parts are hiding the bullets in the list, making each link black and hiding the link underline. This makes them look more like buttons than web links. The #dialogToc changes resize the table of contents based on the length of the list and the length of the longest chapter name rather than have the table of contents take up most of the screen for a short and small list. The link text size was also increased from 92% to 120%.
2022-08-24 22:11:43 -06:00
rourien
b1920e7c82
Add comic and book viewer to dark theme
The changes adds the comic viewer, book viewer and the book table of contents pop up to the dark theme. It includes dark background for all, light buttons, and light links to each chapter in the table of contents. The only thing I couldn't figure out is how to get the "X" close buttons to turn blue for the comic book viewer and the book table of contents pop up.
2022-08-24 21:14:59 -06:00
Asadito Familiar
0b85560658 Translated using Weblate (Spanish (Latin America))
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/es_419/
2022-08-24 20:11:30 -04:00
Antoine
ca8fa8c0a9 Translated using Weblate (French (Canada))
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/fr_CA/
2022-08-24 17:11:29 -04:00
jan
e633dc36d0 Translated using Weblate (Slovenian)
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/sl/
2022-08-24 13:11:32 -04:00
wolong gl
c715cb0577 Translated using Weblate (Chinese (Simplified))
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/zh_Hans/
2022-08-23 23:11:29 -04:00
GABG
4c4a9dd693 Translated using Weblate (Italian)
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/it/
2022-08-23 20:11:29 -04:00
Lukáš Kucharczyk
b2675fad32 Translated using Weblate (Czech)
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/cs/
2022-08-23 12:11:29 -04:00
Bill Thornton
c94172ef0f
Merge pull request #3696 from knackebrot/ignore-dts 2022-08-23 10:21:10 -04:00
itoudium
2b6cdfb04e Translated using Weblate (Japanese)
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/ja/
2022-08-23 10:11:29 -04:00
knackebrot
a67710fe2c Add configurable IgnoreDts flag to M3U tuner 2022-08-23 08:50:42 -04:00
itoudium
919e951932 Translated using Weblate (Japanese)
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/ja/
2022-08-22 01:11:28 -04:00
Oskari Lavinto
a0b9a0c992 Translated using Weblate (Finnish)
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/fi/
2022-08-21 06:11:28 -04:00
taku0
3d51c68725 Respect safe area (notch) of mobile devices
This adds paddings to various containers so that buttons and contents are not
hidden by the notch or the Home indicator (the gray bar at the bottom).

- `src/assets/css/librarybrowser.scss`
  - `.skinHeader`: menu bar at the top.
  - `.padded-left` and `.padded-right`: the heading of library.

- `src/assets/css/site.scss`
  - `.content-primary`, `.padded-bottom-page`, `.page`,
    `.pageWithAbsoluteTabs`, and `.pageTabContent`: settings and dashboards.

- `src/elements/emby-scroller/emby-scroller.scss`
  - `.emby-scroller`: the library items.

- `src/assets/css/videoosd.scss`
  - `.videoOsdBottom`: the video playback control buttons and the progress bar.

- `src/components/alphaPicker/style.scss`
  - `.alphaPicker-fixed` and `.alphaPicker-fixed-right`: the alphabet picker.

- `src/components/appFooter/appFooter.scss`
  - `.appfooter`: the bottom bar showing the currently playing media.

- `src/components/multiSelect/multiSelect.scss`
  - `.selectionCommandsPanel`: the top bar when selecting multiple media.
    Shown when long-pressing media.

- `src/components/remotecontrol/remotecontrol.scss`
  - `.playlistSectionButton`: the bottom bar for current playlist.
    Shown when touching `.appfooter`.

- `src/components/toast/toast.scss`
  - `.toastContainer`: the toast.  Shown when refreshing metadata.

- `src/index.html`
  - `.mainDrawerHandle`: gesture area for the drawer.
    It seems conflicting with gestures of Safari.

- `src/libraries/navdrawer/navdrawer.scss`
  - `.tmla-mask` and `.touch-menu-la`: the drawer.

- `src/plugins/htmlVideoPlayer/style.scss`
  - `.videoPlayerContainer`: the video area when not fullscreen.
  - `.videoSubtitles`: the video subtitles for some devices, not including
    iPhone.

- `src/plugins/youtubePlayer/style.scss`
  - `.youtubePlayerContainer` container for the YouTube plugin.  Not tested.
2022-08-18 17:34:57 +09:00
Franco Castillo
629b65538e Translated using Weblate (Spanish (Argentina))
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/es_AR/
2022-08-17 13:11:27 -04:00
Jannis
85f19f3884 Translated using Weblate (German)
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/de/
2022-08-17 10:11:26 -04:00
osscombat
247a97a477 Translated using Weblate (Russian)
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/ru/
2022-08-16 11:11:26 -04:00
Juxter
1121e4eb8f Translated using Weblate (Greek)
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/el/
2022-08-16 11:11:26 -04:00
IreuN
c272a229ac
Fix broken link for subtitles help
Hi!

With commit b488c99929 pages 'external-audio-files' and 'subtitles' were merged together to a new page 'external-files'. 

Web UI does not reflect these changes, this should fix that.
2022-08-16 01:44:07 +02:00
Bill Thornton
f49a7f070c
Merge pull request #3777 from rourien/patch-1
Make comic page not overflow horizontally
2022-08-15 11:59:12 -04:00
Arief Hidayat
545c8f19cf Translated using Weblate (Indonesian)
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/id/
2022-08-14 10:40:32 -04:00
Arceer
fb1a7d6266 Translated using Weblate (Swedish)
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/sv/
2022-08-14 06:40:31 -04:00
Arceer
e1df5da291 Translated using Weblate (Swedish)
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/sv/
2022-08-13 18:22:32 -04:00
Cody Robibero
74ca9eb81a
Merge pull request #3798 from Stromwerk/no-throw-literal 2022-08-13 08:00:45 -06:00
Cody Robibero
e5c36fbeeb
Merge pull request #3796 from Stromwerk/no-return-await 2022-08-13 08:00:30 -06:00
Cody Robibero
1fa2142390
Merge pull request #3795 from Stromwerk/patch-1 2022-08-13 08:00:12 -06:00