Commit Graph

7499 Commits

Author SHA1 Message Date
Dmitry Lyzo 3752db775b Fix style 2019-11-27 14:13:16 +03:00
Dmitry Lyzo 1d045d172b Update src/components/scrollManager.js
Co-Authored-By: Vasily <JustAMan@users.noreply.github.com>
2019-11-27 13:31:18 +03:00
Dmitry Lyzo a37e0fb47a Fix minimumScrollY hack 2019-11-21 21:48:35 +03:00
Dmitry Lyzo b3df632164 Add support for easing animated scroll. 2019-11-21 00:07:53 +03:00
Dmitry Lyzo e86058dc8c Add document scroll wrapper to unify scrolling and to support for webOS 2/3 (browser only) 2019-11-21 00:07:53 +03:00
Dmitry Lyzo 90f565166e Fix "fixed element" condition 2019-11-21 00:07:53 +03:00
Dmitry Lyzo 0502e984ad Fix animated scroll of "smooth scrolled" elements in browsers that support smooth scroll (Chrome/Firefox) 2019-11-21 00:07:53 +03:00
Dmitry Lyzo fe87abc5a8 Split 'scrollTo' function 2019-11-21 00:07:53 +03:00
Dmitry Lyzo c0fbce32ce Fix compatibility with older browsers (webOS 2/3) 2019-11-21 00:07:53 +03:00
Dmitry Lyzo cbd64f6b4e Add animated smooth scrolling 2019-11-21 00:07:53 +03:00
Dmitry Lyzo c0783dbe8e Add scroll manager with base functionality 2019-11-21 00:07:53 +03:00
dkanada 3419230e89 Merge pull request #580 from grafixeyehero/apphost
Update apphost appVersion to 10.5.0
2019-11-20 21:22:28 +09:00
dkanada 800137886c Merge pull request #573 from dkanada/style
Align scroller items with heading
2019-11-20 12:08:42 +09:00
dkanada c1b866d9c9 Merge pull request #571 from dkanada/select-server
Fix select server redirect and remove more dependencies
2019-11-20 12:08:19 +09:00
Aragon 10a572661a Translated using Weblate (Hebrew)
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/he/
2019-11-19 16:15:29 -05:00
grafixeyehero 647f403f08 Update apphost appVersion to 10.5.0 2019-11-19 19:50:12 +03:00
dkanada beedbca92c fix padding for normal item containers 2019-11-20 00:34:20 +09:00
dkanada 957184b81c Merge pull request #566 from dmitrylyzo/tv_playback_navigation
Make navigation and playback control TV-friendly
2019-11-19 09:10:09 +09:00
Thomas Schwery cb61fa699f Translated using Weblate (French)
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/fr/
2019-11-18 15:15:27 -05:00
Dmitry Lyzo 6348367711 Apply suggestions from code review 2019-11-18 17:31:09 +03:00
Thomas Schwery d869a24286 Translated using Weblate (French)
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/fr/
2019-11-17 00:15:26 -05:00
Anders Bengtsson d65011449b Translated using Weblate (Swedish)
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/sv/
2019-11-15 22:15:21 -05:00
dkanada 3283bf2393 Merge pull request #577 from dmitrylyzo/#572-ipadpro
Fix iOS platform detection #572
2019-11-15 13:12:04 +09:00
swinkworld b19d45d2f9 Translated using Weblate (Chinese (Simplified))
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/zh_Hans/
2019-11-14 20:15:22 -05:00
tluciomiranda b5840abc46 Translated using Weblate (Portuguese (Portugal))
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/pt_PT/
2019-11-14 20:15:21 -05:00
ADRI IDZWAN MANSOR d64cd25482 Translated using Weblate (Malay)
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/ms/
2019-11-14 20:15:20 -05:00
Niklas Fäth 496ee55a3a Translated using Weblate (German)
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/de/
2019-11-14 20:15:18 -05:00
dkanada 109ea9e50c Merge pull request #578 from ryan-hartzell/login-autofill-attributes
Add autocomplete attributes to login fields
2019-11-15 10:05:59 +09:00
Ryan Hartzell b004915f96 Eliminate odd formatting of login.html 2019-11-14 06:48:06 -08:00
Dmitry Lyzo 11b6e83d69 Apply suggestions from code review 2019-11-14 16:29:33 +03:00
Ryan Hartzell 475af6a0da Update CONTRIBUTORS.md 2019-11-13 20:06:25 -08:00
Ryan Hartzell ff2b27b32b Add autocomplete attributes to login fields 2019-11-13 19:44:31 -08:00
Dmitry Lyzo cdfa115ec0 Fix iOS platform detection #572 2019-11-13 22:00:27 +03:00
dkanada 88db651eea Merge pull request #576 from anthonylavado/fix-manifest
Remove the leading /web/ from the manifest to avoid PWA titles
2019-11-14 00:51:29 +09:00
Anthony Lavado ce62c58b08 Remove the leading /web/ from the manifest to avoid PWA titles
Fixes #575.

After this is added, whenever someone changes their base URL, they will have to make a new shortcut on their homescreen. Tested on iOS, have not tested on Android. Desktop Web remains unaffected.
2019-11-13 02:15:37 -05:00
Dmitry Lyzo 8df85172cb Apply suggestions from code review 2019-11-13 00:30:33 +03:00
Dmitry Lyzo e090b78d66 Apply suggestions from code review
Co-Authored-By: Vasily <JustAMan@users.noreply.github.com>
2019-11-13 00:19:00 +03:00
ZsiGiT 4b869a41c6 Translated using Weblate (Hungarian)
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/hu/
2019-11-12 04:15:16 -05:00
dkanada 6ad9e090f6 align scroller items with heading 2019-11-12 00:23:27 +09:00
Libor Filípek 17ea143b6b Translated using Weblate (Czech)
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/cs/
2019-11-11 07:15:13 -05:00
Dmitry Lyzo ad8fe23ef8 Make login card scalable on focus (#535)
* Make login card scalable on focus
* Remove focus related classes
2019-11-11 12:28:27 +03:00
dkanada ffd3886372 improve some comments 2019-11-11 01:59:23 +09:00
dkanada b124427039 move remaining libraries to new folder 2019-11-11 01:47:28 +09:00
dkanada 105891b409 move more dependencies to webpack 2019-11-11 01:45:01 +09:00
dkanada d11e93b0da redirect to select server if no credentials found 2019-11-11 01:39:06 +09:00
nextlooper42 9c47f8fc1c Translated using Weblate (Slovak)
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/sk/
2019-11-09 07:15:12 -05:00
Sander Lambrechts d260cf5390 Translated using Weblate (Dutch)
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/nl/
2019-11-09 07:15:08 -05:00
Dmitry Lyzo 3896c18e26 Make navigation and playback control TV-friendly 2019-11-09 11:48:52 +03:00
DJSweder 321da7ae3e Translated using Weblate (Czech)
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/cs/
2019-11-08 08:03:41 -05:00
dkanada c10f3feb31 Merge pull request #549 from grafixeyehero/webpack-asset
Move bower_components libraries from source control to npm
2019-11-07 15:52:14 +09:00