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

9363 commits

Author SHA1 Message Date
dkanada
601b75a1a8
Merge pull request #970 from MrTimscampi/mobile-menu
Clean up the menus on mobile
2020-03-26 08:01:12 +09:00
dkanada
1dcea02312
Merge pull request #984 from MrTimscampi/browsersync
Fix Browsersync JavaScript reload error
2020-03-26 07:54:17 +09:00
MrTimscampi
2a7f7ba7fe Use let instead of var in gulpfile 2020-03-25 22:26:28 +01:00
MrTimscampi
8f1434fa40 Fix Browsersync JavaScript reload error 2020-03-25 21:40:22 +01:00
Dmitry Lyzo
9bf5cda44a Fix lint error 2020-03-25 23:07:51 +03:00
Dmitry Lyzo
a2ccaa29c3 Turn off radiobutton focus on Mobile 2020-03-25 23:07:51 +03:00
Dmitry Lyzo
17d1dc3559 Fix tiny cropping in Firefox 2020-03-25 23:07:51 +03:00
Dmitry Lyzo
a41bd6de56 Fix checkbox border on TV 2020-03-25 23:07:51 +03:00
Dmitry Lyzo
d7c32dcde9 Fix radiobutton focus marker 2020-03-25 23:07:51 +03:00
Ken Ying-Kai Liao
1c54bdee51 Translated using Weblate (Chinese (Traditional))
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/zh_Hant/
2020-03-25 10:28:16 -04:00
Ric Li
308000bc97 Translated using Weblate (Chinese (Simplified))
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/zh_Hans/
2020-03-25 10:28:16 -04:00
The Iiseppi
ca0914819a Translated using Weblate (Finnish)
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/fi/
2020-03-25 10:28:15 -04:00
Ken Ying-Kai Liao
3ed9be897e Translated using Weblate (Chinese (Traditional))
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/zh_Hant/
2020-03-25 02:53:17 -04:00
Ken Ying-Kai Liao
580bf9fd23 Translated using Weblate (Chinese (Traditional))
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/zh_Hant/
2020-03-25 02:52:57 -04:00
Mathis
2fec0e4082 Translated using Weblate (German (Swiss))
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/gsw/
2020-03-25 02:52:56 -04:00
Mathis
cccbf24f09 Translated using Weblate (German)
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/de/
2020-03-25 02:52:56 -04:00
ferferga
cbe3cbe221 Translate role sentences (and removed dead code) 2020-03-24 22:27:01 +01:00
ferferga
1ec4ce0dfa Add date-fns dependency 2020-03-24 21:15:34 +01:00
ferferga
4ba2e3a950 Use globalize.translate() overload everywhere 2020-03-24 20:49:18 +01:00
MrTimscampi
3b9ca3c1a3 Add Settings entry to the navigation drawer 2020-03-24 20:24:08 +01:00
MrTimscampi
9115a4e1fa Clean up the settings menu on mobile 2020-03-24 20:24:08 +01:00
ferferga
8201322715 Replace with method overload 2020-03-24 20:15:59 +01:00
Nyanmisaka
02ce5f6d6c Translated using Weblate (Chinese (Simplified))
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/zh_Hans/
2020-03-24 13:39:29 -04:00
Casper Talvio
dba5fd9ac9 Translated using Weblate (Finnish)
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/fi/
2020-03-24 13:39:29 -04:00
Joshua M. Boniface
2ec397756e Use more specific mv source glob 2020-03-24 11:16:02 -04:00
Joshua M. Boniface
9b9ec403cb Remove obsolete Architecture field in src package 2020-03-24 11:11:55 -04:00
Joshua M. Boniface
873cc0df95 Remove arch checking for native builds 2020-03-24 11:11:08 -04:00
lldsolitude
82aa8a3f28 Translated using Weblate (Chinese (Simplified))
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/zh_Hans/
2020-03-24 05:42:51 -04:00
dkanada
2c67e7d1d9
Merge pull request #979 from dmitrylyzo/fix_page_back
Fix view restoring
2020-03-24 17:22:20 +09:00
MrTimscampi
032cc9aa85 Update yarn.lock 2020-03-24 08:31:02 +01:00
MrTimscampi
7bb7270b61 Fix rebase issues 2020-03-24 08:27:34 +01:00
MrTimscampi
feeacf12a2 Implement suggestions 2020-03-24 08:27:34 +01:00
dkanada
759b3fc106 minor string changes 2020-03-24 08:27:34 +01:00
MrTimscampi
1cfd2538be Remove dead code from CardBuilder 2020-03-24 08:27:34 +01:00
MrTimscampi
fb63fc4cce Update yarn.lock 2020-03-24 08:27:34 +01:00
MrTimscampi
55d1657b50 Migrate var in CardBuilder to let and const 2020-03-24 08:22:58 +01:00
MrTimscampi
bbbef042bf Add JSDoc comments 2020-03-24 08:22:58 +01:00
MrTimscampi
8891be539e Convert CardBuilder to ES6 2020-03-24 08:22:58 +01:00
MrTimscampi
0a0fe15b26 Enable ES6 support for all tools 2020-03-24 08:22:58 +01:00
MrTimscampi
34a5578679 Run postcss for webpack bundle 2020-03-24 08:22:58 +01:00
Dmitry Lyzo
c882c264a3 Fix view restoring 2020-03-24 10:03:51 +03:00
Joshua M. Boniface
39685be74c Add COPR makefile link 2020-03-24 01:45:32 -04:00
Joshua M. Boniface
e6a3cb20d2 Add CODEOWNERS for GitHub 2020-03-24 01:22:43 -04:00
Joshua M. Boniface
285920372b Add CentOS to build.yaml 2020-03-24 01:13:10 -04:00
dkanada
fdccea886a
Merge pull request #962 from dkanada/clients
Add method to open client settings
2020-03-24 14:12:52 +09:00
Joshua M. Boniface
75924b8975 Fix name of CentOS platform 2020-03-24 01:12:45 -04:00
dkanada
3a531581df
Merge pull request #715 from MrTimscampi/libjass-be-gone
Remove libjass
2020-03-24 14:12:33 +09:00
Joshua M. Boniface
60b0bbd082 Improve dependencies in CentOS 2020-03-24 00:19:04 -04:00
Joshua M. Boniface
bd3f711f51 Add deployment configurations 2020-03-24 00:10:42 -04:00
Joshua M. Boniface
a52d37bfa9 Add Fedora package specification 2020-03-24 00:02:41 -04:00